/* ==============================================================
   RADHESHYAM — CONTACT PAGE STYLES
   --------------------------------------------------------------
   Same visual language as the About page (Playfair Display /
   Jost / Lora / Caveat, cream-and-brass palette) but every class
   here uses fresh, unique prefixes so nothing collides with
   abouts.css or with the rest of the site:
     cnbp4h-   hero section
     wvtq3n-   reach-out (info + form) section
     dhak91-   FAQ accordion
     rous5v-   visit / map section
   ============================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500&family=Lora:ital,wght@0,400;0,500;1,400&family=Jost:wght@400;500;600&family=Caveat:wght@500;600&display=swap');

/* ==============================================================
   1. HERO — cnbp4h-
   ============================================================== */

.cnbp4h-hero {
  --cnbp4h-cream: #F3E9D8;
  --cnbp4h-cream-soft: rgba(243, 233, 216, 0.72);
  --cnbp4h-gold: #C9A24E;
  --cnbp4h-dark: #0E0A06;

  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: var(--cnbp4h-dark);
  padding: 120px 24px 100px;
  text-align: center;
  isolation: isolate;
}

.cnbp4h-hero *,
.cnbp4h-hero *::before,
.cnbp4h-hero *::after {
  box-sizing: border-box;
}

.cnbp4h-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cnbp4h-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  filter: saturate(85%);
}

.cnbp4h-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(14,10,6,0.78) 0%, rgba(14,10,6,0.58) 45%, rgba(14,10,6,0.92) 100%);
}

.cnbp4h-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse at 50% 40%, transparent 40%, rgba(14,10,6,0.65) 100%);
}

/* soft drifting ink-dot particle field, drawn on canvas by contact.js */
.cnbp4h-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.55;
}

.cnbp4h-scrollhint {
  position: relative;
  z-index: 2;
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cnbp4h-gold);
  margin: 0 0 clamp(40px, 8vw, 90px);
  opacity: 0;
  animation: cnbp4h-fade-down 1s ease forwards 0.2s;
}

.cnbp4h-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.cnbp4h-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--cnbp4h-gold);
  margin: 0 0 22px;
  opacity: 0;
  animation: cnbp4h-fade-up 0.9s ease forwards 0.4s;
}

.cnbp4h-eyebrow span {
  display: block;
  width: 36px;
  height: 1px;
  background: var(--cnbp4h-gold);
  opacity: 0.7;
}

.cnbp4h-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: clamp(2.1rem, 5.5vw, 4rem);
  line-height: 1.16;
  color: var(--cnbp4h-cream);
  margin: 0 0 28px;
  opacity: 0;
  animation: cnbp4h-fade-up 0.9s ease forwards 0.55s;
}

.cnbp4h-quote-hi {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  line-height: 1.6;
  color: var(--cnbp4h-gold);
  margin: 0 0 26px;
  min-height: 1.6em;
  opacity: 0;
  animation: cnbp4h-fade-up 0.9s ease forwards 0.7s;
}

.cnbp4h-cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 2px;
  background: var(--cnbp4h-gold);
  vertical-align: -0.15em;
  animation: cnbp4h-blink 0.9s step-end infinite;
}

.cnbp4h-desc {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1rem;
  line-height: 1.85;
  color: var(--cnbp4h-cream-soft);
  max-width: 58ch;
  margin: 0 auto 44px;
  opacity: 0;
  animation: cnbp4h-fade-up 0.9s ease forwards 0.85s;
}

.cnbp4h-cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--cnbp4h-dark);
  background: linear-gradient(120deg, var(--cnbp4h-gold), #E4C578);
  padding: 16px 32px;
  border-radius: 3px;
  box-shadow: 0 16px 30px -14px rgba(201, 162, 78, 0.55);
  opacity: 0;
  animation: cnbp4h-fade-up 0.9s ease forwards 1s;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cnbp4h-cta svg {
  width: 16px;
  height: 16px;
  transition: transform 0.25s ease;
}

.cnbp4h-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px -14px rgba(201, 162, 78, 0.65);
}

.cnbp4h-cta:hover svg {
  transform: translateY(3px);
}

.cnbp4h-cta:focus-visible {
  outline: 2px solid var(--cnbp4h-gold);
  outline-offset: 3px;
}

.cnbp4h-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: clamp(50px, 9vw, 110px);
  z-index: 3;
}

.cnbp4h-wave path {
  fill: #F8F2E7; /* must match the background of .wvtq3n-reach below */
}

