﻿:root {
  --black: #050504;
  --charcoal: #11100d;
  --ink: #1c1a15;
  --soft-ink: #615d50;
  --paper: #f7f4ee;
  --ivory: #fffdf8;
  --cream: #ebe6da;
  --gold: #a79a69;
  --gold-bright: #c2b47a;
  --wine: #5b1518;
  --rose-smoke: #b98a86;
  --silver: #c7c5bd;
  --line: rgba(28, 26, 21, 0.16);
  --line-gold: rgba(167, 154, 105, 0.44);
  --line-light: rgba(255, 253, 248, 0.2);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
  min-height: 82px;
  padding: 14px clamp(18px, 4.5vw, 72px);
  background: linear-gradient(180deg, rgba(5, 5, 4, 0.92), rgba(5, 5, 4, 0.62));
  border-bottom: 1px solid rgba(255, 253, 248, 0.12);
  color: var(--ivory);
  backdrop-filter: blur(18px);
}

.brand {
  display: block;
  width: clamp(228px, 22vw, 360px);
  min-width: 0;
  line-height: 1;
}

.brand img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.28));
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.7vw, 38px);
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-links a,
.header-action,
.button {
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

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

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid var(--line-gold);
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.header-action:hover,
.button.ghost:hover {
  border-color: var(--gold-bright);
  color: var(--ivory);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.82fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
  min-height: 100svh;
  padding: clamp(118px, 14vw, 178px) clamp(20px, 5.4vw, 88px) clamp(62px, 8vw, 110px);
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 34%, rgba(91, 21, 24, 0.32), transparent 25%),
    radial-gradient(circle at 76% 42%, rgba(194, 180, 122, 0.18), transparent 24%),
    radial-gradient(circle at 76% 62%, rgba(255, 253, 248, 0.12), transparent 20%),
    linear-gradient(90deg, rgba(5, 5, 4, 0.98) 0%, rgba(5, 5, 4, 0.94) 48%, rgba(5, 5, 4, 0.76) 100%),
    var(--black);
  color: var(--ivory);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.045) 1px, transparent 1px) 0 0 / 78px 78px,
    linear-gradient(rgba(255, 253, 248, 0.03) 1px, transparent 1px) 0 0 / 78px 78px;
  mask-image: linear-gradient(90deg, black, transparent 75%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: clamp(20px, 5.4vw, 88px);
  right: clamp(20px, 5.4vw, 88px);
  bottom: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 253, 248, 0.2), transparent);
}

.hero-copy,
.hero-scene {
  position: relative;
  min-width: 0;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-copy > .eyebrow {
  margin-bottom: clamp(36px, 4vw, 66px);
}

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

.hero-wordmark {
  display: grid;
  gap: 20px;
  margin: 0 0 clamp(38px, 4vw, 56px);
  color: var(--ivory);
  font-family: "Libre Bodoni", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 9.6vw, 10.6rem);
  font-weight: 400;
  letter-spacing: 0.32em;
  line-height: 0.72;
  text-transform: uppercase;
}

.hero-wordmark span {
  color: rgba(255, 253, 248, 0.84);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(0.78rem, 1.7vw, 1.38rem);
  font-weight: 600;
  letter-spacing: 0.72em;
}

h1 {
  max-width: 710px;
  margin: 0 0 24px;
  font-family: "Libre Bodoni", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.3rem, 6.8vw, 8.4rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.94;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 18px;
  font-family: "Libre Bodoni", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 5.2vw, 6rem);
  font-weight: 400;
  line-height: 0.98;
}

h3 {
  margin-bottom: 14px;
  font-family: "Libre Bodoni", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  font-weight: 400;
  line-height: 1.04;
}

.hero-lede {
  max-width: 585px;
  color: rgba(255, 253, 248, 0.76);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.24rem, 2.1vw, 1.72rem);
  line-height: 1.4;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button.primary,
.button.submit {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--black);
}

.button.primary:hover,
.button.submit:hover {
  background: var(--gold-bright);
  border-color: var(--gold-bright);
  transform: translateY(-1px);
}

.hero-rules {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 42px;
  color: rgba(255, 253, 248, 0.66);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-rules span {
  position: relative;
  padding-left: 24px;
}

.hero-rules span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background: var(--gold);
}

