body {
  font-family: "Segoe UI", Arial, sans-serif;
  margin: 0;
  background: linear-gradient(180deg, #fffaf4 0%, #fff4e6 100%);
  color: #3b2417;
  line-height: 1.6;
}

.login-bar {
  display: flex;
  justify-content: flex-end;
  padding: 12px 24px 0;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  z-index: 5;
}

.brand-mark {
  font-weight: 800;
  color: #8a3b0f;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.account-widget {
  display: flex;
  align-items: center;
}

.account-form,
.inline-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.account-form input,
.inline-form button,
.photo-upload-link input,
.photo-upload-form button {
  font-size: 0.95rem;
}

.account-form input {
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid #e4c7a1;
  min-width: 110px;
}

.account-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fffaf2;
  border: 1px solid #f3dfc7;
}

.account-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #8a3b0f;
  font-weight: 700;
}

.account-name {
  font-weight: 700;
}

.account-form button,
.inline-form button,
.photo-upload-form button {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  background: #8a3b0f;
  color: white;
  cursor: pointer;
  font-weight: 700;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px;
}

.hero {
  background: linear-gradient(135deg, #7a2e09 0%, #b94a13 45%, #e7a24d 100%);
  color: white;
  padding: 44px;
  border-radius: 28px;
  margin-bottom: 24px;
  box-shadow: 0 22px 42px rgba(112, 60, 12, 0.24);
}

.hero-copy h1 {
  font-size: 2.7rem;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.hero-copy p {
  max-width: 680px;
  font-size: 1.02rem;
}

.eyebrow,
.section-label {
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.78rem;
  margin-bottom: 6px;
  color: #ffe0b6;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.button-link {
  display: inline-block;
  padding: 10px 16px;
  background: white;
  color: #8a3b0f;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.button-link.secondary {
  background: rgba(255,255,255,0.16);
  color: white;
  border: 1px solid rgba(255,255,255,0.3);
}

.panel {
  background: white;
  border-radius: 22px;
  padding: 24px;
  margin-bottom: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.section-header {
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: end;
}

.section-note {
  margin: 0;
  color: #a45b20;
  font-size: 0.95rem;
  font-weight: 600;
}

.featured-dishes h2,
.panel h2 {
  margin-top: 0;
  color: #8a3b0f;
  font-size: 1.4rem;
}

.dish-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.dish-card {
  border: 1px solid #f3dfc7;
  border-radius: 16px;
  padding: 12px;
  background: #fffaf2;
  overflow: hidden;
}

.photo-upload-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.photo-upload-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #d89b44;
  border-radius: 999px;
  padding: 8px 10px;
  color: #8a3b0f;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
}

.photo-upload-link input {
  display: none;
}

.dish-image {
  height: 140px;
  border-radius: 12px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ead8b9;
}

.dish-one {
  background-image: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url('https://images.unsplash.com/photo-1555939594-58d7cb561ad1?auto=format&fit=crop&w=900&q=80');
}

.dish-two {
  background-image: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url('https://images.unsplash.com/photo-1529042410759-befb1204b468?auto=format&fit=crop&w=900&q=80');
}

.dish-three {
  background-image: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url('https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=900&q=80');
}

form {
  display: grid;
  gap: 10px;
}

input, textarea, button {
  font-size: 1rem;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #e4c7a1;
}

button {
  background: #8a3b0f;
  color: white;
  cursor: pointer;
  font-weight: 700;
}

.video-grid {
  display: grid;
  gap: 16px;
}

.video-card {
  border-top: 2px solid #f2b66d;
  padding-top: 10px;
}

.video-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}

.video-card-top h3 {
  margin: 0;
}

.video-player-shell {
  display: grid;
  gap: 8px;
}

.video-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
}

.video-download-link,
.video-delete-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.video-download-link {
  color: #8a3b0f;
  background: #fff3e2;
}

.video-delete-form button {
  background: #8a3b0f;
  color: white;
}

video {
  width: 100%;
  border-radius: 12px;
  margin-top: 8px;
}

.status {
  margin-top: 12px;
  font-weight: 600;
  color: #8a3b0f;
}
