/* BigTime Dreams clarity and accessibility pass — loaded after the main theme. */

:root {
  --readable-orange: #a93d00;
  --readable-blue: #0b46d8;
}

html,
body {
  overflow-x: clip;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  border-radius: 7px;
  background: #fff;
  color: #051633;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  padding: 11px 15px;
  font-weight: 850;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

h1 {
  font-size: clamp(3rem, 5.5vw, 6rem);
}

h2 {
  font-size: clamp(2.3rem, 4.2vw, 4.3rem);
}

.lede {
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
}

.section {
  padding: 82px 0;
}

.eyebrow {
  color: var(--readable-orange);
}

.equal-services-section,
.included-section,
.site-needs-section,
.wedding-promise-section,
.owner-story-section,
.grad-fit-section,
.contact-next-section,
.privacy-section {
  color: #09224c;
}

.equal-services-section h2,
.included-section h2,
.site-needs-section h2,
.wedding-promise-section h2,
.owner-story-section h2,
.grad-fit-section h2,
.contact-next-section h2,
.privacy-section h2,
.privacy-section h3 {
  color: #09224c;
}

.contact-next-section .eyebrow {
  color: #0b3a70;
}

.dual-hero .eyebrow,
.page-hero .eyebrow,
.about-hero .eyebrow,
.contact-hero .eyebrow,
.simple-hero .eyebrow,
.confidence-section .eyebrow,
.faq-section .eyebrow,
.package-section .eyebrow,
.event-fit-section .eyebrow,
.review-section .eyebrow,
.clean-final-section .eyebrow {
  color: #83e7ff;
}

.button-primary {
  background: #ff7b35;
  color: #051633;
}

.button-primary:hover {
  background: #ff9663;
}

.button-outline {
  border-color: var(--readable-blue);
  color: var(--readable-blue);
}

.utility-inner {
  justify-content: space-between;
}

.utility-inner strong {
  margin-left: auto;
}

.mobile-action-bar {
  display: none !important;
}

.footer-bottom {
  justify-content: flex-start;
}

.package-card {
  min-height: 0;
}

.values-section .value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.dual-hero-request {
  margin-top: 24px;
}

.clean-final-section {
  border-top: 1px solid #bdd7ea;
  background: linear-gradient(135deg, #08244f, #0b3e83);
  color: #fff;
}

.clean-final-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 44px;
}

.clean-final-copy {
  max-width: 820px;
}

.clean-final-copy h2 {
  max-width: 780px;
  margin-bottom: 12px;
  color: #fff;
}

.clean-final-copy p:last-child {
  max-width: 690px;
  margin-bottom: 0;
  color: #d6e8fa;
}

.clean-final-section .button {
  flex: 0 0 auto;
}

.compact-pricing {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.24);
}

.compact-pricing table {
  width: 100%;
  border-collapse: collapse;
  color: #09224c;
}

.compact-pricing th,
.compact-pricing td {
  padding: 17px 22px;
  text-align: left;
  vertical-align: middle;
}

.compact-pricing thead th {
  background: #eaf7ff;
  color: #183b67;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.compact-pricing tbody tr + tr {
  border-top: 1px solid #d8e7f3;
}

.compact-pricing tbody th {
  font-size: 1rem;
}

.compact-pricing td:last-child,
.compact-pricing th:last-child {
  width: 150px;
  text-align: right;
}

.compact-pricing .intro-price-row {
  background: #fff4e9;
}

.compact-pricing .intro-price-row th::after {
  content: "First five bookings";
  display: inline-block;
  margin-left: 10px;
  border-radius: 999px;
  background: #ff7b35;
  color: #051633;
  padding: 3px 8px;
  font-size: 0.68rem;
  font-weight: 900;
}

.compact-pricing .price-amount {
  color: #0b46d8;
  font-size: 1.35rem;
  font-weight: 900;
}

.package-clarity-note {
  max-width: 900px;
  margin: 24px auto 0;
  color: #d9e9f8;
  text-align: center;
}

.contact-page-body .header-cta {
  display: none;
}

.contact-page-body .nav-row {
  grid-template-columns: minmax(250px, 1fr) auto;
}

.contact-hero {
  padding: 64px 0;
}

.contact-google-intro {
  max-width: 900px;
  text-align: center;
}

.contact-google-intro h1 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(3.4rem, 5.6vw, 5.8rem);
}

.contact-google-intro .lede {
  margin-right: auto;
  margin-left: auto;
}

.contact-simple-help {
  max-width: 540px;
  margin: 28px auto 0;
  border-left: 4px solid #00c8ff;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 17px;
  color: #e5f2ff;
}

.contact-simple-help p {
  margin: 0;
}

.contact-simple-help a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 800;
}

#event-request-form {
  scroll-margin-top: 120px;
}

.contact-google-form-section {
  background: #eaf7ff;
  padding: 52px 0 72px;
}

.contact-google-form-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid #b9d8e9;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: #fff;
  padding: 28px 30px;
}

.contact-google-form-heading h2 {
  margin-bottom: 9px;
  color: #09224c;
  font-size: clamp(2.1rem, 4vw, 3.55rem);
}

.contact-google-form-heading .eyebrow {
  color: #0b46d8;
}

.contact-google-form-heading p:last-child {
  margin: 0;
  color: #405875;
}

.contact-google-form-heading .button {
  flex: 0 0 auto;
  max-width: 340px;
}

.contact-google-frame-wrap {
  overflow: hidden;
  border: 1px solid #b9d8e9;
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(9, 34, 76, 0.15);
}

