/* Queen's Hall Cuckfield — wedding venue layout */
*, *::before, *::after { box-sizing: border-box; }

:root {
  --qh-burgundy: #5c1f33;
  --qh-burgundy-dark: #3d1422;
  --qh-cream: #faf6ef;
  --qh-gold: #b8956a;
  --qh-text: #2a2420;
  --qh-muted: #6b5f55;
  --qh-border: #e4d9cc;
  --qh-max: 960px;
}

html { font-size: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.65;
  color: var(--qh-text);
  background: var(--qh-cream);
}

a { color: var(--qh-burgundy); }
a:hover { color: var(--qh-burgundy-dark); }

.qh-topbar {
  background: var(--qh-burgundy-dark);
  color: #f0e8df;
  font-size: 0.85rem;
  text-align: center;
  padding: 0.45rem 1rem;
}

.qh-header {
  background: linear-gradient(180deg, #fff 0%, var(--qh-cream) 100%);
  border-bottom: 3px solid var(--qh-gold);
  padding: 1.25rem 1rem 0.75rem;
  text-align: center;
}

.qh-header a.qh-brand {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.qh-header img.qh-logo {
  max-width: 280px;
  width: 100%;
  height: auto;
  border: 2px solid var(--qh-border);
  box-shadow: 0 4px 14px rgba(61, 20, 34, 0.12);
}

.qh-header h1 {
  margin: 0.75rem 0 0.15rem;
  font-size: 1.65rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: var(--qh-burgundy-dark);
}

.qh-header p.qh-tagline {
  margin: 0;
  font-size: 0.95rem;
  color: var(--qh-muted);
  font-style: italic;
}

.qh-nav-wrap {
  background: var(--qh-burgundy);
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.qh-nav {
  max-width: var(--qh-max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.qh-nav li { margin: 0; }

.qh-nav a {
  display: block;
  padding: 0.75rem 0.95rem;
  color: #f5ede4;
  text-decoration: none;
  font-size: 0.88rem;
  border-bottom: 3px solid transparent;
  transition: background 0.15s, border-color 0.15s;
}

.qh-nav a:hover,
.qh-nav a.qh-active {
  background: var(--qh-burgundy-dark);
  border-bottom-color: var(--qh-gold);
  color: #fff;
}

.qh-main {
  max-width: var(--qh-max);
  margin: 0 auto;
  padding: 2rem 1.25rem 2.5rem;
}

.qh-main h2 {
  margin: 0 0 1rem;
  font-size: 1.45rem;
  font-weight: normal;
  color: var(--qh-burgundy);
  border-bottom: 1px solid var(--qh-border);
  padding-bottom: 0.45rem;
}

.qh-main p { margin: 0 0 1rem; }

.qh-lead {
  font-size: 1.05rem;
  color: var(--qh-muted);
}

.qh-hero {
  text-align: center;
  margin-bottom: 1.75rem;
}

.qh-hero img {
  max-width: 100%;
  height: auto;
  border: 3px solid var(--qh-gold);
}

.qh-float-img {
  float: left;
  margin: 0 1.25rem 1rem 0;
  max-width: 200px;
  border: 2px solid var(--qh-border);
}

.qh-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0;
  clear: both;
}

.qh-gallery img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border: 1px solid var(--qh-border);
}

.qh-prices table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
  font-size: 0.92rem;
}

.qh-prices th,
.qh-prices td {
  border: 1px solid var(--qh-border);
  padding: 0.45rem 0.55rem;
  text-align: center;
}

.qh-prices th {
  background: var(--qh-burgundy);
  color: #fff;
  font-weight: normal;
}

.qh-prices td:first-child,
.qh-prices th:first-child { text-align: left; }

.qh-notes { margin: 1rem 0; padding-left: 1.25rem; }
.qh-notes li { margin-bottom: 0.45rem; }

.qh-form label {
  display: block;
  margin-top: 0.75rem;
  font-weight: bold;
}

.qh-form input[type="text"],
.qh-form textarea {
  width: 100%;
  max-width: 420px;
  padding: 0.4rem;
  border: 1px solid var(--qh-border);
  font-family: inherit;
  font-size: 1rem;
}

.qh-form input[type="submit"] {
  margin-top: 1rem;
  padding: 0.55rem 1.25rem;
  background: var(--qh-burgundy);
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
}

.qh-form input[type="submit"]:hover { background: var(--qh-burgundy-dark); }

.qh-callout {
  background: #fff;
  border-left: 4px solid var(--qh-gold);
  padding: 1rem 1.15rem;
  margin: 1.5rem 0;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.qh-bridge {
  max-width: 38rem;
  margin: 1.5rem auto 0;
  padding: 1rem 1.15rem;
  background: #fff;
  border: 1px solid var(--qh-border);
  font-size: 0.95rem;
  text-align: left;
}

.qh-footer {
  background: var(--qh-burgundy-dark);
  color: #e8dfd4;
  text-align: center;
  padding: 1.25rem 1rem 1.5rem;
  font-size: 0.88rem;
}

.qh-footer a { color: #f0d9b8; }

.qh-footer p { margin: 0.35rem 0; }

@media (max-width: 640px) {
  .qh-float-img { float: none; display: block; margin: 0 auto 1rem; }
  .qh-nav a { padding: 0.65rem 0.7rem; font-size: 0.82rem; }
}
