/* Asian Wedding Venues vertical — brief §A.2 palette */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Hanken+Grotesk:wght@400;500;600;700&display=swap');

.awv {
  --ink: #18122B;
  --clay: #2E2348;
  --brass: #C8A24A;
  --rose: #B83D5E;
  --ivory: #F6EFE2;
  --text-d: #F6EFE2;
  --text-l: #221B33;
  --awv-serif: 'Fraunces', Georgia, serif;
  --awv-sans: 'Hanken Grotesk', system-ui, sans-serif;
  font-family: var(--awv-sans);
  color: var(--text-l);
  background: var(--ivory);
}

html body.awv {
  margin: 0;
  padding: 0;
  background: var(--ink);
}

.awv .syxty-lead__hp {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.awv .syxty-l__nav {
  background: rgba(24, 18, 43, 0.92);
  border-bottom: 1px solid rgba(200, 162, 74, 0.2);
}
.awv .syxty-l__nav-links a { color: var(--text-d); }
.awv .syxty-l__nav-links a:hover { color: var(--brass); }
.awv .syxty-l__cta {
  background: var(--brass);
  color: var(--ink);
  font-weight: 700;
}
.awv .syxty-l__cta:hover { background: #d4b05a; color: var(--ink); }
.awv .syxty-l__cta--ghost {
  background: transparent;
  color: var(--text-d);
  border: 1px solid rgba(246, 239, 226, 0.45);
}
.awv .syxty-l__cta--ghost:hover {
  background: rgba(246, 239, 226, 0.08);
  color: var(--text-d);
}

/* ---------- hero: full-bleed 360 embed ---------- */
.awv__hero {
  position: relative;
  min-height: min(92vh, 860px);
  display: flex;
  flex-direction: column;
  background: var(--ink);
  overflow: hidden;
}
.awv__hero-viewer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.awv__hero-poster {
  position: absolute;
  inset: 0;
  background: var(--ink) center/cover no-repeat;
  transition: opacity 0.5s ease;
}
.awv__hero-poster.is-hidden { opacity: 0; pointer-events: none; }
.awv__hero-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  transition: opacity 0.6s ease;
  transform: scale(1.06);
  transform-origin: center center;
}
.awv__hero-iframe.is-loaded { opacity: 1; }
.awv__hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(24, 18, 43, 0.15) 0%,
    rgba(24, 18, 43, 0.35) 45%,
    rgba(24, 18, 43, 0.88) 100%
  );
  pointer-events: none;
}
.awv__hero-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(24, 18, 43, 0.72);
  color: var(--text-d);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  border: 1px solid rgba(200, 162, 74, 0.35);
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.awv__hero-hint.is-hidden { opacity: 0; }
.awv__hero-panel {
  position: relative;
  z-index: 3;
  margin-top: auto;
  padding: 2rem 0 2.5rem;
}
.awv__hero-panel .syxty-l__container {
  max-width: 52rem;
}
.awv__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 0.75rem;
}
.awv__h1 {
  font-family: var(--awv-serif);
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.12;
  color: var(--text-d);
  margin: 0 0 1rem;
  max-width: 18ch;
}
.awv__lede {
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(246, 239, 226, 0.88);
  max-width: 52ch;
  margin: 0 0 1.5rem;
}
.awv__hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.awv__phone {
  color: rgba(246, 239, 226, 0.75);
  font-size: 0.9rem;
  margin-left: 0.5rem;
}
.awv__phone a { color: var(--brass); text-decoration: none; }
.awv__phone a:hover { text-decoration: underline; }

/* ---------- sections ---------- */
.awv__section {
  padding: 4rem 0;
}
.awv__section--dark {
  background: var(--ink);
  color: var(--text-d);
}
.awv__section--clay {
  background: var(--clay);
  color: var(--text-d);
}
.awv__section--ivory {
  background: var(--ivory);
  color: var(--text-l);
}
.awv__h2 {
  font-family: var(--awv-serif);
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1.2;
  margin: 0 0 1rem;
}
.awv__lead {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 62ch;
  margin: 0 0 2rem;
  opacity: 0.92;
}

/* stakes stats */
.awv__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.awv__stat {
  padding-top: 1rem;
  border-top: 2px solid var(--brass);
}
.awv__stat strong {
  display: block;
  font-family: var(--awv-serif);
  font-size: 1.5rem;
  color: var(--text-l);
  margin-bottom: 0.35rem;
}
.awv__stat span {
  font-size: 0.88rem;
  color: rgba(34, 27, 51, 0.75);
  line-height: 1.4;
}

/* cards */
.awv__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.awv__card {
  background: var(--clay);
  border: 1px solid rgba(200, 162, 74, 0.2);
  border-radius: 12px;
  padding: 1.5rem;
}
.awv__card h3 {
  font-family: var(--awv-serif);
  font-size: 1.15rem;
  margin: 0 0 0.65rem;
  color: var(--brass);
}
.awv__card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  opacity: 0.9;
}

/* timeline */
.awv__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}
.awv__step {
  position: relative;
  padding: 1.25rem 1rem 1rem 3.25rem;
  background: rgba(46, 35, 72, 0.5);
  border-radius: 10px;
  border: 1px solid rgba(200, 162, 74, 0.15);
}
.awv__step-num {
  position: absolute;
  left: 1rem;
  top: 1.1rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--brass);
  color: var(--ink);
  font-weight: 700;
  font-size: 0.85rem;
  display: grid;
  place-items: center;
}
.awv__step h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 600;
}
.awv__step p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  opacity: 0.85;
}

