:root {
  --black: #050403;
  --charcoal: #11100e;
  --cream: #f6efe3;
  --cream-deep: #e8dcc7;
  --wine: #7a1230;
  --wine-dark: #4a0719;
  --gold: #c9a04b;
  --gold-soft: #ead39a;
  --text: #f8f2e9;
  --muted: #cfc2ad;
  --dark-text: #19140f;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(5, 4, 3, 0.92), rgba(5, 4, 3, 0.45));
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(201, 160, 75, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--gold);
  color: var(--gold-soft);
  font-family: Georgia, serif;
  font-size: 1.25rem;
}

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

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 500;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  color: rgba(248, 242, 233, 0.86);
  font-size: 0.9rem;
}

.nav-links a,
.header-call {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nav-links a:hover {
  color: var(--gold-soft);
}

.header-call {
  border: 1px solid rgba(201, 160, 75, 0.55);
  padding: 11px 16px;
  color: var(--gold-soft);
  font-size: 0.9rem;
}

.header-call:hover {
  background: rgba(201, 160, 75, 0.12);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 132px clamp(20px, 5vw, 70px) 68px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.96) 0%, rgba(5, 4, 3, 0.76) 40%, rgba(5, 4, 3, 0.18) 100%),
    linear-gradient(0deg, rgba(5, 4, 3, 0.92) 0%, rgba(5, 4, 3, 0) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow.dark,
.section-kicker {
  color: var(--wine);
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.05;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 6.7rem);
  max-width: 11ch;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.08rem;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(248, 242, 233, 0.86);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
}

.booking-note {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--gold-soft);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-actions,
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #160f08;
}

.btn-secondary {
  border-color: rgba(248, 242, 233, 0.42);
  background: rgba(5, 4, 3, 0.48);
  color: var(--text);
}

.trust-strip {
  margin-top: 42px;
  color: var(--muted);
  font-size: 0.88rem;
}

.trust-strip span {
  border-left: 1px solid var(--gold);
  padding-left: 14px;
}

.intro-section,
.section,
.photo-section,
.google-reviews-section,
.testimonial-section,
.contact-section {
  padding: clamp(64px, 9vw, 118px) clamp(20px, 5vw, 70px);
}

.intro-section {
  background: var(--cream);
  color: var(--dark-text);
}

.intro-grid,
.split,
.contact-panel {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.9fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: start;
}

.intro-grid p,
.contact-panel p {
  color: #574a3b;
  font-size: 1.06rem;
}

.dark-section {
  background: var(--black);
}

.cream-section {
  background: linear-gradient(180deg, var(--cream), var(--cream-deep));
  color: var(--dark-text);
}

.section-heading {
  width: min(var(--max), 100%);
  margin: 0 auto 42px;
}

.section-heading h2 {
  max-width: 780px;
}

.section-heading.centered {
  text-align: center;
}

.section-heading.centered h2 {
  margin-inline: auto;
}

.service-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(201, 160, 75, 0.3);
  border-left: 1px solid rgba(201, 160, 75, 0.3);
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 28px;
  border-right: 1px solid rgba(201, 160, 75, 0.3);
  border-bottom: 1px solid rgba(201, 160, 75, 0.3);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.card-number {
  display: block;
  margin-bottom: 84px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1.1rem;
}

.service-card p,
.reason p,
.faq-grid p,
.site-footer p {
  color: var(--muted);
}

.card-cta {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 24px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 96px);
}

.reason-list {
  display: grid;
  gap: 16px;
}

.reason {
  padding: 24px 0 24px 28px;
  border-left: 2px solid var(--gold);
}

.reason p {
  color: #5d4f40;
}

.booking-strip {
  padding: clamp(42px, 7vw, 76px) clamp(20px, 5vw, 70px);
  background:
    linear-gradient(90deg, rgba(74, 7, 25, 0.94), rgba(17, 16, 14, 0.98)),
    var(--wine-dark);
  border-top: 1px solid rgba(234, 211, 154, 0.2);
  border-bottom: 1px solid rgba(234, 211, 154, 0.2);
}

.booking-strip-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.booking-strip h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(1.9rem, 3.2vw, 3.2rem);
}

.photo-section {
  background: var(--charcoal);
  color: var(--text);
}

.photo-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 16px;
}

.photo-tile {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 160, 75, 0.22);
  background: #090806;
}

.photo-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 4, 3, 0) 45%, rgba(5, 4, 3, 0.82) 100%);
  pointer-events: none;
}

.photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.photo-tile:hover img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.03);
}

.photo-tile figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.photo-wide {
  grid-column: span 2;
}

.photo-tall {
  grid-row: span 2;
}