.hero-scene {
  display: grid;
  min-height: 560px;
  place-items: center;
}

.scene-card {
  position: relative;
  width: min(430px, 82vw);
  min-height: 520px;
  padding: clamp(38px, 5vw, 62px);
  border: 1px solid rgba(255, 253, 248, 0.22);
  background:
    radial-gradient(circle at 72% 18%, rgba(194, 180, 122, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(255, 253, 248, 0.08), rgba(91, 21, 24, 0.1) 46%, rgba(5, 5, 4, 0.52)),
    rgba(5, 5, 4, 0.54);
  box-shadow: var(--shadow);
}

.scene-card::before,
.scene-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.scene-card::before {
  inset: 18px;
  border: 1px solid rgba(194, 180, 122, 0.28);
}

.scene-card::after {
  right: 42px;
  bottom: 44px;
  width: 88px;
  height: 214px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 999px 999px 18px 18px;
  background:
    radial-gradient(circle at 50% 34%, rgba(194, 180, 122, 0.5), transparent 13%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.07), transparent);
  opacity: 0.74;
}

.scene-crest {
  width: min(240px, 58vw);
  margin: 0 auto clamp(38px, 4.6vw, 58px);
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.26));
  opacity: 0.94;
}

.scene-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-bright);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.scene-card strong {
  display: block;
  max-width: 292px;
  color: var(--ivory);
  font-family: "Libre Bodoni", Georgia, serif;
  font-size: clamp(1.56rem, 2.55vw, 2.38rem);
  font-weight: 400;
  line-height: 1.08;
}

.plate-illustration {
  display: none;
}

.plate {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
  height: 54%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(255, 253, 248, 0.72) 0 19%, rgba(213, 207, 192, 0.24) 21% 31%, rgba(255, 253, 248, 0.88) 32% 46%, rgba(69, 65, 55, 0.32) 47% 48%, rgba(255, 253, 248, 0.2) 49%, transparent 60%),
    radial-gradient(ellipse at center, rgba(255, 253, 248, 0.16), transparent 64%);
  filter: drop-shadow(0 36px 42px rgba(0, 0, 0, 0.78));
  transform: rotate(-3deg);
}

.shine {
  position: absolute;
  border: 1px solid rgba(255, 253, 248, 0.32);
  border-radius: 999px;
  opacity: 0.62;
}

.shine.one {
  right: 8%;
  top: 6%;
  width: 72px;
  height: 220px;
}

.shine.two {
  right: 18%;
  top: 12%;
  width: 54px;
  height: 178px;
}

.candle {
  position: absolute;
  right: 32%;
  top: 23%;
  width: 54px;
  height: 76px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 224, 154, 0.9), transparent 16%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.1), rgba(255, 253, 248, 0.02));
  box-shadow: 0 0 44px rgba(194, 180, 122, 0.28);
}

.signature-packages,
.services-section,
.gallery-section,
.inquiry-section {
  padding: clamp(64px, 8vw, 126px) clamp(20px, 5.4vw, 88px);
}

.signature-packages {
  background:
    linear-gradient(90deg, rgba(28, 26, 21, 0.04) 1px, transparent 1px) 0 0 / 96px 96px,
    var(--ivory);
}

.section-kicker {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  align-items: center;
  gap: 26px;
  max-width: 770px;
  margin: 0 auto 26px;
}

.section-kicker span {
  height: 1px;
  background: var(--line-gold);
}

.section-kicker p {
  margin: 0;
  color: var(--ink);
  font-family: "Libre Bodoni", Georgia, serif;
  font-size: 0.9rem;
  letter-spacing: 0.52em;
  text-transform: uppercase;
}

.section-kicker.light p {
  color: var(--ivory);
}

.section-kicker.light span {
  background: rgba(194, 180, 122, 0.5);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto clamp(38px, 5vw, 72px);
  text-align: center;
}

.section-heading.compact h2 {
  font-size: clamp(2.05rem, 4vw, 4.6rem);
}

.section-heading p {
  max-width: 640px;
  margin: 0 auto;
  color: var(--soft-ink);
}