@keyframes cnbp4h-fade-up {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes cnbp4h-fade-down {
  from { opacity: 0; transform: translateY(-14px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes cnbp4h-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .cnbp4h-scrollhint,
  .cnbp4h-eyebrow,
  .cnbp4h-heading,
  .cnbp4h-quote-hi,
  .cnbp4h-desc,
  .cnbp4h-cta,
  .cnbp4h-cursor {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .cnbp4h-particles {
    display: none;
  }
}

@media (max-width: 640px) {
  .cnbp4h-hero {
    min-height: 100svh;
    padding: 100px 20px 80px;
  }
  .cnbp4h-scrollhint {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    margin-bottom: 48px;
  }
  .cnbp4h-desc { font-size: 0.94rem; }
}


/* ==============================================================
   2. REACH OUT (info + form) — wvtq3n-
   ============================================================== */

.wvtq3n-reach {
  --wvtq3n-bg: #F8F2E7;
  --wvtq3n-paper: #F1E8D5;
  --wvtq3n-ink: #34241A;
  --wvtq3n-ink-soft: #6E5A46;
  --wvtq3n-brass: #A9803D;
  --wvtq3n-brass-light: #C9A24E;
  --wvtq3n-maroon: #7C2A2A;
  --wvtq3n-line: rgba(52, 36, 26, 0.16);
  --wvtq3n-shadow: rgba(52, 36, 26, 0.18);
  --wvtq3n-error: #A5342C;

  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 15% 0%, rgba(201, 162, 78, 0.10), transparent 55%),
    radial-gradient(ellipse at 100% 100%, rgba(124, 42, 42, 0.06), transparent 50%),
    var(--wvtq3n-bg);
  color: var(--wvtq3n-ink);
  padding: clamp(64px, 9vw, 132px) clamp(20px, 5vw, 64px);
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
}

.wvtq3n-reach *,
.wvtq3n-reach *::before,
.wvtq3n-reach *::after {
  box-sizing: border-box;
}

.wvtq3n-reach em {
  font-style: italic;
  color: var(--wvtq3n-brass);
}

.wvtq3n-container {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 460px) 1fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}

/* ---- shared eyebrow style ---- */
.wvtq3n-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wvtq3n-brass);
  margin: 0 0 20px;
}

.wvtq3n-eyebrow span {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--wvtq3n-brass);
  opacity: 0.6;
}

.wvtq3n-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.16;
  margin: 0 0 22px;
  color: var(--wvtq3n-ink);
}

.wvtq3n-intro {
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--wvtq3n-ink-soft);
  max-width: 52ch;
  margin: 0 0 28px;
}

/* ---- response-time badge ---- */
.wvtq3n-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--wvtq3n-ink-soft);
  background: var(--wvtq3n-paper);
  border: 1px solid var(--wvtq3n-line);
  padding: 9px 16px;
  border-radius: 999px;
  margin: 0 0 32px;
}

.wvtq3n-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3F8F5F;
  box-shadow: 0 0 0 0 rgba(63, 143, 95, 0.55);
  animation: wvtq3n-pulse 2.2s ease-out infinite;
  flex-shrink: 0;
}

@keyframes wvtq3n-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(63, 143, 95, 0.5); }
  70%  { box-shadow: 0 0 0 8px rgba(63, 143, 95, 0); }
  100% { box-shadow: 0 0 0 0 rgba(63, 143, 95, 0); }
}

/* ---- quick-connect cards ---- */
.wvtq3n-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 36px;
}

.wvtq3n-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: var(--wvtq3n-paper);
  border: 1px solid var(--wvtq3n-line);
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wvtq3n-card:hover {
  transform: translateY(-2px);
  border-color: var(--wvtq3n-brass);
  box-shadow: 0 14px 24px -16px var(--wvtq3n-shadow);
}

.wvtq3n-card:focus-visible {
  outline: 2px solid var(--wvtq3n-maroon);
  outline-offset: 2px;
}

.wvtq3n-card-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wvtq3n-bg);
  color: var(--wvtq3n-brass);
}

.wvtq3n-card-icon svg {
  width: 16px;
  height: 16px;
}

.wvtq3n-card-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.wvtq3n-card-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wvtq3n-brass);
}

.wvtq3n-card-value {
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  color: var(--wvtq3n-ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ---- postcard photo ---- */
.wvtq3n-postcard {
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--wvtq3n-line);
  box-shadow: 0 20px 40px -22px var(--wvtq3n-shadow);
}

.wvtq3n-postcard img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: sepia(6%) saturate(102%);
}

.wvtq3n-postcard figcaption {
  font-family: 'Caveat', cursive;
  font-size: 1.15rem;
  color: var(--wvtq3n-ink-soft);
  background: var(--wvtq3n-paper);
  padding: 12px 18px 14px;
}

/* ---- form card ---- */
.wvtq3n-formcard {
  position: relative;
  background: #fff;
  border: 1px solid var(--wvtq3n-line);
  border-radius: 8px;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: 0 30px 60px -30px var(--wvtq3n-shadow);
}

