:root {
  --background: #fbf8f1;
  --foreground: #253128;
  --green: #335d3f;
  --green-dark: #213d2b;
  --clay: #b85f33;
  --gold: #e7b75d;
  --cream: #fffaf0;
  --sage: #dfe8d6;
  --ink-soft: #5e675d;
  --line: #e5dac9;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.hero-section {
  min-height: 88vh;
  background: linear-gradient(90deg, rgba(33, 61, 43, 0.96), rgba(51, 93, 63, 0.88)), var(--green);
  color: white;
  padding: 24px;
}

.site-nav,
.hero-grid,
.content-section,
.feature-section,
.booking-section,
.contact-section {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.site-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand small,
.nav-links {
  color: rgba(255, 255, 255, 0.78);
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 15px;
}

.hero-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 48px;
  align-items: center;
}

.eyebrow {
  color: var(--clay);
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 12px;
}

.hero-copy .eyebrow,
.feature-section .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(42px, 7vw, 76px);
  line-height: 0.98;
  margin-bottom: 22px;
}

h2 {
  color: var(--green-dark);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  margin-bottom: 18px;
}

h3 {
  color: var(--green-dark);
  font-size: 22px;
  margin-bottom: 10px;
}

p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.65;
}

.hero-lede {
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-button,
.secondary-button,
.admin-actions button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  font-weight: 900;
  border: 2px solid transparent;
  cursor: pointer;
}

.primary-button {
  background: var(--gold);
  color: #2d2412;
}

.secondary-button {
  background: white;
  border-color: rgba(51, 93, 63, 0.32);
  color: var(--green-dark);
}

.hero-copy .secondary-button {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: white;
}

.hero-photo {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--sage);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.hero-photo img {
  width: 100%;
  min-height: 520px;
  height: 100%;
  object-fit: cover;
}

.photo-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  background: rgba(255, 250, 240, 0.95);
  color: var(--green-dark);
  padding: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.photo-card span {
  color: var(--ink-soft);
}

.intro-band {
  width: min(1180px, calc(100% - 48px));
  margin: -36px auto 0;
  position: relative;
  z-index: 2;
  background: var(--cream);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-shadow: 0 18px 45px rgba(51, 61, 43, 0.12);
}

.intro-band div {
  padding: 22px;
  border-right: 1px solid var(--line);
}

.intro-band div:last-child {
  border-right: 0;
}

.intro-band span {
  display: block;
  color: var(--clay);
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 7px;
}

.intro-band strong {
  color: var(--green-dark);
}

.story-section,
.steps-section,
.fees-section,
.forms-section,
.booking-section,
.contact-section {
  padding: 90px 0;
}

.story-grid,
.booking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: start;
}

.story-photos {
  display: grid;
  gap: 16px;
}

.story-photos img {
  width: 100%;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(51, 61, 43, 0.12);
}

.story-photos img:first-child {
  min-height: 330px;
}

.feature-section {
  background: var(--green-dark);
  color: white;
  padding: 56px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
}

.feature-section h2,
.feature-section p {
  color: white;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.feature-list li {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 18px 20px;
  font-size: 18px;
  color: white;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 26px;
}

.booking-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 24px;
}

.calendar-panel,
.booking-form,
.step-card,
.fee-card,
.contact-panel,
.admin-login,
.admin-card {
  background: white;
  border: 1px solid var(--line);
  padding: 24px;
}

.calendar-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.kitchen-tabs,
.month-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.kitchen-tabs button,
.month-controls button {
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--green-dark);
  padding: 10px 12px;
  font-weight: 900;
  cursor: pointer;
}

.kitchen-tabs button.active {
  background: var(--green-dark);
  border-color: var(--green-dark);
  color: white;
}