.package-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto clamp(54px, 6vw, 82px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.package-showcase article {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: center;
  min-height: 432px;
  padding: clamp(32px, 4vw, 54px) clamp(22px, 3.2vw, 42px);
  text-align: center;
}

.package-showcase article + article {
  border-left: 1px solid var(--line);
}

.package-showcase h3 {
  margin-bottom: 12px;
  font-size: clamp(1.54rem, 2.4vw, 2.4rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.package-showcase h3::after,
.menu-title::after {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  margin: 16px auto 0;
  background: var(--line-gold);
}

.package-price {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: "Libre Bodoni", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 400;
  line-height: 1;
}

.package-price span {
  display: block;
  margin-top: 7px;
  color: var(--gold);
  font-family: Inter, Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.package-note {
  max-width: 220px;
  margin: 0 auto 28px;
  color: var(--soft-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.22rem;
  font-style: italic;
  line-height: 1.16;
}

.package-showcase ul {
  display: grid;
  gap: 9px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.package-showcase li {
  color: #2b2923;
  font-size: 0.94rem;
}

.package-scale {
  margin: auto 0 0;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.badge {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  margin: -14px auto 20px;
  padding: 0 15px;
  background: var(--black);
  color: var(--ivory);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.featured {
  background: rgba(235, 230, 218, 0.32);
}

.menu-selections {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 62px);
  max-width: 1180px;
  margin: 0 auto;
}

.menu-selections article {
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.menu-title {
  margin: 0 0 26px;
  font-family: "Libre Bodoni", Georgia, serif;
  font-size: clamp(1.12rem, 1.9vw, 1.58rem);
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
}

.menu-selections ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-selections li {
  display: grid;
  gap: 3px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(28, 26, 21, 0.1);
}

.menu-selections strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.menu-selections span {
  color: var(--soft-ink);
  font-size: 0.9rem;
}

.menu-selections em {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-footnote {
  max-width: 980px;
  margin: clamp(28px, 4vw, 48px) auto 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--soft-ink);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.dark-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.62fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: center;
  padding: clamp(76px, 9vw, 140px) clamp(20px, 5.4vw, 88px);
  background:
    radial-gradient(circle at 76% 32%, rgba(194, 180, 122, 0.14), transparent 24%),
    linear-gradient(90deg, var(--black), #15130f);
  color: var(--ivory);
}

.dark-feature h2 {
  max-width: 760px;
  text-transform: uppercase;
}

.dark-feature p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 253, 248, 0.76);
  font-size: 1.05rem;
}

.enhancements {
  padding: clamp(58px, 7vw, 104px) clamp(20px, 5.4vw, 88px);
  background: var(--black);
  color: var(--ivory);
}

.enhancement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto;
  border: 1px solid rgba(194, 180, 122, 0.36);
  background: rgba(194, 180, 122, 0.36);
}

.enhancement-grid article {
  min-height: 270px;
  padding: clamp(28px, 4vw, 46px);
  background:
    radial-gradient(circle at 86% 14%, rgba(194, 180, 122, 0.12), transparent 28%),
    var(--black);
}

.line-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 30px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-bright);
  font-family: "Libre Bodoni", Georgia, serif;
  font-size: 1.7rem;
}

.enhancement-grid h3 {
  max-width: 260px;
  font-size: 1.28rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.enhancement-grid p {
  max-width: 300px;
  margin: 0;
  color: rgba(255, 253, 248, 0.74);
}

.veras-ordering {
  padding: clamp(66px, 8vw, 126px) clamp(20px, 5.4vw, 88px);
  background:
    radial-gradient(circle at 18% 0, rgba(91, 21, 24, 0.32), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(194, 180, 122, 0.12), transparent 26%),
    linear-gradient(135deg, var(--black), #160f0f 54%, var(--black));
  color: var(--ivory);
}

.veras-ordering .section-heading p:not(.eyebrow) {
  color: rgba(255, 253, 248, 0.7);
}

.veras-ordering-empty {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 253, 248, 0.72);
  text-align: center;
}

.veras-product-group {
  max-width: 1180px;
  margin: 0 auto clamp(34px, 5vw, 62px);
}

.veras-product-group h3 {
  margin: 0 0 22px;
  color: var(--gold-bright);
  font-size: 1rem;
  letter-spacing: 0.28em;
  text-align: center;
  text-transform: uppercase;
}

.veras-product-grid,
.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(194, 180, 122, 0.34);
  background: rgba(194, 180, 122, 0.34);
  list-style: none;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}

.veras-product-card,
.woocommerce ul.products li.product {
  display: grid;
  align-content: start;
  min-height: 280px;
  margin: 0 !important;
  width: auto !important;
  padding: clamp(22px, 3vw, 34px) !important;
  background:
    linear-gradient(160deg, rgba(255, 253, 248, 0.08), rgba(255, 253, 248, 0.02)),
    var(--black);
  color: var(--ivory);
}

.woocommerce ul.products li.product img,
.woocommerce div.product div.images {
  display: none !important;
}

.veras-sku {
  margin: 0 0 18px;
  color: var(--rose-smoke);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.veras-product-card h4,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 12px;
  color: var(--ivory);
  font-family: "Libre Bodoni", Georgia, serif;
  font-size: clamp(1.34rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.04;
}

.veras-product-card p:not(.veras-sku),
.woocommerce ul.products li.product .price {
  color: rgba(255, 253, 248, 0.7);
  font-size: 0.92rem;
}

.quote-label,
.quote-price {
  display: block;
  margin: auto 0 18px;
  color: var(--gold-bright);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.price-note {
  display: block;
  margin: -8px 0 20px;
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.72rem;
}

.veras-order-form {
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

.veras-order-form label {
  display: grid;
  gap: 6px;
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.veras-order-form input,
.veras-order-form select {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(194, 180, 122, 0.34);
  background: rgba(255, 253, 248, 0.08);
  color: var(--ivory);
  padding: 0 10px;
  outline: none;
}

.veras-order-form select option {
  color: var(--ink);
}

.order-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #payment #place_order {
  display: inline-flex !important;
  width: max-content;
  max-width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
  padding: 0 16px !important;
  border: 1px solid var(--gold) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ivory) !important;
  font-size: 0.68rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.order-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #payment #place_order:hover {
  background: var(--gold) !important;
  color: var(--black) !important;
}

.veras-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 1180px;
  margin: 0 auto 30px;
}

.marketplace-bridge {
  max-width: 1180px;
  margin: clamp(30px, 5vw, 56px) auto 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 253, 248, 0.18);
  background: rgba(255, 253, 248, 0.045);
  text-align: center;
}

.marketplace-bridge h3 {
  margin-bottom: 14px;
  color: var(--ivory);
  font-size: 1.05rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.marketplace-bridge p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 253, 248, 0.68);
}

.marketplace-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.marketplace-links a {
  min-height: 38px;
  padding: 10px 14px;
  border: 1px solid rgba(194, 180, 122, 0.42);
  color: var(--gold-bright);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.woocommerce-page main,
.woocommerce main {
  padding-top: 110px;
  background: var(--paper);
}

.standard-page {
  min-height: 72svh;
  padding: 118px clamp(20px, 5.4vw, 88px) clamp(64px, 8vw, 118px);
  background:
    linear-gradient(90deg, rgba(28, 26, 21, 0.04) 1px, transparent 1px) 0 0 / 96px 96px,
    var(--paper);
}

.content-page {
  max-width: 1180px;
  margin: 0 auto;
}

.page-hero {
  max-width: 780px;
  margin-bottom: clamp(34px, 5vw, 64px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  color: var(--ink);
  font-size: clamp(2.6rem, 5.4vw, 6.2rem);
}

.entry-content {
  color: var(--ink);
}

.entry-content a {
  color: var(--wine);
  font-weight: 800;
}

.woocommerce div.product,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce,
.woocommerce-shop .site-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(44px, 7vw, 88px) clamp(18px, 5vw, 62px);
}

.woocommerce div.product .product_title,
.woocommerce-page h1,
.woocommerce-page h2,
.woocommerce-page h3 {
  font-family: "Libre Bodoni", Georgia, serif;
  font-weight: 400;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--wine);
}

.woocommerce table.shop_table,
.woocommerce form.checkout,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border-radius: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 44px;
  border: 1px solid var(--line);
  background: var(--ivory);
  color: var(--ink);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: var(--gold);
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  color: var(--gold);
}

.services-section {
  background: var(--paper);
}

.service-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-row article {
  padding: clamp(26px, 3.8vw, 48px);
}

.service-row article + article {
  border-left: 1px solid var(--line);
}

.service-row span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-family: "Libre Bodoni", Georgia, serif;
  font-size: 2.8rem;
  line-height: 1;
}

.service-row h3 {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.service-row p {
  max-width: 275px;
  margin: 0;
  color: var(--soft-ink);
}

.gallery-section {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.82fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
  background: var(--ivory);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.gallery-copy p:not(.eyebrow) {
  max-width: 520px;
  color: var(--soft-ink);
}

.gallery-placeholders {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gallery-placeholders span {
  display: grid;
  min-height: 160px;
  place-items: center;
  border: 1px solid var(--line-gold);
  background:
    linear-gradient(135deg, rgba(167, 154, 105, 0.08), transparent 44%),
    var(--paper);
  color: var(--ink);
  font-family: "Libre Bodoni", Georgia, serif;
  font-size: clamp(1.32rem, 2.3vw, 2.15rem);
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.inquiry-section {
  display: grid;
  grid-template-columns: minmax(0, 0.66fr) minmax(320px, 0.94fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
  background:
    radial-gradient(circle at 0 0, rgba(194, 180, 122, 0.12), transparent 28%),
    var(--black);
  color: var(--ivory);
}

.inquiry-copy p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 253, 248, 0.74);
}

.booking-rule {
  max-width: 430px;
  margin: 22px 0 0;
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-lines {
  display: grid;
  gap: 8px;
  margin-top: 26px;
  color: var(--ivory);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-lines a:hover {
  color: var(--gold-bright);
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 253, 248, 0.22);
  background: rgba(255, 253, 248, 0.06);
  box-shadow: var(--shadow);
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.inquiry-form .checkbox-label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 253, 248, 0.78);
}

.inquiry-form .checkbox-label input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--gold);
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-bottom: 1px solid rgba(255, 253, 248, 0.24);
  background: transparent;
  color: var(--ivory);
  font-size: 1rem;
  outline: none;
}

.inquiry-form select option {
  color: var(--ink);
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-bottom-color: var(--gold-bright);
}

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

.inquiry-form ::placeholder {
  color: rgba(255, 253, 248, 0.42);
}

.wide {
  grid-column: 1 / -1;
}

.hidden-field {
  display: none;
}

.form-note {
  margin: 0;
  color: var(--gold-bright);
  font-size: 0.92rem;
}

.submit {
  justify-self: start;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) 1fr auto auto auto;
  gap: clamp(16px, 3vw, 34px);
  align-items: center;
  padding: 40px clamp(20px, 5.4vw, 88px);
  background: var(--black);
  border-top: 1px solid rgba(255, 253, 248, 0.14);
  color: rgba(255, 253, 248, 0.72);
}

.footer-brand {
  width: min(300px, 72vw);
  height: auto;
}

.site-footer p,
.site-footer a {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer a:hover {
  color: var(--gold-bright);
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .dark-feature,
  .gallery-section,
  .inquiry-section {
    grid-template-columns: 1fr;
  }

  .hero-scene {
    min-height: auto;
  }

  .scene-card {
    width: 100%;
  }

  .plate-illustration {
    display: none;
  }

  .package-showcase,
  .menu-selections,
  .enhancement-grid,
  .veras-product-grid,
  .products,
  .service-row,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .package-showcase article + article,
  .service-row article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 74px;
    padding: 12px 16px;
  }

  .brand {
    width: clamp(158px, 46vw, 198px);
  }

  .header-action {
    display: inline-flex;
    min-height: 36px;
    padding: 0 11px;
    font-size: 0.58rem;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding: 116px 18px 58px;
    overflow: hidden;
  }

  .hero-copy {
    width: 100%;
    max-width: calc(100vw - 36px);
    overflow: hidden;
  }

  .hero-wordmark {
    max-width: 100%;
    font-size: clamp(2.55rem, 11.5vw, 3.35rem);
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .hero-wordmark span {
    letter-spacing: 0.26em;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.65rem, 11.8vw, 3.7rem);
  }

  .hero-lede {
    width: 100%;
    max-width: 318px;
    font-size: clamp(1.02rem, 4.2vw, 1.14rem);
  }

  .hero-actions,
  .hero-rules {
    display: grid;
  }

  .hero-scene {
    min-height: auto;
  }

  .scene-card {
    width: 100%;
  }

  .section-kicker {
    gap: 12px;
  }

  .section-kicker p {
    font-size: 0.72rem;
    letter-spacing: 0.24em;
  }

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