/* 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: #fbfaf7;
  --ff-cream: #f6f1e8;
  --ff-coral: #f26352;
  --ff-coral-dark: #d94d3f;
  --ff-coral-soft: rgba(242,99,82,.12);
  --ff-navy: #071c2a;
  --ff-navy-soft: #102f42;
  --ff-teal: #0e5573;
  --ff-teal-dark: #0a4058;
  --ff-ink: #16202a;
  --ff-muted: #66717a;
  --ff-border: rgba(7,28,42,.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(7,28,42,.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(7,28,42,.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, #ff7666 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(242,99,82,.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(14,85,115,.22) !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, #ff7666 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(242,99,82,.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(7,28,42,.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(242,99,82,.14);
  outline: none;
}

table {
  background: var(--ff-white);
  border-collapse: collapse;
  border: 1px solid var(--ff-border);
  box-shadow: 0 8px 22px rgba(7,28,42,.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(7,28,42,.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(7,28,42,.08);
  }

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