.google-reviews-section,
.testimonial-section {
  background:
    linear-gradient(rgba(74, 7, 25, 0.88), rgba(5, 4, 3, 0.94)),
    var(--wine-dark);
}

.reviews-shell {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.22fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.reviews-intro p:not(.eyebrow) {
  max-width: 540px;
  color: rgba(248, 242, 233, 0.78);
}

.rating-lockup {
  display: inline-grid;
  gap: 7px;
  margin-top: 20px;
  padding: 18px 22px;
  border: 1px solid rgba(234, 211, 154, 0.34);
  background: rgba(5, 4, 3, 0.34);
}

.rating-lockup span,
.review-stars {
  color: var(--gold-soft);
  letter-spacing: 0.18em;
}

.rating-lockup strong {
  color: var(--text);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.review-carousel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(234, 211, 154, 0.3);
  background:
    radial-gradient(circle at top left, rgba(234, 211, 154, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(5, 4, 3, 0.82), rgba(74, 7, 25, 0.45));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.review-carousel::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(234, 211, 154, 0.14);
  pointer-events: none;
}

.review-track {
  display: grid;
  position: relative;
}

.google-review-card {
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 3vw, 34px);
  min-height: 340px;
  padding: clamp(28px, 5vw, 54px);
  opacity: 0;
  transform: translateX(24px);
  visibility: hidden;
  transition: opacity 420ms ease, transform 420ms ease, visibility 420ms ease;
  pointer-events: none;
}

.google-review-card.is-active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.review-card-top,
.review-person,
.review-controls {
  display: flex;
  align-items: center;
}

.review-card-top {
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(4px, 1vw, 12px);
}

.google-badge {
  padding: 8px 11px;
  border: 1px solid rgba(234, 211, 154, 0.3);
  color: rgba(248, 242, 233, 0.82);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.review-quote {
  max-width: 100%;
  margin: 0;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.25vw, 2.18rem);
  line-height: 1.28;
  overflow-wrap: break-word;
}

.review-date {
  margin: -6px 0 -6px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.review-person {
  gap: 14px;
  margin-top: auto;
  padding-top: clamp(6px, 2vw, 18px);
}

.review-avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--gold);
  background: rgba(234, 211, 154, 0.1);
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.review-person strong,
.review-person small {
  display: block;
}

.review-person strong {
  color: var(--text);
}

.review-person small {
  color: rgba(248, 242, 233, 0.62);
}

.review-controls {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  gap: 18px;
  padding: 6px clamp(28px, 5vw, 54px) 34px;
}

.review-arrow,
.review-dot {
  cursor: pointer;
  border: 0;
}

.review-arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(234, 211, 154, 0.34);
  background: rgba(5, 4, 3, 0.46);
  color: var(--gold-soft);
  font-size: 1.8rem;
  line-height: 1;
  transition: background 180ms ease, transform 180ms ease;
}

.review-arrow:hover {
  background: rgba(234, 211, 154, 0.12);
  transform: translateY(-2px);
}

.review-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}

.review-dot {
  width: 24px;
  height: 3px;
  padding: 0;
  background: rgba(248, 242, 233, 0.3);
  transition: background 180ms ease, width 180ms ease;
}

.review-dot.is-active {
  width: 44px;
  background: var(--gold-soft);
}

.testimonial-card {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(234, 211, 154, 0.35);
  background: rgba(5, 4, 3, 0.42);
  text-align: center;
}

.testimonial-card p {
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2.45rem);
  line-height: 1.25;
}

.testimonial-card span {
  color: var(--gold-soft);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.faq-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

details {
  border: 1px solid rgba(201, 160, 75, 0.28);
  background: rgba(255, 255, 255, 0.035);
  padding: 22px;
}

summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 800;
}

details p {
  margin: 16px 0 0;
}

.contact-section {
  background: var(--cream);
  color: var(--dark-text);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.78fr);
  gap: clamp(32px, 7vw, 86px);
  align-items: start;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.booking-card {
  display: grid;
  gap: 20px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(122, 18, 48, 0.2);
  background: #fffaf2;
  box-shadow: 0 24px 70px rgba(17, 16, 14, 0.13);
}

