/* Dobsonville Bakery Demo Site */

:root {
  --bg: #120906;
  --bg2: #1f120b;
  --panel: #fff8ed;
  --panel2: #fff0d9;
  --ink: #20120b;
  --muted: #775c48;
  --cream: #fff8ed;
  --gold: #f6b73c;
  --orange: #e86f25;
  --brown: #5a2d16;
  --line: rgba(90, 45, 22, .18);
  --dark-line: rgba(255, 248, 237, .18);
  --radius: 24px;
  --max: 1160px;
  --shadow: 0 22px 70px rgba(49, 22, 8, .18);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
}

a { color: inherit; }

.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(18, 9, 6, .94);
  border-bottom: 1px solid var(--dark-line);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: white;
}

.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold), var(--orange));
  color: #1b0d05;
  font-weight: 900;
  letter-spacing: -.08em;
  box-shadow: 0 12px 36px rgba(246, 183, 60, .25);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-text strong {
  font-size: 17px;
  letter-spacing: -.04em;
}

.brand-text small {
  color: #ffd78a;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .13em;
  margin-top: 5px;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.main-nav a {
  color: #fff5e7;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  opacity: .92;
}

.main-nav a:hover,
.main-nav a.active {
  color: #ffd78a;
}

.nav-cta {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(246, 183, 60, .15);
  border: 1px solid rgba(246, 183, 60, .34);
}

.hero {
  background:
    radial-gradient(circle at 85% 12%, rgba(246, 183, 60, .28), transparent 28rem),
    radial-gradient(circle at 20% 20%, rgba(232, 111, 37, .18), transparent 24rem),
    linear-gradient(135deg, var(--bg), var(--bg2));
  color: white;
  padding: 78px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.07fr .93fr;
  gap: 42px;
  align-items: center;
}

.eyebrow,
.badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(246, 183, 60, .14);
  border: 1px solid rgba(246, 183, 60, .32);
  color: #ffd78a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.hero h1,
.page-title,
.section-title {
  font-family: "Playfair Display", Georgia, serif;
  margin: 16px 0;
  line-height: .98;
  letter-spacing: -.045em;
}

.hero h1,
.page-title {
  font-size: clamp(44px, 8vw, 84px);
}

.lead {
  margin: 0 0 26px;
  color: rgba(255, 245, 231, .78);
  font-size: clamp(17px, 2vw, 21px);
  max-width: 780px;
}

.hero-card {
  background: rgba(255, 248, 237, .08);
  border: 1px solid var(--dark-line);
  border-radius: 34px;
  padding: 26px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
}

.big-bread {
  font-size: 108px;
  line-height: 1;
  margin: 0 0 14px;
}

.hero-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 48px);
  margin: 0 0 12px;
  line-height: 1;
}

.hero-card p {
  color: rgba(255, 245, 231, .78);
}

.actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid var(--line);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--orange));
  color: #1c0d05;
  border-color: transparent;
}

.btn-secondary {
  background: rgba(255, 248, 237, .08);
  color: white;
  border-color: var(--dark-line);
}

.btn-light {
  background: white;
  color: var(--brown);
}

.section {
  padding: 64px 0;
}

.section-tight {
  padding: 42px 0;
}

.section-head {
  max-width: 850px;
  margin-bottom: 28px;
}

.section-head h2,
.section-title {
  color: var(--brown);
  font-size: clamp(34px, 5vw, 58px);
  margin: 12px 0;
}

.section-head p,
.section-text {
  color: var(--muted);
  font-size: 17px;
  margin: 0;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.4)),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
}

.card.featured {
  background:
    radial-gradient(circle at top right, rgba(246, 183, 60, .24), transparent 18rem),
    var(--panel2);
  border-color: rgba(246, 183, 60, .35);
}

