/* FIRE FIBER - PREMIUM CRAFT EVENT RWD CSS
   Clean white background with Fire Fiber logo colors:
   coral flame, deep navy fiber, and ocean-teal wave.
   Includes .cat-price fix so price amount matches label size/weight.
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --ff-white: #ffffff;
  --ff-offwhite: #ffffff;
  --ff-cream: #ffffff;
  --ff-coral: #ee6311;
  --ff-coral-dark: #020102;
  --ff-coral-soft: rgba(238,99,17,.12);
  --ff-navy: #020102;
  --ff-navy-soft: #020102;
  --ff-teal: #0288b3;
  --ff-teal-dark: #1c6f3e;
  --ff-ink: #020102;
  --ff-muted: #4a4a4a;
  --ff-border: rgba(2,1,2,.14);
}

body {
  background: var(--ff-white);
  color: var(--ff-ink);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.62;
}

.container,
#content-wrapper {
  background: var(--ff-white);
  color: var(--ff-ink);
}

.headerRezbanner {
  background-color: var(--ff-white);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  border-bottom: 5px solid var(--ff-coral);
}

#main-header {
  background: var(--ff-white);
}

.navbar-inverse,
.navbar-inverse .container,
.dropdown-menu,
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
.navbar-inverse .navbar-brand {
  background: var(--ff-white) !important;
  color: var(--ff-navy) !important;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}

.navbar-inverse {
  border-top: 4px solid var(--ff-teal);
  border-bottom: 1px solid var(--ff-border);
  box-shadow: 0 4px 18px rgba(2,1,2,.06);
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  background: var(--ff-coral-soft) !important;
  color: var(--ff-coral-dark) !important;
}

h1, h2, h3, h4, h5, h6,
li#tripname,
.cat-header h3,
.rez-content h2,
.rez-content h3 {
  color: var(--ff-navy) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 600;
  letter-spacing: .015em;
}

h1,
li#tripname {
  font-size: 3.05rem;
  line-height: 1.08;
}

h2,
.rez-content h2 {
  font-size: 2.25rem;
}

h3,
.rez-content h3,
.cat-header h3 {
  font-size: 1.75rem;
}

body,
p,
ul,
li,
td,
label,
input,
select,
textarea,
button,
a.btn {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.rez-content h2,
.rez-content h3 {
  border-bottom: 2px solid var(--ff-teal);
  padding-bottom: 8px;
}

hr,
.rez-content hr {
  border-top: 1px solid var(--ff-border);
}

.rez-progress-bar {
  border-bottom: 3px solid var(--ff-teal);
  padding-bottom: 8px;
}

.rez-progress-bar li {
  color: var(--ff-navy);
  font-weight: 700;
}

.rez-progress-bar li:after {
  content: " ▶";
  color: var(--ff-coral);
  font-size: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

#rez-summary-list,
.account-status,
.rez-start-over {
  color: var(--ff-navy);
}

li#tripvenue,
li#tripdates {
  color: var(--ff-muted) !important;
}

.rez-summary,
.panel,
.card,
.well,
.modal-content {
  background: var(--ff-offwhite) !important;
  border: 1px solid var(--ff-border);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(2,1,2,.08);
}

a {
  color: var(--ff-teal);
  font-weight: 700;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--ff-coral-dark);
  text-decoration: none;
}

a.btn,
button,
input[type="submit"],
input[type="button"],
#account-status-link {
  background: linear-gradient(180deg, #ee6311 0%, var(--ff-coral) 100%);
  border: 1px solid var(--ff-coral-dark);
  border-radius: 999px;
  color: #ffffff !important;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  padding: 11px 24px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 8px 18px rgba(238,99,17,.22);
  text-decoration: none;
  letter-spacing: .01em;
  display: inline-block;
  width: auto;
}

a.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
#account-status-link:hover {
  background: linear-gradient(180deg, var(--ff-coral) 0%, var(--ff-coral-dark) 100%);
  color: #ffffff !important;
  transform: translateY(-1px);
}

.party-count-btn {
  background: linear-gradient(180deg, var(--ff-teal) 0%, var(--ff-teal-dark) 100%) !important;
  border: 1px solid var(--ff-teal-dark) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-weight: 800;
  min-width: 145px;
  padding: 11px 24px !important;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 8px 18px rgba(2,136,179,.18) !important;
}

.party-count-btn:hover {
  background: linear-gradient(180deg, var(--ff-teal-dark) 0%, var(--ff-navy) 100%) !important;
}

/* Your Reservations button fix */
.account-status,
.rez-start-over,
#account-status,
#account-status-wrapper,
.rez-account-status,
.reservation-login,
.account-actions,
.rez-actions,
#content-wrapper .rez-actions {
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 18px 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  text-align: left !important;
}