/* built-for list */
.awv__points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 2rem;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}
.awv__points li {
  padding-left: 1.25rem;
  position: relative;
  font-size: 0.95rem;
  line-height: 1.5;
}
.awv__points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rose);
}
.awv__nw-note {
  font-size: 0.88rem;
  opacity: 0.8;
  margin: 1.25rem 0 0;
  max-width: 52ch;
}
.awv__towns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.awv__towns li {
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(200, 162, 74, 0.35);
  font-size: 0.85rem;
  color: var(--text-d);
  background: rgba(46, 35, 72, 0.45);
}
.awv__closing {
  font-style: italic;
  opacity: 0.9;
  margin-top: 1.5rem;
}

/* proof */
.awv__proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.awv__proof-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  background: var(--clay);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.awv__proof-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
.awv__proof-thumb {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--ink);
  display: block;
}
.awv__proof-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.awv__proof-meta {
  padding: 1rem 1.1rem;
}
.awv__proof-meta strong {
  display: block;
  font-family: var(--awv-serif);
  margin-bottom: 0.2rem;
}
.awv__proof-meta span {
  font-size: 0.85rem;
  opacity: 0.75;
}
.awv__testimonial {
  margin-top: 2rem;
  padding: 1.5rem 1.75rem;
  border-left: 3px solid var(--brass);
  background: rgba(46, 35, 72, 0.4);
  border-radius: 0 10px 10px 0;
  max-width: 52ch;
}
.awv__testimonial blockquote {
  margin: 0 0 0.75rem;
  font-family: var(--awv-serif);
  font-size: 1.1rem;
  line-height: 1.5;
}
.awv__testimonial cite {
  font-size: 0.85rem;
  font-style: normal;
  opacity: 0.8;
}

/* quote form */
.awv__quote {
  max-width: 640px;
  margin: 0 auto;
}
.awv__quote form {
  position: relative;
}
.awv__form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.awv__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.awv__field--full { grid-column: 1 / -1; }
.awv__field label {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(34, 27, 51, 0.7);
}
.awv__field input,
.awv__field select,
.awv__field textarea {
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(34, 27, 51, 0.2);
  border-radius: 8px;
  font: inherit;
  background: #fff;
  color: var(--text-l);
}
.awv__field input:focus,
.awv__field select:focus,
.awv__field textarea:focus {
  outline: 2px solid var(--brass);
  outline-offset: 1px;
}
.awv__form-actions {
  margin-top: 1.25rem;
}
.awv__success {
  padding: 1.5rem;
  background: rgba(200, 162, 74, 0.15);
  border-radius: 10px;
  text-align: center;
}
.awv__error {
  color: var(--rose);
  font-size: 0.88rem;
  margin-top: 0.75rem;
}

/* FAQ */
.awv__faq details {
  border-bottom: 1px solid rgba(34, 27, 51, 0.12);
  padding: 1rem 0;
}
.awv__faq summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  padding-right: 1.5rem;
  position: relative;
}
.awv__faq summary::-webkit-details-marker { display: none; }
.awv__faq summary::after {
  content: '+';
  position: absolute;
  right: 0;
  color: var(--brass);
  font-size: 1.2rem;
}
.awv__faq details[open] summary::after { content: '−'; }
.awv__faq details div {
  margin-top: 0.65rem;
  font-size: 0.95rem;
  line-height: 1.55;
  opacity: 0.88;
  max-width: 58ch;
}

/* final CTA band */
.awv__final {
  text-align: center;
  padding: 4rem 0;
  background: var(--ink);
  color: var(--text-d);
}
.awv__final .awv__h2 { margin-bottom: 1.25rem; }
.awv__final p {
  opacity: 0.8;
  margin: 0 0 1.5rem;
}

/* footer */
.awv .syxty-l__footer {
  background: var(--ink);
  color: var(--text-d);
  border-top: 1px solid rgba(200, 162, 74, 0.15);
}
.awv .syxty-l__footer a { color: var(--brass); }

/* tour modal */
.awv__modal-bg {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(24, 18, 43, 0.85);
  display: grid;
  place-items: center;
  padding: 1rem;
}
.awv__modal {
  width: min(960px, 100%);
  aspect-ratio: 16/10;
  background: var(--ink);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.awv__modal iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.awv__modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  background: rgba(24, 18, 43, 0.8);
  color: var(--text-d);
  border: 1px solid rgba(200, 162, 74, 0.4);
  border-radius: 8px;
  padding: 0.4rem 0.75rem;
  cursor: pointer;
  font: inherit;
}

@media (max-width: 900px) {
  .awv__stats,
  .awv__cards,
  .awv__steps,
  .awv__proof-grid { grid-template-columns: 1fr; }
  .awv__points { grid-template-columns: 1fr; }
  .awv__form-grid { grid-template-columns: 1fr; }
  .awv__h1 { max-width: none; }
  .awv__hero-panel .syxty-l__container { padding-bottom: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .awv__hero-hint,
  .awv__hero-poster,
  .awv__hero-iframe,
  .awv__proof-card { transition: none; }
}