.availability-pill {
  width: fit-content;
  padding: 8px 11px;
  background: rgba(122, 18, 48, 0.1);
  color: var(--wine);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-steps {
  display: grid;
  gap: 10px;
  max-width: 520px;
  margin-top: 28px;
}

.booking-steps span {
  padding: 14px 16px;
  border-left: 2px solid var(--wine);
  background: rgba(122, 18, 48, 0.08);
  color: #3d3025;
  font-weight: 800;
}

.booking-card h3 {
  margin-bottom: 0;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 500;
}

.phone-link {
  color: var(--dark-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  line-height: 1;
}

.form-button {
  width: 100%;
}

.booking-actions {
  display: grid;
  gap: 14px;
}

.booking-card .btn-secondary {
  background: var(--black);
  color: var(--text);
}

.inquiry-form {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(122, 18, 48, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.96), rgba(246, 239, 227, 0.98)),
    var(--cream);
  box-shadow: 0 26px 80px rgba(17, 16, 14, 0.12);
}

.form-heading {
  grid-column: 1 / -1;
  max-width: 760px;
  margin-bottom: 8px;
}

.form-heading h3 {
  margin-bottom: 0;
  color: var(--dark-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  font-weight: 500;
  line-height: 1.08;
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: #3d3025;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(61, 48, 37, 0.18);
  background: #fffdf8;
  color: var(--dark-text);
  font: inherit;
  letter-spacing: 0;
  padding: 14px 15px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.inquiry-form textarea {
  min-height: 132px;
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: rgba(122, 18, 48, 0.58);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(122, 18, 48, 0.08);
}

.inquiry-form label:nth-of-type(5),
.inquiry-form label:nth-of-type(6),
.inquiry-form .form-button,
.form-disclaimer {
  grid-column: 1 / -1;
}

.form-disclaimer {
  margin: -4px 0 0;
  color: #574a3b;
  font-size: 0.94rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 26px clamp(20px, 5vw, 70px);
  border-top: 1px solid rgba(201, 160, 75, 0.18);
  background: #030302;
}

.site-footer p {
  margin: 0;
  font-size: 0.9rem;
}

.mobile-contact-bar {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 30;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(234, 211, 154, 0.34);
  background: rgba(5, 4, 3, 0.88);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.mobile-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-contact-btn.call {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #160f08;
}

.mobile-contact-btn.text {
  border: 1px solid rgba(248, 242, 233, 0.42);
  color: var(--text);
}

.landing-hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 132px clamp(20px, 5vw, 70px) 70px;
}

.landing-hero-media,
.landing-hero-overlay {
  position: absolute;
  inset: 0;
}

.landing-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
}

.landing-hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.96) 0%, rgba(5, 4, 3, 0.82) 42%, rgba(5, 4, 3, 0.2) 100%),
    linear-gradient(0deg, rgba(5, 4, 3, 0.94), rgba(5, 4, 3, 0) 48%);
}

.landing-hero-content {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
}

.landing-hero-content h1 {
  max-width: 12ch;
}