#account-status-link,
a#account-status-link,
.account-status #account-status-link,
.rez-account-status #account-status-link,
.reservation-login #account-status-link,
.account-status a.btn,
.rez-account-status a.btn,
.reservation-login a.btn,
.rez-start-over a.btn {
  display: inline-block !important;
  width: auto !important;
  min-width: 145px !important;
  max-width: 260px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 11px 24px !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  text-align: center !important;
  white-space: nowrap !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ee6311 0%, var(--ff-coral) 100%) !important;
  border: 1px solid var(--ff-coral-dark) !important;
  color: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 8px 18px rgba(238,99,17,.22) !important;
}

label,
.control-label,
legend {
  color: var(--ff-navy);
  font-weight: 700;
}

legend {
  color: var(--ff-coral-dark);
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 1.65rem;
}

input,
select,
textarea {
  background: var(--ff-white);
  color: var(--ff-ink);
  border: 1px solid rgba(2,1,2,.22);
  border-radius: 8px;
  padding: 9px 11px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--ff-coral);
  box-shadow: 0 0 0 3px rgba(238,99,17,.14);
  outline: none;
}

table {
  background: var(--ff-white);
  border-collapse: collapse;
  border: 1px solid var(--ff-border);
  box-shadow: 0 8px 22px rgba(2,1,2,.08);
}

th {
  background: var(--ff-navy);
  color: var(--ff-white);
  font-weight: 800;
  padding: 12px;
}

td {
  color: var(--ff-ink);
  padding: 12px;
  border-bottom: 1px solid rgba(2,1,2,.08);
}

tr:nth-child(even) td {
  background: var(--ff-offwhite);
}

tr:hover td {
  background: var(--ff-coral-soft);
}

p,
ul,
li {
  color: var(--ff-ink);
}

.price,
.total,
.amount,
.balance {
  color: var(--ff-coral-dark);
  font-weight: 800;
}

.notice,
.alert-info,
.fire-fiber-accent {
  background: linear-gradient(135deg, var(--ff-navy), var(--ff-teal));
  color: #ffffff;
  border-left: 5px solid var(--ff-coral);
}

.notice *,
.alert-info *,
.fire-fiber-accent * {
  color: #ffffff !important;
}

#main-footer {
  background: var(--ff-navy);
  color: var(--ff-white);
  border-top: 5px solid var(--ff-coral);
}

#main-footer,
#main-footer span,
#main-footer a {
  color: var(--ff-white) !important;
}

.copyrightStyle {
  background: var(--ff-navy);
  color: var(--ff-white);
}

#rezmagic-contact {
  display: none;
}

/* CAT-PRICE FIX */
.cat-price {
  font-size: 1.15em !important;
  font-weight: 800 !important;
  color: var(--ff-ink) !important;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
  line-height: 1.35 !important;
  margin-top: 10px !important;
  margin-bottom: 18px !important;
}

.cat-price label,
.cat-price b,
.cat-price strong,
.cat-price span,
.cat-price small,
.cat-price sup {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  vertical-align: baseline !important;
}

.cat-price label {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  body {
    background: var(--ff-white);
  }

  .container,
  #content-wrapper {
    background: var(--ff-white) !important;
  }

  h1,
  li#tripname {
    font-size: 2.2rem;
    line-height: 1.12;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3,
  .cat-header h3 {
    font-size: 1.45rem;
  }

  a.btn,
  button,
  input[type="submit"],
  input[type="button"],
  .party-count-btn,
  #account-status-link {
    margin: 6px 4px;
    padding: 10px 16px !important;
    font-size: 14px !important;
    white-space: normal;
  }

  .party-count-btn,
  #account-status-link {
    min-width: 130px !important;
  }

  .rez-summary,
  .panel,
  .card,
  .well,
  .modal-content {
    border-radius: 10px;
    box-shadow: 0 5px 14px rgba(2,1,2,.08);
  }

  .cat-price {
    font-size: 1.05em !important;
  }
}