.month-controls strong {
  min-width: 150px;
  text-align: center;
  color: var(--green-dark);
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.weekday,
.calendar-day {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.weekday {
  background: var(--sage);
  color: var(--green-dark);
  padding: 10px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.calendar-day {
  min-height: 116px;
  padding: 9px;
  background: #fffdf8;
}

.calendar-day.muted {
  background: #f4efe5;
  color: rgba(37, 49, 40, 0.45);
}

.calendar-day > span {
  display: block;
  color: var(--green-dark);
  font-weight: 900;
  margin-bottom: 8px;
}

.calendar-day small {
  color: rgba(94, 103, 93, 0.72);
  font-size: 12px;
}

.booking-pill {
  background: rgba(231, 183, 93, 0.28);
  border-left: 4px solid var(--gold);
  padding: 7px;
  margin-bottom: 6px;
}

.booking-pill.confirmed {
  background: rgba(51, 93, 63, 0.12);
  border-left-color: var(--green);
}

.booking-pill strong,
.booking-pill em {
  display: block;
  font-size: 11px;
  line-height: 1.3;
}

.booking-pill strong {
  color: var(--green-dark);
  text-transform: uppercase;
}

.booking-pill em {
  color: var(--ink-soft);
  font-style: normal;
}

.booking-form {
  position: sticky;
  top: 20px;
}

.booking-form label,
.admin-login label {
  display: grid;
  gap: 7px;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 14px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--foreground);
  padding: 12px;
  font: inherit;
}

.form-row {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 10px;
}

.form-row.two,
.steps-grid {
  grid-template-columns: repeat(3, 1fr);
}

.booking-form .primary-button {
  width: 100%;
  border: 0;
}

.form-message {
  margin: 14px 0 0;
  color: var(--green-dark);
  font-size: 15px;
  font-weight: 800;
}

.form-message.error {
  color: #9f2f24;
}

.steps-grid,
.fee-grid,
.forms-list {
  display: grid;
  gap: 16px;
}

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

.fee-card span {
  display: block;
  color: var(--clay);
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 14px;
}

.forms-list {
  grid-template-columns: repeat(5, 1fr);
}

.forms-list a {
  min-height: 118px;
  background: white;
  border: 1px solid var(--line);
  padding: 18px;
  display: flex;
  align-items: flex-end;
  color: var(--green-dark);
  font-weight: 900;
}

.contact-section {
  width: min(1180px, calc(100% - 48px));
}

.contact-panel {
  max-width: 900px;
}

.admin-body {
  background: var(--background);
}

.admin-shell {
  width: min(980px, calc(100% - 32px));
  margin: 40px auto;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}

.admin-list {
  display: grid;
  gap: 14px;
}

.admin-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
}

.status {
  display: inline-flex;
  background: var(--sage);
  color: var(--green-dark);
  padding: 6px 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
}

.admin-card.rejected {
  opacity: 0.72;
}

.admin-actions {
  display: grid;
  gap: 8px;
  align-content: start;
}

.admin-actions button {
  min-width: 110px;
  border-color: var(--line);
  background: var(--cream);
  color: var(--green-dark);
}

.admin-actions .danger {
  color: #9f2f24;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .story-grid,
  .feature-section,
  .booking-grid,
  .intro-band,
  .steps-grid,
  .fee-grid,
  .forms-list,
  .admin-card {
    grid-template-columns: 1fr;
  }

  .intro-band div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .calendar-toolbar,
  .admin-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .booking-form {
    position: static;
  }
}

@media (max-width: 560px) {
  .hero-section {
    padding: 18px;
  }

  .hero-photo,
  .hero-photo img {
    min-height: 340px;
  }

  .photo-card {
    position: static;
    flex-direction: column;
  }

  .content-section,
  .booking-section,
  .feature-section,
  .contact-section {
    width: calc(100% - 32px);
  }

  .feature-section,
  .calendar-panel,
  .booking-form,
  .contact-panel {
    padding: 24px;
  }

  .calendar-grid {
    display: block;
    border: 0;
  }

  .weekday,
  .calendar-day.muted {
    display: none;
  }

  .calendar-day {
    min-height: auto;
    border: 1px solid var(--line);
    margin-bottom: 8px;
  }

  .form-row,
  .form-row.two {
    grid-template-columns: 1fr;
  }
}