.landing-hero-content p:not(.eyebrow) {
  max-width: 690px;
  color: rgba(248, 242, 233, 0.86);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.landing-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.landing-keywords span {
  border: 1px solid rgba(234, 211, 154, 0.32);
  padding: 9px 12px;
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-intro,
.landing-section,
.occasion-section,
.hill-country-section,
.landing-reviews {
  padding: clamp(64px, 9vw, 116px) clamp(20px, 5vw, 70px);
}

.landing-intro {
  background: var(--cream);
  color: var(--dark-text);
}

.landing-two-column,
.landing-section-heading,
.landing-card-grid,
.included-list,
.occasion-grid,
.seo-review-grid {
  width: min(var(--max), 100%);
  margin-inline: auto;
}

.landing-two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.88fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: start;
}

.landing-two-column p {
  color: #574a3b;
  font-size: 1.06rem;
}

.landing-section-heading {
  margin-bottom: 42px;
}

.landing-section-heading h2 {
  max-width: 820px;
}

.landing-section-heading.centered {
  text-align: center;
}

.landing-section-heading.centered h2 {
  margin-inline: auto;
}

.dark-copy h2 {
  color: var(--dark-text);
}

.landing-card-grid {
  display: grid;
  gap: 16px;
}

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

.landing-card {
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(201, 160, 75, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
}

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

.included-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.included-list span {
  min-height: 92px;
  padding: 22px;
  border-left: 2px solid var(--wine);
  background: rgba(122, 18, 48, 0.08);
  color: #3d3025;
  font-weight: 800;
}

.occasion-section,
.landing-reviews {
  background: var(--charcoal);
}

.occasion-grid,
.seo-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.occasion-grid article,
.seo-review-grid article {
  border: 1px solid rgba(234, 211, 154, 0.24);
  background: rgba(5, 4, 3, 0.42);
}

.occasion-grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.occasion-grid h3,
.occasion-grid p,
.seo-review-grid p,
.seo-review-grid strong {
  margin-right: 24px;
  margin-left: 24px;
}

.occasion-grid h3 {
  margin-top: 24px;
}

.occasion-grid p {
  margin-bottom: 26px;
  color: var(--muted);
}

.hill-country-section {
  background:
    linear-gradient(rgba(74, 7, 25, 0.9), rgba(5, 4, 3, 0.96)),
    var(--wine-dark);
}

.hill-country-section .landing-two-column p {
  color: rgba(248, 242, 233, 0.78);
}

.hill-country-section .btn {
  margin-top: 18px;
}

.seo-review-grid article {
  min-height: 250px;
  padding: 28px 0;
}

.seo-review-grid p {
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  line-height: 1.3;
}

.seo-review-grid strong {
  display: block;
  color: var(--gold-soft);
}

.landing-final-cta {
  border-top: 1px solid rgba(122, 18, 48, 0.18);
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 860px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.64) 0%, rgba(5, 4, 3, 0.54) 46%, rgba(5, 4, 3, 0.82) 100%),
      linear-gradient(90deg, rgba(5, 4, 3, 0.72), rgba(5, 4, 3, 0.18));
  }

  .hero-media img {
    filter: brightness(1.12) saturate(1.04);
    object-position: 58% center;
  }

  .intro-grid,
  .split,
  .reviews-shell,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .inquiry-form {
    grid-template-columns: 1fr;
  }

  .landing-two-column,
  .landing-card-grid.three,
  .included-list,
  .occasion-grid,
  .seo-review-grid {
    grid-template-columns: 1fr;
  }

  .landing-hero {
    min-height: 820px;
  }

  .landing-hero-overlay {
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.58), rgba(5, 4, 3, 0.82)),
      linear-gradient(90deg, rgba(5, 4, 3, 0.66), rgba(5, 4, 3, 0.2));
  }

  .landing-hero-media img {
    filter: brightness(1.12) saturate(1.04);
  }

  .booking-strip-inner {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 240px;
  }

  .google-review-card {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
    padding: 14px 16px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 0.95rem;
  }

  .brand small {
    font-size: 0.64rem;
  }

  .header-call {
    padding: 9px 11px;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 850px;
    padding: 142px 20px 58px;
    align-items: end;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.18), rgba(5, 4, 3, 0.88) 76%, var(--black)),
      var(--black);
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.14) 0%, rgba(5, 4, 3, 0.32) 38%, rgba(5, 4, 3, 0.84) 73%, rgba(5, 4, 3, 0.96) 100%),
      linear-gradient(90deg, rgba(5, 4, 3, 0.74), rgba(5, 4, 3, 0.08) 62%);
  }

  .hero-media img {
    position: absolute;
    top: 150px;
    right: -108px;
    width: min(820px, 190vw);
    height: auto;
    max-width: none;
    filter: brightness(1.12) saturate(1.04);
    object-fit: contain;
    object-position: center;
    transform: none;
  }

  .hero-content,
  .landing-hero-content {
    width: min(520px, 100%);
  }

  h1 {
    margin-bottom: 18px;
    font-size: clamp(2.38rem, 10vw, 2.86rem);
    line-height: 1.02;
    max-width: 11ch;
  }

  .hero-copy,
  .landing-hero-content p:not(.eyebrow) {
    margin-bottom: 24px;
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .booking-note {
    margin-top: 14px;
    font-size: 0.84rem;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .booking-strip .btn {
    width: 100%;
  }

  .landing-hero {
    min-height: 830px;
    padding: 142px 20px 58px;
    align-items: end;
  }

  .landing-hero-media {
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.18), rgba(5, 4, 3, 0.88) 76%, var(--black)),
      var(--black);
  }

  .landing-hero-overlay {
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.14) 0%, rgba(5, 4, 3, 0.32) 38%, rgba(5, 4, 3, 0.84) 73%, rgba(5, 4, 3, 0.96) 100%),
      linear-gradient(90deg, rgba(5, 4, 3, 0.74), rgba(5, 4, 3, 0.08) 62%);
  }

  .landing-hero-media img {
    position: absolute;
    top: 150px;
    right: -108px;
    width: min(820px, 190vw);
    height: auto;
    max-width: none;
    filter: brightness(1.12) saturate(1.04);
    object-fit: contain;
    object-position: center;
    transform: none;
  }

  .landing-hero-content h1 {
    max-width: 11ch;
  }

  .landing-keywords {
    align-items: flex-start;
    flex-direction: column;
  }

  .occasion-grid img {
    height: 240px;
  }

  .service-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .photo-wide,
  .photo-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .review-carousel::before {
    inset: 9px;
  }

  .google-review-card {
    min-height: auto;
    padding: 30px 24px 28px;
  }

  .review-card-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-quote {
    font-size: 1.28rem;
    line-height: 1.32;
  }

  .review-controls {
    align-items: center;
    gap: 12px;
    padding: 8px 22px 28px;
  }

  .service-card {
    min-height: auto;
  }

  .card-number {
    margin-bottom: 44px;
  }

  .trust-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  body {
    padding-bottom: 88px;
  }

  .mobile-contact-bar {
    display: grid;
  }
}