.card h3 {
  margin: 10px 0 8px;
  font-size: 23px;
  color: var(--brown);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.card p {
  color: var(--muted);
  margin: 0;
}

.card ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.card li {
  margin: 6px 0;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-emoji {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  font-size: 42px;
  border-radius: 24px;
  background: white;
  border: 1px solid var(--line);
}

.price {
  color: var(--orange);
  font-size: 24px;
  font-weight: 900;
  margin-top: auto;
}

.dark-band {
  background:
    radial-gradient(circle at 82% 18%, rgba(246, 183, 60, .17), transparent 26rem),
    linear-gradient(135deg, var(--bg), var(--bg2));
  color: white;
}

.dark-band .section-head h2,
.dark-band .section-title,
.dark-band .card h3 {
  color: white;
}

.dark-band .section-head p,
.dark-band .section-text,
.dark-band .card p,
.dark-band .card ul {
  color: rgba(255, 245, 231, .75);
}

.dark-band .card {
  background: rgba(255, 248, 237, .08);
  border-color: var(--dark-line);
  box-shadow: none;
}

.form-grid {
  display: grid;
  gap: 14px;
}

label {
  color: var(--brown);
  font-weight: 900;
}

input,
textarea,
select {
  width: 100%;
  margin-top: 6px;
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.site-footer {
  padding: 34px 0;
  background: var(--bg);
  color: rgba(255, 245, 231, .72);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-grid p {
  margin: 4px 0 0;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #ffd78a;
  font-weight: 800;
  text-decoration: none;
}

.center {
  text-align: center;
}

.spacer {
  height: 24px;
}

@media (max-width: 960px) {
  .hero-grid,
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .container,
  .nav-wrap {
    width: min(100% - 24px, var(--max));
  }

  .site-header {
    position: relative;
  }

  .nav-wrap {
    min-height: 0;
    padding: 12px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .brand-text strong {
    font-size: 15px;
  }

  .brand-text small {
    font-size: 9px;
  }

  .main-nav {
    justify-content: flex-start;
    gap: 8px;
  }

  .main-nav a {
    font-size: 12px;
    padding: 7px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
  }

  .hero {
    padding: 38px 0 48px;
  }

  .hero h1,
  .page-title {
    font-size: clamp(42px, 14vw, 58px);
  }

  .lead {
    font-size: 16px;
  }

  .btn {
    width: 100%;
  }

  .big-bread {
    font-size: 74px;
  }

  .section {
    padding: 44px 0;
  }

  .section-tight {
    padding: 32px 0;
  }

  .card {
    padding: 18px;
    border-radius: 20px;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* =========================================================
   URBAN PANTHERA STYLE FOOTER - FIXED LOGO SIZE
========================================================= */

.urban-powered-footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(246, 183, 60, .22), transparent 28rem),
    radial-gradient(circle at 88% 10%, rgba(232, 111, 37, .16), transparent 24rem),
    linear-gradient(135deg, #070707 0%, #111111 48%, #1f120b 100%);
  color: rgba(255, 248, 237, .78);
  border-top: 1px solid rgba(246, 183, 60, .2);
}

.urban-powered-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: .18;
}

.urban-footer-grid {
  position: relative;
  z-index: 1;
  padding: 38px 0 26px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 30px;
  align-items: center;
}

.urban-footer-brand {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-width: 0;
}

.urban-footer-logo-link {
  width: 96px;
  height: 96px;
  max-width: 96px;
  max-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 24px;
  background: rgba(255, 248, 237, .08);
  border: 1px solid rgba(255, 248, 237, .14);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
  overflow: hidden;
  flex: 0 0 96px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.urban-footer-logo-link:hover {
  transform: translateY(-2px);
  background: rgba(246, 183, 60, .1);
  border-color: rgba(246, 183, 60, .4);
}

.urban-footer-logo {
  width: 76px !important;
  height: 76px !important;
  max-width: 76px !important;
  max-height: 76px !important;
  object-fit: contain;
  display: block;
}

.urban-footer-brand strong {
  display: block;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1;
  letter-spacing: -.04em;
  margin-bottom: 10px;
}

.urban-footer-brand p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 248, 237, .72);
  font-size: 15px;
  line-height: 1.65;
}

.urban-footer-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.urban-footer-links a {
  color: #fff5e7;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 248, 237, .07);
  border: 1px solid rgba(255, 248, 237, .12);
  transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
}

.urban-footer-links a:hover {
  color: #ffd78a;
  background: rgba(246, 183, 60, .12);
  border-color: rgba(246, 183, 60, .32);
  transform: translateY(-1px);
}

.urban-footer-links .urban-footer-cta {
  color: #1c0d05;
  background: linear-gradient(135deg, var(--gold), var(--orange));
  border-color: transparent;
  box-shadow: 0 14px 32px rgba(246, 183, 60, .18);
}

.urban-footer-links .urban-footer-cta:hover {
  color: #1c0d05;
  background: linear-gradient(135deg, #ffd36e, var(--orange));
}

.urban-footer-bottom {
  position: relative;
  z-index: 1;
  padding: 16px 0 20px;
  border-top: 1px solid rgba(255, 248, 237, .12);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  color: rgba(255, 248, 237, .58);
  font-size: 13px;
  font-weight: 800;
}

.urban-footer-bottom a {
  color: #ffd78a;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 860px) {
  .urban-footer-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .urban-footer-brand {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 16px;
  }

  .urban-footer-logo-link {
    width: 82px;
    height: 82px;
    max-width: 82px;
    max-height: 82px;
    border-radius: 20px;
    flex-basis: 82px;
  }

  .urban-footer-logo {
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
  }

  .urban-footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .urban-footer-grid {
    padding: 34px 0 24px;
  }

  .urban-footer-brand {
    grid-template-columns: 1fr;
  }

  .urban-footer-logo-link {
    width: 88px;
    height: 88px;
    max-width: 88px;
    max-height: 88px;
  }

  .urban-footer-logo {
    width: 68px !important;
    height: 68px !important;
    max-width: 68px !important;
    max-height: 68px !important;
  }

  .urban-footer-links {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .urban-footer-links a {
    text-align: center;
    width: 100%;
  }

  .urban-footer-bottom {
    flex-direction: column;
  }
}