/* ==========================================================================
   /duo — Wedding Singers Duo (Brian Wahlstrom with soprano Shay Avelina)
   Page-scoped styles. Loads after site.min.css and theme.css; inherits the
   ink/champagne tokens from theme.css.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Hero: the film (facade — poster + play ring, iframe injected on click)
   -------------------------------------------------------------------------- */
.duo-hero { padding: clamp(92px, 13vh, 132px) 0 0; }
.duo-film {
  position: relative;
  aspect-ratio: 16 / 9;
  max-width: 860px;
  margin: 0 auto;
  background: #000;
  border: 1px solid var(--line-strong);
}
.duo-film iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.film-poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.film-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.film-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 16, 22, 0.05) 0%, rgba(12, 16, 22, 0.38) 100%);
}
.play-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid var(--gold-bright);
  background: rgba(12, 16, 22, 0.55);
  z-index: 1;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.play-ring::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-38%, -50%);
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid var(--gold-bright);
}
.film-poster:hover .play-ring { background: rgba(212, 165, 116, 0.22); border-color: #fff; }
.film-poster:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

/* --------------------------------------------------------------------------
   Identity band
   -------------------------------------------------------------------------- */
.duo-identity { text-align: center; padding: clamp(52px, 8vw, 84px) 0 0; }
.duo-kicker {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1.2rem;
}
.duo-identity h1 {
  font-family: var(--font-ui);
  font-size: clamp(1.9rem, 4.6vw, 2.9rem);
  font-weight: 300;
  letter-spacing: 0.02em;
  color: var(--text-hi);
  margin: 0;
  text-wrap: balance;
}
.duo-credit { font-size: 1rem; color: var(--text); margin: 0.7rem 0 0; letter-spacing: 0.04em; }
.duo-lede { max-width: 36em; margin: 1.7rem auto 0; color: var(--text-dim); line-height: 1.85; }

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */
.duo-section { padding: clamp(64px, 9vw, 108px) 0 0; }

/* The duo, in brief — watercolor on a cream stationery panel */
.duo-brief-grid {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}
.cream-panel { background: #f2ecdf; padding: clamp(18px, 2.6vw, 32px); }
.cream-panel img { display: block; width: 100%; height: auto; }
/* Section title without a subtitle keeps the standard gap below it */
.duo-section .section-title.solo { margin-bottom: clamp(48px, 7vw, 84px); }
.duo-brief-copy p { color: var(--text); line-height: 1.9; margin: 0 0 1.2em; }
.duo-brief-copy .quiet-link { margin-top: 0.4rem; }

/* For planners */
.planner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 880px;
  margin: 0 auto;
}
.planner-fact { border: 1px solid var(--line); background: var(--ink-2); padding: 26px 28px; }
.planner-fact h3 {
  font-family: var(--font-ui);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--text-hi);
  margin: 0 0 0.6rem;
}
.planner-fact p { font-size: 0.92rem; line-height: 1.8; color: var(--text-dim); margin: 0; }
.planner-fact a { color: var(--gold); text-decoration: none; border-bottom: 1px solid var(--gold-line); }
.planner-fact a:hover { color: var(--gold-bright); border-bottom-color: var(--gold); }

/* Quiet path to the form */
.duo-quiet { text-align: center; padding-top: 2.8rem; }

/* Region & destination */
.duo-region-copy { max-width: 46em; margin: 0 auto; text-align: center; color: var(--text); line-height: 1.9; }
.duo-cities {
  max-width: 780px;
  margin: 2.2rem auto 0;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  line-height: 2.3;
  color: var(--text-dim);
}
.duo-cities a { color: var(--text-dim); text-decoration: none; border-bottom: 1px solid var(--line-strong); padding-bottom: 1px; transition: color 0.25s ease, border-color 0.25s ease; }
.duo-cities a:hover { color: var(--gold-bright); border-bottom-color: var(--gold); }
.duo-cities span { color: var(--gold-soft); padding: 0 0.55em; }

/* --------------------------------------------------------------------------
   Inquiry form
   -------------------------------------------------------------------------- */
.duo-form-wrap { max-width: 740px; margin: 0 auto; }
.duo-form { color-scheme: dark; }
.duo-form .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.duo-form .form-group.full-width { grid-column: 1 / -1; }
.duo-form label {
  display: block;
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 8px;
}
.duo-form input,
.duo-form select,
.duo-form textarea {
  width: 100%;
  background: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 0;
  color: var(--text-hi);
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 0.95rem;
  padding: 12px 14px;
  transition: border-color 0.25s ease;
}
.duo-form input:focus,
.duo-form select:focus,
.duo-form textarea:focus { outline: none; border-color: var(--gold); }
.duo-form textarea { resize: vertical; }
.needs-row { display: flex; flex-wrap: wrap; gap: 10px 26px; padding-top: 6px; }
.needs-row label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: none;
  color: var(--text);
  cursor: pointer;
}
.needs-row input[type="checkbox"] { width: 15px; height: 15px; accent-color: var(--gold); }
.duo-form .submit-button {
  width: 100%;
  margin-top: 24px;
  padding: 16px;
  background: transparent;
  border: 1px solid var(--gold-line);
  color: var(--gold-bright);
  font-family: var(--font-ui);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.duo-form .submit-button:hover { background: var(--gold-tint); border-color: var(--gold); }
.duo-form .submit-button:disabled { opacity: 0.5; cursor: default; }
.duo-form .submit-button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.duo-form-success {
  display: none;
  text-align: center;
  border: 1px solid var(--gold-line);
  background: var(--gold-tint);
  padding: 48px 30px;
}
.duo-form-success h3 { font-family: var(--font-ui); font-weight: 300; font-size: 1.3rem; color: var(--text-hi); margin: 0 0 10px; }
.duo-form-success p { color: var(--text); margin: 0; }
.duo-direct { text-align: center; margin-top: 1.8rem; font-size: 0.88rem; color: var(--text-dim); }
.duo-direct a { color: var(--gold); text-decoration: none; border-bottom: 1px solid var(--gold-line); }
.duo-direct a:hover { color: var(--gold-bright); }

/* --------------------------------------------------------------------------
   Quiet SEO footnote
   -------------------------------------------------------------------------- */
.duo-footnote {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(60px, 9vw, 100px) 20px 3.6rem;
  font-size: 0.78rem;
  line-height: 1.95;
  color: var(--text-dim);
  text-align: center;
}
.duo-footnote a { color: var(--text-dim); border-bottom: 1px solid var(--line-strong); text-decoration: none; }
.duo-footnote a:hover { color: var(--gold-bright); }

/* --------------------------------------------------------------------------
   Responsive & motion
   -------------------------------------------------------------------------- */
@media (max-width: 860px) {
  .duo-brief-grid { grid-template-columns: 1fr; max-width: 560px; }
  .planner-grid { grid-template-columns: 1fr; }
  .duo-form .form-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html.js .fade-in { opacity: 1 !important; transform: none !important; transition: none !important; }
  .play-ring, .duo-cities a, .duo-form input, .duo-form select, .duo-form textarea, .duo-form .submit-button { transition: none !important; }
}