/* AFBV1 - compact Your Reservations button/container fix */
.account-status,
.rez-start-over,
#account-status,
#account-status-wrapper,
.rez-account-status,
.reservation-login,
.account-actions,
.rez-actions,
#content-wrapper .rez-actions {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
}

#account-status-link,
a#account-status-link,
.account-status #account-status-link,
.rez-account-status #account-status-link,
.reservation-login #account-status-link,
.account-status a.btn,
.rez-account-status a.btn,
.reservation-login a.btn,
.rez-start-over a.btn {
  display: inline-block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 11px 24px !important;
  margin: 0 !important;
  font-size: inherit !important;
  line-height: normal !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
}

.account-status > div,
.rez-account-status > div,
.reservation-login > div,
.rez-start-over > div {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
}

@media (max-width: 767px) {
  #account-status-link,
  a#account-status-link,
  .account-status #account-status-link,
  .rez-account-status #account-status-link,
  .reservation-login #account-status-link,
  .account-status a.btn,
  .rez-account-status a.btn,
  .reservation-login a.btn,
  .rez-start-over a.btn {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    white-space: nowrap !important;
  }
}

/* ============================================================
   AFBV2 - STRONG "YOUR RESERVATIONS" EVENT-LEVEL FIX
   RezMagic event-level markup renders:
   <div id="account-status-link" class="rez-start">
       <a class="btn account-status">Your Reservations</a>
   </div>

   Earlier generic #account-status-link rules therefore styled the
   DIV wrapper like a button. This section explicitly collapses the
   wrapper and styles only the child anchor.
   ============================================================ */

/* The actual event-level wrapper: NEVER let this become a button. */
div#account-status-link.rez-start,
div#account-status-link,
.rez-start,
#content-wrapper div#account-status-link,
.rez-content div#account-status-link {
  display: inline-block !important;
  box-sizing: border-box !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 18px 0 0 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  line-height: 1 !important;
  text-align: left !important;
  vertical-align: top !important;
  overflow: visible !important;
  color: inherit !important;
}

/* Style ONLY the actual Your Reservations anchor. */
div#account-status-link.rez-start > a.btn.account-status,
div#account-status-link > a.btn.account-status,
.rez-start > a.btn.account-status,
a.btn.account-status {
  display: inline-block !important;
  box-sizing: border-box !important;
  width: auto !important;
  min-width: 145px !important;
  max-width: 220px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 11px 24px !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;

  /* Preserve the existing AFB / Fire Fiber button appearance. */
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ee6311 0%, var(--ff-coral) 100%) !important;
  background-image: linear-gradient(180deg, #ee6311 0%, var(--ff-coral) 100%) !important;
  border: 1px solid var(--ff-coral-dark) !important;
  color: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28),
              0 8px 18px rgba(238,99,17,.22) !important;
}

/* Hover remains color-only; dimensions do not change. */
div#account-status-link.rez-start > a.btn.account-status:hover,
div#account-status-link.rez-start > a.btn.account-status:focus,
div#account-status-link > a.btn.account-status:hover,
div#account-status-link > a.btn.account-status:focus,
.rez-start > a.btn.account-status:hover,
.rez-start > a.btn.account-status:focus,
a.btn.account-status:hover,
a.btn.account-status:focus {
  background: linear-gradient(180deg, var(--ff-coral) 0%, var(--ff-coral-dark) 100%) !important;
  background-image: linear-gradient(180deg, var(--ff-coral) 0%, var(--ff-coral-dark) 100%) !important;
  border-color: var(--ff-coral-dark) !important;
  color: #ffffff !important;
}

/* Prevent anything nested in the anchor from enlarging it. */
div#account-status-link a.btn.account-status *,
.rez-start a.btn.account-status *,
a.btn.account-status * {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
}

@media (max-width: 767px) {
  div#account-status-link.rez-start,
  div#account-status-link,
  .rez-start {
    margin: 12px 0 0 0 !important;
    padding: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  div#account-status-link.rez-start > a.btn.account-status,
  div#account-status-link > a.btn.account-status,
  .rez-start > a.btn.account-status,
  a.btn.account-status {
    width: auto !important;
    min-width: 130px !important;
    max-width: 210px !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
  }
}