.wvtq3n-form-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.6vw, 1.9rem);
  color: var(--wvtq3n-ink);
  margin: 0 0 10px;
}

.wvtq3n-form-sub {
  font-size: 0.92rem;
  color: var(--wvtq3n-ink-soft);
  margin: 0 0 28px;
}

.wvtq3n-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wvtq3n-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wvtq3n-field label {
  font-family: 'Jost', sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--wvtq3n-ink-soft);
}

.wvtq3n-field input,
.wvtq3n-field select,
.wvtq3n-field textarea {
  width: 100%;
  font-family: 'Lora', Georgia, serif;
  font-size: 0.96rem;
  color: var(--wvtq3n-ink);
  background: var(--wvtq3n-bg);
  border: 1px solid var(--wvtq3n-line);
  border-radius: 4px;
  padding: 12px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wvtq3n-field textarea {
  resize: vertical;
  min-height: 110px;
}

.wvtq3n-field input::placeholder,
.wvtq3n-field textarea::placeholder {
  color: rgba(110, 90, 70, 0.55);
}

.wvtq3n-field input:focus,
.wvtq3n-field select:focus,
.wvtq3n-field textarea:focus {
  outline: none;
  border-color: var(--wvtq3n-brass);
  box-shadow: 0 0 0 3px rgba(169, 128, 61, 0.15);
}

.wvtq3n-field.wvtq3n-invalid input,
.wvtq3n-field.wvtq3n-invalid select,
.wvtq3n-field.wvtq3n-invalid textarea {
  border-color: var(--wvtq3n-error);
}

.wvtq3n-error {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  color: var(--wvtq3n-error);
  min-height: 14px;
}

.wvtq3n-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  font-family: 'Jost', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wvtq3n-bg);
  background: linear-gradient(120deg, var(--wvtq3n-brass), var(--wvtq3n-brass-light));
  border: none;
  padding: 15px 24px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 4px;
  box-shadow: 0 14px 26px -12px rgba(169, 128, 61, 0.55);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wvtq3n-submit svg {
  width: 16px;
  height: 16px;
}

.wvtq3n-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px -12px rgba(169, 128, 61, 0.65);
}

.wvtq3n-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.wvtq3n-submit:focus-visible {
  outline: 2px solid var(--wvtq3n-maroon);
  outline-offset: 3px;
}

.wvtq3n-privacy {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
  color: var(--wvtq3n-ink-soft);
  text-align: center;
  margin: 4px 0 0;
}

/* ---- inline success state ---- */
.wvtq3n-success {
  position: relative;
  text-align: center;
  padding: 20px 6px 6px;
}

.wvtq3n-success[hidden] {
  display: none;
}

.wvtq3n-confetti {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.wvtq3n-check {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--wvtq3n-brass), var(--wvtq3n-brass-light));
  color: var(--wvtq3n-bg);
  box-shadow: 0 14px 26px -10px rgba(169, 128, 61, 0.6);
}

.wvtq3n-check svg {
  width: 28px;
  height: 28px;
}

.wvtq3n-success .wvtq3n-form-title,
.wvtq3n-success-sub {
  position: relative;
  z-index: 1;
}

.wvtq3n-success-sub {
  font-size: 0.94rem;
  line-height: 1.65;
  color: var(--wvtq3n-ink-soft);
  max-width: 40ch;
  margin: 0 auto 26px;
}

.wvtq3n-success .wvtq3n-submit {
  position: relative;
  z-index: 1;
}

/* ---- reveal-on-scroll ---- */
[data-wvtq3n-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-wvtq3n-reveal].wvtq3n-in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ---- responsive ---- */
@media (max-width: 980px) {
  .wvtq3n-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .wvtq3n-reach { padding: 56px 18px; }
  .wvtq3n-cards { grid-template-columns: 1fr; }
  .wvtq3n-formcard { padding: 26px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  [data-wvtq3n-reveal],
  .wvtq3n-card,
  .wvtq3n-submit {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .wvtq3n-badge-dot {
    animation: none !important;
  }
}


/* ==============================================================
   3. QUICK ANSWERS (FAQ accordion) — dhak91-
   ============================================================== */

.dhak91-faq {
  --dhak91-bg: #F3EAD9;
  --dhak91-paper: #FBF6EC;
  --dhak91-ink: #34241A;
  --dhak91-ink-soft: #6E5A46;
  --dhak91-brass: #A9803D;
  --dhak91-brass-light: #C9A24E;
  --dhak91-maroon: #7C2A2A;
  --dhak91-line: rgba(52, 36, 26, 0.16);

  position: relative;
  background: var(--dhak91-bg);
  color: var(--dhak91-ink);
  padding: clamp(56px, 8vw, 110px) clamp(20px, 5vw, 64px);
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
}

.dhak91-faq *,
.dhak91-faq *::before,
.dhak91-faq *::after {
  box-sizing: border-box;
}

.dhak91-container {
  max-width: 840px;
  margin: 0 auto;
}

.dhak91-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--dhak91-brass);
  margin: 0 0 16px;
}