.contact-google-frame-wrap iframe {
  display: block;
  width: 100%;
  height: 2100px;
  border: 0;
  background: #fff;
}

.booking-path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid #9ccce0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(0, 62, 119, 0.18);
}

.booking-path-grid article {
  min-height: 220px;
  padding: 28px;
  color: #09224c;
}

.booking-path-grid article + article {
  border-left: 1px solid #c8e2ee;
}

.booking-path-grid span {
  color: #0b46d8;
  font-family: var(--display);
  font-size: 2rem;
}

.booking-path-grid h3 {
  margin-top: 26px;
  color: #09224c;
}

.booking-path-grid p {
  margin-bottom: 0;
  color: #52657f;
}

.reservation-note {
  max-width: 850px;
  margin: 24px auto 0;
  color: #183b67;
  text-align: center;
  font-weight: 800;
}

.wedding-process-section .reservation-note {
  color: #ffffff;
}

.privacy-section {
  background: #fff;
}

.privacy-content {
  max-width: 850px;
}

.privacy-content h2 {
  margin-top: 44px;
  margin-bottom: 12px;
  font-family: var(--body);
  font-size: 1.45rem !important;
  letter-spacing: 0;
  text-transform: none;
}

.privacy-content p,
.privacy-content li {
  color: #34516f;
}

.privacy-content a {
  color: var(--readable-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 800;
}

.privacy-updated {
  color: #52657f;
  font-size: 0.9rem;
}

.footer-bottom a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-page .faq-section .faq-grid > div:first-child > p:last-child {
  color: #d4e5f5;
}

.grad-link-note {
  margin-top: 26px;
  color: #d8e8f8;
  text-align: center;
}

.grad-link-note a {
  color: #83e7ff;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 850;
}

@media (max-width: 920px) {
  .site-header .nav-row {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding-bottom: 12px;
  }

  .site-header .wordmark {
    min-width: 0;
    max-width: 100%;
  }

  .site-header .mobile-menu {
    grid-column: 2;
    grid-row: 1;
  }

  .site-header .header-cta {
    display: inline-flex;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    min-height: 46px;
  }

  .values-section .value-grid {
    grid-template-columns: 1fr;
  }

  .contact-page-body .header-cta {
    display: none;
  }

  .contact-page-body .nav-row {
    padding-bottom: 0;
  }

  .clean-final-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-page-body .nav-row {
    grid-template-columns: 1fr auto;
  }

  .contact-google-form-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-google-form-heading .button {
    width: 100%;
    max-width: none;
  }

  .booking-path-grid {
    grid-template-columns: 1fr 1fr;
  }

  .booking-path-grid article + article {
    border-left: 0;
  }

  .booking-path-grid article:nth-child(even) {
    border-left: 1px solid #c8e2ee;
  }

  .booking-path-grid article:nth-child(n + 3) {
    border-top: 1px solid #c8e2ee;
  }
}

@media (max-width: 640px) {
  h1,
  .home-hero h1,
  .page-hero h1,
  .contact-google-intro h1,
  .about-hero h1,
  .simple-hero h1 {
    font-size: clamp(2.75rem, 12vw, 3.55rem) !important;
  }

  h2 {
    font-size: clamp(2.1rem, 9.5vw, 2.8rem) !important;
  }

  .dual-hero h1 {
    font-size: clamp(1.55rem, 7.4vw, 2.15rem) !important;
  }

  .wordmark-main {
    font-size: 1.65rem;
  }

  .wordmark-sub {
    letter-spacing: 0.12em;
    font-size: 0.65rem;
  }

  .section {
    padding: 58px 0;
  }

  .page-hero-image,
  .home-hero-image {
    width: 100%;
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 10;
    margin-right: 0;
  }

  .hero-service-price {
    font-size: 0.78rem;
  }

  .hero-service-action {
    font-size: 0.82rem;
  }

  .clean-final-section .button,
  .section-action .button,
  .dual-hero-request {
    width: 100%;
  }

  .compact-pricing th,
  .compact-pricing td {
    padding: 14px 11px;
    font-size: 0.86rem;
  }

  .compact-pricing td:last-child,
  .compact-pricing th:last-child {
    width: 90px;
  }

  .compact-pricing .price-amount {
    font-size: 1.06rem;
  }

  .compact-pricing .intro-price-row th::after {
    display: block;
    width: max-content;
    margin: 5px 0 0;
  }

  .contact-hero {
    padding: 48px 0;
  }

  .contact-google-form-section {
    padding: 30px 0 48px;
  }

  .contact-google-form-heading {
    padding: 23px 18px;
  }

  .contact-google-frame-wrap iframe {
    height: 2400px;
  }

  .booking-path-grid {
    grid-template-columns: 1fr;
  }

  .booking-path-grid article,
  .booking-path-grid article:nth-child(even),
  .booking-path-grid article:nth-child(n + 3) {
    min-height: 0;
    border-top: 1px solid #c8e2ee;
    border-left: 0;
    padding: 24px;
  }

  .booking-path-grid article:first-child {
    border-top: 0;
  }

  .booking-path-grid h3 {
    margin-top: 18px;
  }

  .site-footer {
    padding-bottom: 26px;
  }
}

@media (max-width: 360px) {
  .wordmark-main {
    font-size: 1.42rem;
  }

  .wordmark-sub {
    gap: 5px;
    letter-spacing: 0.07em;
    font-size: 0.5rem;
  }

  .mobile-menu summary {
    padding: 8px 10px;
    font-size: 0.8rem;
  }
}