.dhak91-eyebrow span {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--dhak91-brass);
  opacity: 0.6;
}

.dhak91-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  line-height: 1.2;
  margin: 0 0 clamp(32px, 5vw, 52px);
}

.dhak91-list {
  display: grid;
  gap: 4px;
}

.dhak91-item {
  border-bottom: 1px solid var(--dhak91-line);
}

.dhak91-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  background: none;
  border: none;
  padding: 20px 4px;
  margin: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
}

.dhak91-toggle span {
  font-family: 'Playfair Display', serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--dhak91-ink);
}

.dhak91-toggle:focus-visible {
  outline: 2px solid var(--dhak91-maroon);
  outline-offset: 4px;
}

.dhak91-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--dhak91-brass);
  transition: transform 0.35s ease;
}

.dhak91-toggle[aria-expanded="true"] .dhak91-icon {
  transform: rotate(135deg);
}

.dhak91-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}

.dhak91-item--open .dhak91-body {
  grid-template-rows: 1fr;
}

.dhak91-inner {
  overflow: hidden;
}

.dhak91-inner p {
  font-size: 0.96rem;
  line-height: 1.75;
  color: var(--dhak91-ink-soft);
  max-width: 66ch;
  margin: 0 0 22px;
  padding-right: 4px;
}

@media (max-width: 560px) {
  .dhak91-faq { padding: 48px 18px; }
  .dhak91-toggle span { font-size: 0.98rem; }
}


/* ==============================================================
   4. VISIT IN PERSON (address + map) — rous5v-
   ============================================================== */

.rous5v-visit {
  --rous5v-bg: #F8F2E7;
  --rous5v-paper: #F1E8D5;
  --rous5v-ink: #34241A;
  --rous5v-ink-soft: #6E5A46;
  --rous5v-brass: #A9803D;
  --rous5v-line: rgba(52, 36, 26, 0.16);
  --rous5v-shadow: rgba(52, 36, 26, 0.18);

  position: relative;
  background: var(--rous5v-bg);
  color: var(--rous5v-ink);
  padding: clamp(56px, 8vw, 110px) clamp(20px, 5vw, 64px);
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
}

.rous5v-visit *,
.rous5v-visit *::before,
.rous5v-visit *::after {
  box-sizing: border-box;
}

.rous5v-visit em {
  font-style: italic;
  color: var(--rous5v-brass);
}

.rous5v-container {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 460px) 1fr;
  gap: clamp(36px, 6vw, 72px);
  align-items: stretch;
}

.rous5v-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rous5v-brass);
  margin: 0 0 18px;
}

.rous5v-eyebrow span {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--rous5v-brass);
  opacity: 0.6;
}

.rous5v-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  line-height: 1.2;
  margin: 0 0 20px;
}

.rous5v-text {
  font-size: 0.98rem;
  line-height: 1.8;
  color: var(--rous5v-ink-soft);
  max-width: 48ch;
  margin: 0 0 28px;
}

.rous5v-address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: var(--rous5v-paper);
  border: 1px solid var(--rous5v-line);
  border-left: 3px solid var(--rous5v-brass);
  padding: 18px 20px;
  border-radius: 4px;
  margin: 0 0 26px;
}

.rous5v-address-name {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--rous5v-ink);
}

.rous5v-address span:not(.rous5v-address-name) {
  font-family: 'Jost', sans-serif;
  font-size: 0.86rem;
  color: var(--rous5v-ink-soft);
}

.rous5v-hours {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rous5v-hours-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--rous5v-line);
  font-family: 'Jost', sans-serif;
  font-size: 0.86rem;
}

.rous5v-hours-row span:first-child {
  color: var(--rous5v-ink);
  font-weight: 600;
}

.rous5v-hours-row span:last-child {
  color: var(--rous5v-ink-soft);
}

.rous5v-map {
  position: relative;
  min-height: 320px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--rous5v-line);
  box-shadow: 0 24px 48px -26px var(--rous5v-shadow);
  filter: sepia(8%) saturate(92%);
}

.rous5v-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

[data-rous5v-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-rous5v-reveal].rous5v-in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .rous5v-container {
    grid-template-columns: 1fr;
  }
  .rous5v-map {
    min-height: 280px;
  }
}

@media (max-width: 560px) {
  .rous5v-visit { padding: 48px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  [data-rous5v-reveal] {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
