@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.2;
  color: #151f23;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #2e4149;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #e8c26d;
}

ul,
ol {
  padding-left: 2rem;
  margin-bottom: 1rem;
}

li {
  margin-bottom: 0.5rem;
}

/* Italic style */
.italic {
  font-style: italic;
  color: inherit;
}

/* Strong style */
.strong {
  font-weight: 700;
  color: inherit;
}

/* Optional: strong + italic */
.strong-italic {
  font-weight: 700;
  font-style: italic;
}

.text-gold {
  color: #e8c26d;
}

.text-gold-gradient {
  background: linear-gradient(180deg, rgb(237.75, 209.25, 145.5), rgb(225.0387573964, 175.5375739645, 64.8112426036));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f0f0f0;
  color: #444444;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

body {
  display: flex;
  flex-direction: column;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 0 auto;
}

.content-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}

.footer {
  flex-shrink: 0;
}

.footer-bottom {
  text-align: center;
  font-size: 0.875rem;
  padding: 1rem;
  background-color: #151f23;
  color: #f0f0f0;
}

.mb-0-0 {
  margin-bottom: 0rem;
}

.mt-0-0 {
  margin-top: 0rem;
}

.mtb-0-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.ptb-0-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.mlr-0-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.plr-0-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.mb-0-5 {
  margin-bottom: 0.5rem;
}

.mt-0-5 {
  margin-top: 0.5rem;
}

.mtb-0-5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.ptb-0-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mlr-0-5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.plr-0-5 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.mb-1-0 {
  margin-bottom: 1rem;
}

.mt-1-0 {
  margin-top: 1rem;
}

.mtb-1-0 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ptb-1-0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mlr-1-0 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.plr-1-0 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.mb-1-5 {
  margin-bottom: 1.5rem;
}

.mt-1-5 {
  margin-top: 1.5rem;
}

.mtb-1-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ptb-1-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.mlr-1-5 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.plr-1-5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mb-2-0 {
  margin-bottom: 2rem;
}

.mt-2-0 {
  margin-top: 2rem;
}

.mtb-2-0 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ptb-2-0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mlr-2-0 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.plr-2-0 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.mb-2-5 {
  margin-bottom: 2.5rem;
}

.mt-2-5 {
  margin-top: 2.5rem;
}

.mtb-2-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.ptb-2-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.mlr-2-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.plr-2-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.mb-3-0 {
  margin-bottom: 3rem;
}

.mt-3-0 {
  margin-top: 3rem;
}

.mtb-3-0 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.ptb-3-0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.mlr-3-0 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.plr-3-0 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.button {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 1rem 2rem;
  border-radius: 0.25rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background-position 0.4s ease-in-out, filter 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  background-color: #444444;
  color: #ffffff;
}
.button:hover {
  background-color: rgb(55.25, 55.25, 55.25);
  box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.25);
}
.button.btn-light {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #444444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button.btn-light:hover {
  border-color: #835a18;
  color: #835a18;
  background: rgba(232, 194, 109, 0.08);
}
.button.btn-blue {
  background: linear-gradient(180deg, #546266 0%, #2e4149 30%, #151f23 100%);
  background-size: 200% auto;
  background-position: left center;
  color: #ffffff;
  transition: background-position 0.4s ease-in-out, filter 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.button.btn-blue:hover {
  background-position: right center;
  filter: brightness(1.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}
.button.btn-gold {
  background-image: linear-gradient(90deg, #e8c26d 0%, #835a18 100%);
  background-size: 200% auto;
  background-position: left center;
  color: #000000;
  transition: background-position 0.4s ease-in-out, filter 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.button.btn-gold:hover {
  background-position: right center;
  filter: brightness(1.05);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}
.button.button.btn-outline {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #444444;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.button.button.btn-outline:hover {
  border-color: #835a18;
  color: #835a18;
}

.checklist {
  margin-left: -0.5rem !important;
  position: relative;
  list-style: none !important;
}
.checklist li {
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.checklist li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #835a18;
  font-size: 1.25rem;
}
.checklist li.chk-included::before {
  content: "✓"; /* Unicode checkmark */
  color: #28a745;
}
.checklist li.chk-excluded::before {
  content: "✗"; /* Unicode cross */
  color: #dc3545;
}
.checklist li.chk-pinned::before {
  content: "📌"; /* Unicode for Pushpin */
  color: #007bff;
}
.checklist li.chk-star::before {
  content: "⭐"; /* Unicode for Star */
  color: #ffc107;
}
.checklist li.chk-dashed::before {
  content: "—"; /* Unicode for Em Dash */
  color: #333;
}
.checklist li.chk-arrow::before {
  content: "🠊"; /* Unicode for Right Arrow */
  color: #17a2b8;
}

/* Section content */
.section-pad {
  padding: 4rem 0;
}
.section-pad.dark {
  background: linear-gradient(135deg, #000, #2a2a2a);
  color: #f0f0f0;
}
.section-pad.dark .section-title {
  color: #e8c26d;
}
.section-pad.light {
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  color: #444444;
}
.section-pad.light h1,
.section-pad.light h2 {
  color: #444444;
}
.section-pad.light .split-text div {
  color: #444444;
}
.section-pad.blue {
  background: linear-gradient(135deg, #1b2c47, #204577);
  color: #f0f0f0;
}
.section-pad.blue .section-title {
  color: #e8c26d;
}

.section-title {
  font-size: 2rem;
  margin: 0 0 2rem;
  text-align: center;
}

.content-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .content-grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .content-grid.cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .content-grid.cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.content-grid.dark {
  background: linear-gradient(135deg, #000, #2a2a2a);
  color: #f0f0f0;
}
.content-grid.light {
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  color: #444444;
}
.content-grid.light h1 {
  color: #444444;
}
.content-grid.light .split-text div {
  color: #444444;
}
.content-grid.blue {
  background: linear-gradient(135deg, #1b2c47, #204577);
  color: #f0f0f0;
}

.content-card {
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  /*
    &:hover {
      transform: translateY(-2px);
      box-shadow: variables.$shadow-medium;
    }
  */
  /* Icon badge with gradient navy circle */
  /* Size modifiers */
}
.content-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.content-card p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  margin: 0;
  color: #444444;
}
.content-card .icon-badge {
  --badge-size: 72px; /* adjust with .icon-badge--lg/sm modifiers below */
  width: var(--badge-size);
  height: var(--badge-size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 1rem auto;
  background: linear-gradient(135deg, #1b2c47, #204577); /* your variables.$gradient-section-navy */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.content-card .icon-badge--sm {
  --badge-size: 56px;
}
.content-card .icon-badge--lg {
  --badge-size: 88px;
}
.content-card i {
  font-size: calc(var(--badge-size) * 0.46);
  /* Duotone layer colors */
  --fa-primary-color: #e8c26d; /* $color-gold-light */
  --fa-secondary-color: #835a18; /* $color-gold-dark */
  --fa-secondary-opacity: 1;
  line-height: 1;
}
.content-card.dark {
  background: linear-gradient(135deg, #000, #2a2a2a);
  color: #f0f0f0;
}
.content-card.dark h3 {
  color: #e8c26d;
}
.content-card.dark p {
  color: #f0f0f0;
}
.content-card.light {
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  color: #444444;
}
.content-card.light h1 {
  color: #444444;
}
.content-card.light .split-text div {
  color: #444444;
}
.content-card.blue {
  background: linear-gradient(135deg, #1b2c47, #204577);
  color: #f0f0f0;
}
.content-card.blue h3 {
  color: #e8c26d;
}
.content-card.blue p {
  color: #f0f0f0;
}

/* dark theme tuning */
.dark-theme .section-pad.light {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}
.dark-theme .section-pad.light h2 {
  color: #e8c26d;
}
.dark-theme .section-pad.light p {
  color: #444444;
}

.dark-theme .icon-badge {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* ===== Signup Section ===== */
.signup {
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  color: #444444;
  /* Grid: stacks on mobile; expands at breakpoints */
}
.signup.gold {
  background: linear-gradient(135deg, rgba(235, 231, 223, 0.98) 0%, rgba(220, 215, 207, 0.98) 100%);
}
.signup.gold .intro-block div,
.signup.gold .intro-block p,
.signup.gold .intro-block label,
.signup.gold .intro-block ul,
.signup.gold .intro-block ul li {
  color: #444444;
}
.signup.gold .intro-block h2 {
  color: #835a18;
}
.signup .signup-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 1rem;
}
.signup .signup-title {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", serif;
  color: #835a18;
}
.signup .signup-subtitle {
  text-align: center;
  margin: 0 auto 2rem;
  font-size: 1.125rem;
  max-width: 52ch;
  opacity: 0.95;
}
.signup .signup-form {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
.signup .form-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .signup .form-row {
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
  }
  .signup .form-field--email {
    grid-column: 1/-1;
  }
  .signup .form-actions {
    grid-column: 2/3;
    justify-self: end;
  }
}
@media (min-width: 992px) {
  .signup .form-row {
    grid-template-columns: 1fr 1fr 2fr auto;
    align-items: end;
  }
  .signup .form-field--email {
    grid-column: auto;
  }
  .signup .form-actions {
    grid-column: auto;
  }
}
.signup .form-field {
  display: grid;
  gap: 0.25rem;
}
.signup .form-field label {
  font-size: 0.875rem;
  font-weight: 600;
}
.signup .form-field input {
  width: 100%;
  box-sizing: border-box;
  display: block;
  height: 2.75rem;
  padding: 0 1rem;
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  background: #ffffff;
  color: #444444;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.signup .form-field input::placeholder {
  color: rgba(68, 68, 68, 0.55);
}
.signup .form-field input:hover {
  border-color: rgba(0, 0, 0, 0.25);
}
.signup .form-field input:focus-visible {
  outline: none;
  border-color: #e8c26d;
  box-shadow: 0 0 0 3px rgba(232, 194, 109, 0.35);
}
.signup .form-field input:invalid:focus-visible {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.25);
}
.signup .form-actions {
  align-self: stretch;
  display: grid;
  align-items: end;
}
.signup .form-actions .btn {
  height: 2.75rem;
  padding: 0 2rem;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 700;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  white-space: nowrap;
}
.signup .form-actions .btn-primary {
  color: #f0f0f0;
  background: linear-gradient(90deg, #e8c26d 0%, #835a18 100%);
}
.signup .form-actions .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.signup .form-actions .btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.signup .signup-note {
  text-align: center;
  margin: 1rem 0 0;
  font-size: 0.875rem;
  opacity: 0.8;
}

/* Ensure children can shrink inside the grid */
.signup-form .form-field,
.signup-form .form-actions {
  min-width: 0; /* key for grid/flex shrink */
  box-sizing: border-box;
}

/* ===== Form Messages ===== */
.form-error,
.form-success {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.4;
}

/* Error state */
.form-error {
  background: rgba(192, 57, 43, 0.08); /* soft red background */
  color: #c0392b; /* strong red text */
  border: 1px solid rgba(192, 57, 43, 0.25);
}

/* Success state */
.form-success {
  /*
  background: rgba(#1b7d5a, 0.12);
  color: #1b7d5a; /* rich emerald text
  border: 1px solid rgba(#1b7d5a, 0.3);
  */
  background: rgba(84, 98, 102, 0.12);
  color: #444444;
  border: 1px solid rgba(46, 65, 73, 0.25);
}

/* subtle fade-in animation */
@keyframes fadeInFormMsg {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-error,
.form-success {
  animation: fadeInFormMsg 0.25s ease-out;
}

.email-link {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.email-link:hover {
  color: #dd7b00;
  text-decoration: underline;
}

.link-hover {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #dd7b00;
  cursor: pointer;
  transition: color 0.3s ease;
}
.link-hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #e8c26d, #835a18);
  transition: width 0.4s ease;
}
.link-hover:hover {
  color: #e8c26d;
}
.link-hover:hover::after {
  width: 100%;
}

.email-domain {
  white-space: nowrap;
}

.email-domain .email-name::after {
  content: "@lensmasters.com";
  margin-left: 0.1rem;
  color: inherit;
}

/*=== Scroll to top with arrow ===*/
/*-------------------------------*/
#return-to-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.7);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: none;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
  text-align: center;
  line-height: 3rem;
}
#return-to-top i {
  color: #ffffff;
  font-size: 1.125rem;
  transition: transform 0.3s ease;
  position: static;
}
#return-to-top:hover {
  background: rgba(21, 31, 35, 0.9);
}
#return-to-top:hover i {
  transform: translateY(-0.2rem);
}

@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeSlideUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.fade-in-wrapper {
  overflow: hidden;
}

.fade-in-frame {
  position: relative;
}

/* =========================================
   INCLUDES LOADING GUARD
   (hide include targets until includes.js finishes)
   ========================================= */
.js [data-include] {
  visibility: hidden;
}

.js.includes-ready [data-include] {
  visibility: visible;
}

/* =========================================
   GLOBAL DEFAULTS (CSS variables)
   ========================================= */
:root {
  /* Reveal (on-scroll) timing defaults */
  --reveal-delay: 0s;
  --reveal-duration: 0.8s;
  --reveal-ease: cubic-bezier(0.16, 1, 0.3, 1);
  /* Hover timing defaults (used after reveal completes) */
  --hover-duration: 1200ms;
  --hover-ease: cubic-bezier(0.16, 1, 0.3, 1);
  /* Reveal motion amount (start offset) */
  --reveal-offset: 24px;
  /* Live hover state (neutral at rest) */
  --hover-ty: 0px;
  --hover-scale: 1;
  /* Targets (set per element if desired) */
  --lift-amount: -6px; /* default target lift */
  --zoom-scale: 1.04; /* default target zoom */
  /* ACTIVE transition channel:
     defaults to REVEAL; switches to HOVER after reveal */
  --active-tx-duration: var(--reveal-duration);
  --active-tx-ease: var(--reveal-ease);
  --active-tx-delay: var(--reveal-delay);
  /* Optional design tokens (safe fallbacks) */
  --focus-ring: #e8c26d;
  --shadow-medium: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* =========================================
   SCROLL REVEAL: .fade-in-section
   ========================================= */
.fade-in-section {
  /* compose reveal + hover into one transform */
  --reveal-ty: var(--reveal-offset);
  opacity: 1;
  transform: translateY(calc(var(--reveal-ty) + var(--hover-ty))) scale(var(--hover-scale));
  transform-origin: center center;
  /* Use ACTIVE channel so timing can switch cleanly after reveal */
  transition: opacity var(--reveal-duration) var(--reveal-ease) var(--reveal-delay), transform var(--active-tx-duration) var(--active-tx-ease) var(--active-tx-delay);
  /* Use ACTIVE channel so timing can switch cleanly after reveal */
  transform: translateY(calc(var(--reveal-ty) + var(--hover-ty, 0px))) scale(var(--hover-scale, 1));
  transform-origin: center;
  will-change: opacity, transform;
  backface-visibility: hidden; /* helps prevent flicker */
}

/* Initial hidden state only when JS is present */
.js .fade-in-section {
  opacity: 0;
  transition: none; /* avoid flash on first paint */
}

/* Enable transitions only after includes are ready */
.js.includes-ready .fade-in-section {
  transition: opacity var(--reveal-duration) var(--reveal-ease) var(--reveal-delay), transform var(--active-tx-duration) var(--active-tx-ease) var(--active-tx-delay);
}

/* When revealed */
.js .fade-in-section.is-visible {
  opacity: 1;
  --reveal-ty: 0px;
  /* After reveal, hand transform timing to HOVER settings */
  --active-tx-duration: var(--hover-duration);
  --active-tx-ease: var(--hover-ease);
  --active-tx-delay: 0ms;
}

/* =========================================
   HOVER UTILITIES (independent of reveal)
   ========================================= */
/* Lift only */
@media (hover: hover) and (pointer: fine) {
  .animate-raise:hover,
  .animate-raise:focus-visible {
    /* copy per-element target into live var */
    --hover-ty: var(--lift-amount, -6px);
    /* ACTIVE channel already points to hover timing after reveal */
    outline: none;
    /* optional shadow: box-shadow: var(--shadow-medium); */
  }
}
/* Zoom (+ small lift) */
@media (hover: hover) and (pointer: fine) {
  .animate-zoom:hover,
  .animate-zoom:focus-visible {
    --hover-ty: var(--lift-amount, -6px);
    --hover-scale: var(--zoom-scale, 1.06);
    /* ACTIVE channel already points to hover timing after reveal */
    outline: none;
    box-shadow: var(--shadow-medium);
  }
}
/* Keyboard parity */
.animate-raise:focus-visible,
.animate-zoom:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}

/* =========================================
   REDUCED MOTION
   ========================================= */
@media (prefers-reduced-motion: reduce) {
  .fade-in-section {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .animate-raise,
  .animate-zoom {
    --hover-ty: 0 !important;
    --hover-scale: 1 !important;
  }
}
.tooltip {
  --tooltip-bg: #f9c76f;
  --tooltip-text: #000;
  background-color: var(--tooltip-bg);
  color: var(--tooltip-text);
  visibility: hidden;
  overflow: visible;
  opacity: 0; /*
background-color: #f9c76f;
color: #000;*/
  text-align: center;
  padding: 0.4rem 0.6rem;
  border-radius: 6px;
  position: absolute;
  z-index: 9999;
  font-size: 0.75rem;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.tooltip::after {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
}

.tooltip-left {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
  margin-right: 10px;
}
.tooltip-left::after {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-color: transparent transparent transparent var(--tooltip-bg);
}

.tooltip-right {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
  margin-left: 10px;
}
.tooltip-right::after {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-color: transparent var(--tooltip-bg) transparent transparent;
}

.tooltip-top {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
}
.tooltip-top::after {
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-color: var(--tooltip-bg) transparent transparent transparent;
}

.tooltip-bottom {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}
.tooltip-bottom::after {
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-color: transparent transparent var(--tooltip-bg) transparent;
}

.tooltip-gold {
  --tooltip-bg: #f9c76f;
  --tooltip-text: #000;
}

.tooltip-dark {
  --tooltip-bg: #333;
  --tooltip-text: #fff;
}

.tooltip-light {
  --tooltip-bg: #fff;
  --tooltip-text: #333;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tooltip-arrow.visible {
  opacity: 1;
}

.has-tooltip:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.fade-in-wrapper {
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.img-scale-1-2 {
  position: relative;
  overflow: hidden;
}
.img-scale-1-2 img {
  transform: scale(1);
  transition: transform 8s linear;
  will-change: transform;
}
.img-scale-1-2:hover img {
  transform: scale(1.2);
}

.img-scale-1-3 {
  position: relative;
  overflow: hidden;
}
.img-scale-1-3 img {
  transform: scale(1);
  transition: transform 8s linear;
  will-change: transform;
}
.img-scale-1-3:hover img {
  transform: scale(1.3);
}

.img-scale-1-5 {
  position: relative;
  overflow: hidden;
}
.img-scale-1-5 img {
  transform: scale(1);
  transition: transform 8s linear;
  will-change: transform;
}
.img-scale-1-5:hover img {
  transform: scale(1.5);
}

.img-scale-1-8 {
  position: relative;
  overflow: hidden;
}
.img-scale-1-8 img {
  transform: scale(1);
  transition: transform 8s linear;
  will-change: transform;
}
.img-scale-1-8:hover img {
  transform: scale(1.8);
}

.img-scale-2 {
  position: relative;
  overflow: hidden;
}
.img-scale-2 img {
  transform: scale(1);
  transition: transform 8s linear;
  will-change: transform;
}
.img-scale-2:hover img {
  transform: scale(2);
}

.image-zoom img {
  transition: transform 0.5s ease;
}

.image-zoom:hover img {
  transform: scale(1.05);
}

section-banner-container banner-text-small {
  font-size: 1.4rem;
  font-weight: normal;
}

img-link {
  position: relative;
  display: block;
}

triangle-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #dd7b00;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  pointer-events: none;
}

triangle-badge span {
  position: absolute;
  top: 25%;
  left: 9%;
  font-family: Montserrat, sans-serif !important;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  transform: rotate(-45deg);
  transform-origin: center;
}

img-zoom-hover {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-decoration: none;
}

img-zoom-hover img {
  display: block;
  width: 100%;
  transition: transform 1s ease;
}

img-zoom-hover:hover img {
  transform: scale(1.2);
}

img-overlay-hover a:first-child::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(221, 123, 0, 0.2);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  z-index: 2;
}

img-overlay-hover:hover a:first-child::before {
  opacity: 1;
}

img-border-reveal {
  position: relative;
  display: inline-block;
}

img-border-reveal img {
  display: block;
  width: 100%;
}

img-border-reveal a:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-top: 2px solid #dd7b00;
  border-bottom: 2px solid #dd7b00;
  box-sizing: border-box;
  transition: width 0.3s ease;
  pointer-events: none;
  z-index: 2;
}

img-border-reveal a:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-left: 2px solid #dd7b00;
  border-right: 2px solid #dd7b00;
  box-sizing: border-box;
  transition: height 0.3s ease 0.3s;
  pointer-events: none;
  z-index: 2;
}

img-border-reveal:hover a:first-child::before {
  width: 100%;
}

img-border-reveal:hover a:first-child::after {
  height: 100%;
}

img-border-360 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 800px;
  margin: 1rem 0;
}

img-border-360 img {
  display: block;
  width: 100%;
  height: auto;
}

border-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

border-rect {
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
  transition: stroke-dashoffset 2s linear;
}

img-border-360:hover border-rect {
  stroke-dashoffset: 0;
}

section-banner-containercolumn-3 link-btn-2 {
  transition: background-color 0.6s ease, color 0.3s ease;
}

section-banner-containercolumn-3:hover link-btn-2 {
  color: #fff;
  background-color: #dd7b00;
}

section-banner-containercolumn-3:hover link-btn-2 div {
  color: #fff;
  transition: color 0.6s ease;
}

.image-zoom img {
  transition: transform 0.5s ease;
}

.image-zoom:hover img {
  transform: scale(1.05);
}

.img-scale-1-2 {
  position: relative;
  overflow: hidden;
}
.img-scale-1-2 img {
  transform: scale(1);
  transition: transform 8s linear;
  will-change: transform;
}
.img-scale-1-2:hover img {
  transform: scale(1.2);
}

.img-scale-1-3 {
  position: relative;
  overflow: hidden;
}
.img-scale-1-3 img {
  transform: scale(1);
  transition: transform 8s linear;
  will-change: transform;
}
.img-scale-1-3:hover img {
  transform: scale(1.3);
}

.img-scale-1-5 {
  position: relative;
  overflow: hidden;
}
.img-scale-1-5 img {
  transform: scale(1);
  transition: transform 8s linear;
  will-change: transform;
}
.img-scale-1-5:hover img {
  transform: scale(1.5);
}

.img-scale-1-8 {
  position: relative;
  overflow: hidden;
}
.img-scale-1-8 img {
  transform: scale(1);
  transition: transform 8s linear;
  will-change: transform;
}
.img-scale-1-8:hover img {
  transform: scale(1.8);
}

.img-scale-2 {
  position: relative;
  overflow: hidden;
}
.img-scale-2 img {
  transform: scale(1);
  transition: transform 8s linear;
  will-change: transform;
}
.img-scale-2:hover img {
  transform: scale(2);
}

.hero-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-banner.image-zoom:hover img {
  transform: scale(1.05);
}
.hero-banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1100px) {
  .hero-banner.hero-banner-mb-3-0 {
    margin-bottom: 3rem;
  }
}
.hero-banner .banner-text {
  position: absolute;
  left: 50%;
  width: 100%;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  z-index: 1;
}
.hero-banner .banner-text.text-shadow-white, .hero-banner .banner-text.text-shadow-white h1 {
  color: #f0f0f0;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}
.hero-banner .banner-text .banner-title {
  font-size: "Playfair Display", serif;
  font-size: 3rem;
  line-height: 1.2;
}
.hero-banner .banner-text .banner-subtitle {
  font-size: "Inter", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
}
.hero-banner .banner-text .banner-subtitle.banner-subtitle--italic {
  font-style: italic;
}
.hero-banner .banner-text.center {
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-banner .banner-text.bottom {
  bottom: 1.5rem;
  transform: translateX(-50%);
}
.hero-banner .banner-text.top {
  top: 1.5rem;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .hero-banner .banner-text .banner-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .hero-banner .banner-text .banner-subtitle {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) and (min-height: 500px) {
  .hero-banner .banner-text .banner-title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .hero-banner .banner-text .banner-subtitle {
    font-size: 0.875rem;
  }
}

.year-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.5rem 0 2.5rem;
  text-align: center;
}
.year-divider span {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 500;
  padding: 0 1.2rem;
  letter-spacing: 0.12em;
  background: linear-gradient(to right, #c9871f, #e6b052);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.year-divider span::before, .year-divider span::after {
  content: "";
  flex: 1;
  position: absolute;
  top: 50%;
  width: 160px;
  height: 1px;
  transform: translateY(-50%);
}
.year-divider span::before {
  right: 100%;
  background: linear-gradient(to left, rgba(230, 176, 82, 0.6), rgba(230, 176, 82, 0));
}
.year-divider span::after {
  left: 100%;
  background: linear-gradient(to right, rgba(230, 176, 82, 0.6), rgba(230, 176, 82, 0));
}
@media (max-width: 768px) {
  .year-divider span::before,
  .year-divider span::after {
    width: 60px;
  }
}

.callout-banner {
  padding: 3rem 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.callout-banner .callout-content {
  max-width: 900px;
  margin: 0 auto;
}
.callout-banner .callout-content h1,
.callout-banner .callout-content h2,
.callout-banner .callout-content .callout-banner-subheader {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: normal;
  background: linear-gradient(90deg, rgb(237.75, 209.25, 145.5), rgb(225.0387573964, 175.5375739645, 64.8112426036));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 1rem;
}
.callout-banner .callout-content .callout-banner-subheader {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-style: italic;
}
.callout-banner .callout-content div {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  color: #f0f0f0;
  line-height: 1.6;
}
.callout-banner .callout-content div.left-align {
  text-align: left;
}
@media (max-width: 768px) {
  .callout-banner .callout-content h1,
  .callout-banner .callout-content h2 {
    font-size: 2rem;
  }
  .callout-banner .callout-content .callout-banner-subheader {
    font-size: 1.25rem;
  }
  .callout-banner .callout-content div {
    font-size: 1.125rem;
  }
}
.callout-banner.blue {
  background: linear-gradient(135deg, #1b2c47, #204577);
}
.callout-banner.dark {
  background: linear-gradient(135deg, #000, #2a2a2a);
}
.callout-banner.white {
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
}
.callout-banner.white .callout-content div {
  color: #444444;
}
.callout-banner.white .callout-content h1,
.callout-banner.white .callout-content h2 {
  background: #835a18;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.workshop-thumb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin: 2rem 1rem;
}

.workshop-thumb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin: 3rem 1rem;
}

.workshop-thumb {
  position: relative;
  width: 100%;
  padding-top: 66.6667%;
  border-radius: 0.5rem;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}
.workshop-thumb .thumb-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
.workshop-thumb .thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.6s ease;
}
.workshop-thumb .thumb-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  font-weight: 600;
  color: #f0f0f0;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.workshop-thumb:hover .thumb-image {
  transform: scale(1.15);
}
.workshop-thumb:hover .thumb-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.workshop-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #f0f0f0;
}
@media (max-width: 1100px) {
  .workshop-section {
    flex-direction: column;
  }
  .workshop-section.workshop-section--reverse {
    flex-direction: column-reverse;
  }
}
.workshop-section.review-row {
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
}
.workshop-section.review-row.gold {
  background: linear-gradient(135deg, rgba(235, 231, 223, 0.98) 0%, rgba(220, 215, 207, 0.98) 100%);
}
.workshop-section.review-row.light-grey {
  background: linear-gradient(135deg, rgba(225, 225, 230, 0.96) 0%, rgba(205, 205, 215, 0.96) 100%);
}
.workshop-section.review-row .review-column--image {
  flex: 0 0 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
@media (max-width: 1100px) {
  .workshop-section.review-row .review-column--image {
    padding: 2rem 2rem 0;
  }
}
.workshop-section.review-row .review-column--text {
  flex: 1 1 0;
}
.workshop-section.review-row .review-thumb {
  width: 100%;
  max-width: 240px;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}
.workshop-section.review-row .review-stars {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: #e8c26d;
  letter-spacing: 0.08em;
}
.workshop-section.review-row .review-text {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.workshop-section.review-row .review-text::before {
  content: "“";
  font-size: 4rem;
  color: #e8c26d;
  position: absolute;
  left: -1.5rem;
  top: -1.5rem;
  opacity: 0.4;
}
.workshop-section.review-row .review-name {
  font-weight: 600;
  font-style: italic;
}
@media (max-width: 1100px) {
  .workshop-section.review-row {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .workshop-section.review-row .review-column--image,
  .workshop-section.review-row .review-column--text {
    flex: 1 1 100%;
    width: 100%;
  }
  .workshop-section.review-row .review-column--image {
    justify-content: flex-start;
  }
}
.workshop-section .workshop-column {
  flex: 1 1 50%;
  min-height: 100%;
  min-width: 0;
  padding: 3rem;
}
@media (max-width: 1100px) {
  .workshop-section .workshop-column {
    padding: 2rem;
  }
}
.workshop-section .workshop-column.workshop-column--text-content {
  padding: 2rem;
}
.workshop-section .workshop-column.workshop-column--stretch {
  padding: 0;
  display: flex;
}
.workshop-section .workshop-column.image-column {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: auto;
}
.workshop-section .workshop-column.center-column, .workshop-section .workshop-column.workshop-column--center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.workshop-section .workshop-column.blue {
  background: linear-gradient(135deg, #1b2c47, #204577);
}
.workshop-section .workshop-column.blue .intro-block div,
.workshop-section .workshop-column.blue .intro-block p,
.workshop-section .workshop-column.blue .intro-block ul,
.workshop-section .workshop-column.blue .intro-block ul li {
  color: #f0f0f0;
}
.workshop-section .workshop-column.blue .intro-block h2 {
  color: #e8c26d;
}
.workshop-section .workshop-column.dark {
  background: linear-gradient(135deg, #000, #2a2a2a);
}
.workshop-section .workshop-column.dark .intro-block div,
.workshop-section .workshop-column.dark .intro-block p {
  color: #f0f0f0;
}
.workshop-section .workshop-column.dark .intro-block h2 {
  color: #e8c26d;
}
.workshop-section .workshop-column.white {
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
}
.workshop-section .workshop-column.white .callout-content div {
  color: #444444;
}
.workshop-section .workshop-column.light-grey {
  background: linear-gradient(135deg, rgba(225, 225, 230, 0.96) 0%, rgba(205, 205, 215, 0.96) 100%);
}
.workshop-section .workshop-column.light-grey .intro-block div,
.workshop-section .workshop-column.light-grey .intro-block p {
  color: #444444;
}
.workshop-section .workshop-column.light-grey .intro-block h2 {
  color: #835a18;
}
.workshop-section .workshop-column.gold {
  background: linear-gradient(135deg, rgba(235, 231, 223, 0.98) 0%, rgba(220, 215, 207, 0.98) 100%);
}
.workshop-section .workshop-column.gold .intro-block div,
.workshop-section .workshop-column.gold .intro-block p {
  color: #444444;
}
.workshop-section .workshop-column.gold .intro-block h2 {
  color: #835a18;
}
.workshop-section .workshop-column.light-bg .intro-block h2 {
  color: #835a18;
}
.workshop-section.frame-blue {
  background: linear-gradient(315deg, #1b2c47, #204577);
}
.workshop-section.frame-blue .workshop-column {
  background: transparent;
}
.workshop-section.frame-gold {
  background: linear-gradient(135deg, rgba(235, 231, 223, 0.98) 0%, rgba(220, 215, 207, 0.98) 100%);
}
.workshop-section.frame-gold .workshop-column {
  background: transparent;
}

@media (max-width: 1100px) {
  .workshop-column.workshop-column--text-content {
    padding: 1rem;
  }
}
.intro-block {
  max-width: 768px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}
.intro-block h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: normal;
  color: #444444;
  margin: 1rem 0;
  letter-spacing: 0.02em;
}
.intro-block div {
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  color: #444444;
  margin-bottom: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.intro-block ul {
  font-size: 1.25rem;
  color: #444444;
  margin-top: 2rem;
  padding-left: 1.5rem;
}
.intro-block ul li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

/* frame the image so it fills its box but never exceeds 50% column */
.image-frame {
  width: 100%;
  aspect-ratio: auto; /* try 4/3, 3/2 or 16/9 if preferred */
  overflow: hidden;
  background: #151f23;
}
.image-frame.image-frame--cover {
  display: flex;
  flex: 1;
  overflow: hidden;
  min-width: 0;
}

/* make the image fill the frame cleanly */
.img-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills frame, crops if needed */
  object-position: center;
}

/* safety: images never overflow if used elsewhere */
.workshop-section img:not(.img-cover) {
  max-width: 100%;
  height: auto;
}

/* Fill a column with background image and use a gradient on top if you e.g. have text on top of the picture */
.bg-img-cover {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  z-index: 0;
  /* ensure direct children (intro-block) render above the overlay */
}
.bg-img-cover.bg-img-overlay-light::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.7));
  pointer-events: none;
  z-index: 0;
}
.bg-img-cover > * {
  position: relative;
  z-index: 1;
}

/* Re-assert at the mobile breakpoint in case something overrides it */
@media (max-width: 1100px) {
  .workshop-column.bg-img-cover {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    /* optional: use viewport height instead of fixed px */
    min-height: 50vh; /* fills the screen nicely on phones */
  }
}
.price-section {
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  color: #444444;
  padding: 3rem 1rem;
  text-align: left;
}
.price-section .price-content {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
.price-section .price-content > h2 {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: normal;
  color: #835a18;
}
@media (max-width: 768px) {
  .price-section .price-content > h2 {
    font-size: 2rem;
  }
}
.price-section .price-content .price-content-subheader {
  margin: 0 0 2rem;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2e4149;
}
@media (max-width: 768px) {
  .price-section .price-content .price-content-subheader {
    font-size: 1rem;
  }
}
.price-section .price-content > p {
  margin: 0 0 2rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #666666;
}
.price-section .price-content .frame-orange-line {
  text-align: left;
  margin-bottom: 2rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(131, 90, 24, 0.18);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .price-section .price-content .frame-orange-line {
    padding: 1rem;
  }
}
.price-section .price-content .frame-orange-line h2 {
  margin: 0 0 1rem;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: normal;
  color: #835a18;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .price-section .price-content .frame-orange-line h2 {
    font-size: 1.5rem;
  }
}
.price-section .price-content .frame-orange-line p,
.price-section .price-content .frame-orange-line div {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #444444;
  letter-spacing: 0;
}
.price-section .price-content .frame-orange-line .price-std {
  font-size: 0.875rem;
  color: #666666;
}
.price-section .price-content .frame-orange-line .price-label {
  display: inline-block;
  font-weight: 700;
  font-size: 1.25rem;
  color: #444444;
}
@media (max-width: 768px) {
  .price-section .price-content .frame-orange-line .price-label {
    font-size: 1rem;
  }
}
.price-section .price-content .frame-orange-line .price-orange {
  color: #835a18;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .price-section .price-content .frame-orange-line .price-orange {
    font-size: 1.25rem;
  }
}
.price-section .price-content .frame-orange-line .soft-line-through {
  text-decoration: line-through solid rgba(68, 68, 68, 0.55) 1px;
  color: #666666;
}
.price-section .price-content .frame-orange-line .text-base {
  font-size: 1rem;
}
.price-section .price-content .frame-orange-line .text-sm {
  font-size: 0.875rem;
  color: #666666;
}
.price-section .price-content .frame-orange-line .text-default {
  color: #666666;
}
.price-section .price-description {
  margin-top: 2rem;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #444444;
}
.price-section .price-description p {
  margin-bottom: 1rem;
}
.price-section .price-description .callout-banner {
  padding: 1rem 0 0;
  background: transparent;
}

@media (max-width: 768px) {
  .price-description h2,
  .intro-block h2 {
    font-size: 1.5rem;
  }
  .price-description div,
  .price-description ul,
  .price-description p,
  .intro-block div,
  .intro-block ul,
  .intro-block p {
    font-size: 1rem;
  }
}

.equal-height-outer-frame {
  display: flex;
  gap: 1rem;
  align-items: stretch;
}
@media (max-width: 900px) {
  .equal-height-outer-frame {
    flex-wrap: wrap;
  }
}

.equal-height-img-container {
  flex: 1;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .equal-height-img-container {
    flex: 1 1 100%;
    height: auto;
  }
}

.equal-height-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

a.banner-btn {
  display: inline-block;
  border-radius: 2rem;
  padding: 0.5rem 1.8rem;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  will-change: transform;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
@media only screen and (max-width: 992px) {
  a.banner-btn {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  a.banner-btn {
    font-size: 0.8rem;
    padding: 0.3rem 1.2rem;
  }
}
a.banner-btn.banner-btn--white {
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
a.banner-btn.banner-btn--white:hover {
  background-color: #fff;
  color: #333;
  transform: scale(1.05);
}

/* ===============================
   Workshop Thumbnails Section
   =============================== */
.thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 3rem 1rem;
  justify-content: center;
}
@media (max-width: 1200px) {
  .thumbnail-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .thumbnail-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .thumbnail-grid {
    grid-template-columns: 1fr;
  }
}

.workshop-thumbnail {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 450px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  /*transition: transform 0.3s ease, box-shadow 0.3s ease;

  &:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  }
  */
}

.thumbnail-overlay {
  background: rgba(0, 0, 0, 0.65);
  padding: 2rem 1.5rem 1.2rem;
  z-index: 2;
  position: relative;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.thumbnail-overlay h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}

.thumbnail-overlay p {
  font-size: 1.125rem;
  margin: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.3rem 0.7rem;
  display: inline-block;
  border-radius: 0.3rem;
}

.thumbnail-label,
.thumbnail-tag {
  position: absolute;
  top: 1rem;
  display: flex;
  flex-wrap: wrap;
  max-width: calc(50% - 1.5rem);
  border-radius: 0.3rem;
  z-index: 3;
}

.thumbnail-label {
  left: 1rem;
  background: linear-gradient(90deg, #e8c26d 0%, #835a18 100%);
  color: #000000;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0.4rem 0.7rem;
}

.thumbnail-tag {
  position: absolute;
  right: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: #444444;
  font-size: 0.75rem;
  padding: 0.3rem 0.7rem;
}

/* Special Ribbon Styles */
.workshop-thumbnail::before {
  content: attr(data-ribbon);
  position: absolute;
  top: 0.7rem;
  left: -2.5rem;
  background: linear-gradient(90deg, #e8c26d 0%, #835a18 100%);
  color: #000000;
  font-weight: bold;
  padding: 0.3rem 1rem;
  font-size: 0.75rem;
  transform: rotate(-45deg);
  transform-origin: top left;
  z-index: 4;
  display: none;
  width: 150px;
  text-align: center;
}

.workshop-thumbnail.ribbon::before {
  display: block;
}

a.lensmasters-email {
  cursor: pointer;
}

.workshop-thumbnail {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.workshop-thumbnail .thumbnail-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0.5rem 1.5rem 4rem;
  text-align: center;
}
.workshop-thumbnail .thumbnail-overlay p.workshop-date {
  font-size: 0.875rem;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.3rem 0.7rem;
  border-radius: 0.3rem;
  color: #ffffff;
}
.workshop-thumbnail .thumbnail-overlay h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  margin: 0 0 1rem;
  color: #ffffff;
}
.workshop-thumbnail:hover .cta-button {
  background: #2e4149;
}
.workshop-thumbnail .cta-button {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0.5rem 1.5rem;
  background: #546266;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem;
  border-radius: 2rem;
  text-align: center;
  text-decoration: none;
  z-index: 4;
  transition: background 0.3s ease;
}
.workshop-thumbnail .thumbnail-tag {
  background: rgba(255, 255, 255, 0.9);
  color: #444444;
  font-size: 0.75rem;
  padding: 0.3rem 0.7rem;
  border-radius: 0.3rem;
  z-index: 3;
}
.workshop-thumbnail .ribbon-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 10;
}
.workshop-thumbnail .ribbon-wrapper.left {
  left: 0;
}
.workshop-thumbnail .ribbon-wrapper.left .ribbon {
  top: 9rem;
  left: -3rem;
  transform: rotate(-45deg);
  transform-origin: top left;
}
.workshop-thumbnail .ribbon-wrapper.right {
  right: 0;
}
.workshop-thumbnail .ribbon-wrapper.right .ribbon {
  top: 9rem;
  right: -3rem;
  transform: rotate(45deg);
  transform-origin: top right;
}
.workshop-thumbnail .ribbon-wrapper .ribbon {
  position: absolute;
  width: 280px;
  height: 2.2rem;
  background: #000000;
  color: #e8c26d;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
}
.workshop-thumbnail .thumbnail-status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #835a18;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  z-index: 6;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

@media (max-width: 768px) {
  .workshop-thumbnail {
    height: 380px;
  }
  .thumbnail-overlay h3 {
    font-size: 1.25rem;
  }
  .thumbnail-overlay p,
  .thumbnail-label,
  .thumbnail-tag,
  .cta-button {
    font-size: 0.75rem;
  }
  .workshop-thumbnail .cta-button {
    padding: 0.4rem 1rem;
  }
}
.contact-hero {
  padding: 4rem 1rem;
  background: radial-gradient(circle at top, rgba(232, 194, 109, 0.14), transparent 28rem), linear-gradient(90deg, rgb(28, 38, 43) 0%, rgb(9, 55, 73) 52%, rgb(21, 31, 35) 100%);
  color: #f0f0f0;
  text-align: center;
}
.contact-hero__inner {
  max-width: 900px;
  margin: 0 auto;
}
.contact-hero__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e8c26d;
}
.contact-hero h1 {
  margin: 0 0 1rem;
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: normal;
  color: #ffffff;
}
@media (max-width: 768px) {
  .contact-hero h1 {
    font-size: 2.5rem;
  }
}
.contact-hero p {
  max-width: 48rem;
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}
@media (max-width: 768px) {
  .contact-hero p {
    font-size: 1rem;
  }
}

.contact-page {
  padding: 4rem 1rem;
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  color: #444444;
}
.contact-page__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 2rem;
  width: min(100%, 1200px);
  margin: 0 auto;
}
@media (max-width: 992px) {
  .contact-page__inner {
    grid-template-columns: 1fr;
  }
}

.contact-card {
  padding: 2rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(131, 90, 24, 0.14);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .contact-card {
    padding: 1rem;
  }
}
.contact-card__header {
  margin-bottom: 2rem;
}
.contact-card__header h2 {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: normal;
  color: #835a18;
}
.contact-card__header p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #666666;
}
.contact-card--info {
  align-self: start;
}

.contact-form {
  display: grid;
  gap: 1rem;
}
.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 768px) {
  .contact-form__grid {
    grid-template-columns: 1fr;
  }
}
.contact-form__footer {
  display: grid;
  gap: 1rem;
  margin-top: 0.5rem;
}
.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: fit-content;
}
@media (max-width: 768px) {
  .contact-form__submit {
    width: 100%;
  }
}
.contact-form__message {
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.45;
}
.contact-form__message--error {
  background: rgba(220, 53, 69, 0.08);
  border: 1px solid rgba(220, 53, 69, 0.22);
  color: #dc3545;
}
.contact-form__message--success {
  background: rgba(40, 167, 69, 0.08);
  border: 1px solid rgba(40, 167, 69, 0.22);
  color: #28a745;
}

.contact-field {
  display: grid;
  gap: 0.25rem;
}
.contact-field label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #444444;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0.5rem;
  background: #ffffff;
  color: #444444;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.contact-field input:focus-visible,
.contact-field select:focus-visible,
.contact-field textarea:focus-visible {
  outline: none;
  border-color: #e8c26d;
  box-shadow: 0 0 0 3px rgba(232, 194, 109, 0.32);
}
.contact-field input,
.contact-field select {
  min-height: 2.85rem;
  padding: 0 1rem;
}
.contact-field textarea {
  min-height: 10rem;
  padding: 1rem;
  resize: vertical;
}
.contact-field.has-error input,
.contact-field.has-error select,
.contact-field.has-error textarea {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.12);
}
.contact-field.has-error .contact-field__error {
  display: block;
}
.contact-field__error {
  display: none;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #dc3545;
}

.contact-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666666;
}
.contact-checkbox input {
  margin-top: 0.2rem;
  accent-color: #835a18;
}

.contact-info-list {
  display: grid;
  gap: 1rem;
}

.contact-info-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  border-radius: 0.5rem;
  background: rgba(84, 98, 102, 0.07);
}
.contact-info-item__icon {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #546266 0%, #2e4149 30%, #151f23 100%);
  color: #e8c26d;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.contact-info-item__icon i {
  font-size: 1.25rem;
}
.contact-info-item h3 {
  margin: 0 0 0.25rem;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: normal;
  color: #151f23;
}
.contact-info-item p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #666666;
}

.contact-note {
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background: rgba(232, 194, 109, 0.12);
  border: 1px solid rgba(131, 90, 24, 0.14);
}
.contact-note p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #444444;
}

/* Dark theme */
.dark-theme .contact-page {
  background: linear-gradient(135deg, #1a1a1a, #232323);
  color: #dddddd;
}
.dark-theme .contact-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #dddddd;
  box-shadow: none;
}
.dark-theme .contact-card__header h2 {
  color: #e8c26d;
}
.dark-theme .contact-card__header p {
  color: rgba(255, 255, 255, 0.78);
}
.dark-theme .contact-field label {
  color: #dddddd;
}
.dark-theme .contact-field input,
.dark-theme .contact-field select,
.dark-theme .contact-field textarea {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  color: #dddddd;
}
.dark-theme .contact-field input:focus-visible,
.dark-theme .contact-field select:focus-visible,
.dark-theme .contact-field textarea:focus-visible {
  border-color: #e8c26d;
  box-shadow: 0 0 0 3px rgba(232, 194, 109, 0.28);
}
.dark-theme .contact-checkbox,
.dark-theme .contact-info-item p {
  color: rgba(255, 255, 255, 0.76);
}
.dark-theme .contact-info-item {
  background: rgba(255, 255, 255, 0.05);
}
.dark-theme .contact-info-item h3 {
  color: #e8c26d;
}
.dark-theme .contact-note {
  background: rgba(232, 194, 109, 0.08);
  border-color: rgba(232, 194, 109, 0.16);
}
.dark-theme .contact-note p {
  color: rgba(255, 255, 255, 0.78);
}

.split-section {
  width: 100%;
  padding: 3rem 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.split-section h1 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 1rem;
  background: #835a18;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .split-section h1 {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .split-section h1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .split-section .split-text div {
    text-align: left;
  }
}
.split-section.dark {
  background: linear-gradient(135deg, #000, #2a2a2a);
  color: #f0f0f0;
}
.split-section.dark h1 {
  background: linear-gradient(180deg, rgb(236.1644970414, 205.0449704142, 135.4355029586), #e8c26d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.split-section.light {
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  color: #444444;
}
.split-section.light h1 {
  color: #444444;
}
.split-section.light .split-text div {
  color: #444444;
}
.split-section.blue {
  background: linear-gradient(135deg, #1b2c47, #204577);
  color: #f0f0f0;
}
.split-section.blue h1 {
  background: linear-gradient(180deg, rgb(236.1644970414, 205.0449704142, 135.4355029586), #e8c26d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.split-section .split-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.split-section .split-inner.split-inner--lg, .split-section .split-inner.wide {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .split-section .split-inner.split-inner--lg .split-text, .split-section .split-inner.wide .split-text {
    flex: 1 1 992px;
  }
}
.split-section .split-text {
  flex: 1 1 400px;
}
.split-section .split-text div {
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .split-section .split-text div {
    font-size: 1.1rem;
  }
}
.split-section .split-text div.mb-1-0 {
  margin-bottom: 2rem;
}
.split-section .split-text div.mb-0-5 {
  margin-bottom: 0.5rem;
}
.split-section .split-image {
  flex: 0 0 280px;
  text-align: center;
}
.split-section .split-image img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 0.5rem;
}
.split-section .split-image img.img-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .split-section .column-reverse {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
  .split-section .split-text,
  .split-section .split-image {
    flex: 0 0 auto;
    width: 100%;
  }
  .split-section .split-image img {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

.booking-page {
  padding: 3rem 1rem;
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  color: #444444;
}
@media (max-width: 768px) {
  .booking-page {
    padding: 2rem 1rem;
  }
}
.booking-page__inner {
  max-width: 1400px;
  margin: 0 auto;
}

/* ----------------------------------------
   Shared booking panel
---------------------------------------- */
.booking-panel {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.booking-panel__header {
  padding: 2rem 2rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .booking-panel__header {
    padding: 1rem;
  }
}

.booking-panel__title {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: normal;
  color: #835a18;
}
@media (max-width: 768px) {
  .booking-panel__title {
    font-size: 1.5rem;
  }
}

.booking-panel__intro {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #888888;
}

/* ----------------------------------------
   Hero / intro section
---------------------------------------- */
.booking-hero {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
  padding: 2rem;
}
@media (max-width: 992px) {
  .booking-hero {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
}
.booking-hero__media {
  min-width: 0;
}
.booking-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 0.5rem;
  background: #151f23;
}
@media (max-width: 768px) {
  .booking-hero__image {
    min-height: 220px;
  }
}
.booking-hero__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.booking-hero__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #dd7b00;
}
.booking-hero__title {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.2;
  color: #444444;
}
@media (max-width: 768px) {
  .booking-hero__title {
    font-size: 2rem;
  }
}
.booking-hero__meta {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #546266;
}
.booking-hero__short-text {
  margin-top: 1rem;
}
.booking-hero__short-text p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #444444;
}

/* ----------------------------------------
   Availability message
---------------------------------------- */
.booking-availability {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  margin: 0 0 1rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.booking-availability--low {
  background: rgba(232, 194, 109, 0.18);
  color: #835a18;
  border: 1px solid rgba(131, 90, 24, 0.18);
}
.booking-availability--sold-out {
  background: rgba(180, 35, 24, 0.1);
  color: #b42318;
  border: 1px solid rgba(180, 35, 24, 0.18);
}
.booking-availability--open {
  background: rgba(27, 125, 90, 0.1);
  color: #1b7d5a;
  border: 1px solid rgba(27, 125, 90, 0.18);
}

/* ----------------------------------------
   Expandable details
---------------------------------------- */
.booking-details {
  margin-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 1rem;
}
.booking-details__summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  color: #dd7b00;
  position: relative;
  padding-right: 1.5rem;
  transition: color 0.4s ease-in-out;
}
.booking-details__summary:hover {
  color: #835a18;
}
.booking-details__summary::-webkit-details-marker {
  display: none;
}
.booking-details__summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.25rem;
  line-height: 1;
  color: #835a18;
}
.booking-details[open] .booking-details__summary::after {
  content: "–";
}
.booking-details__content {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
}
.booking-details__block {
  background: rgba(240, 240, 240, 0.65);
  border-radius: 0.5rem;
  padding: 1rem;
}
.booking-details__block h2,
.booking-details__block h3 {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: normal;
  color: #835a18;
}
.booking-details__block p {
  margin: 0 0 0.5rem;
  line-height: 1.6;
}
.booking-details__block ul {
  margin: 0;
}

/* ----------------------------------------
   Main 2-column booking layout
---------------------------------------- */
.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 420px);
  gap: 2rem;
  align-items: start;
}
@media (max-width: 992px) {
  .booking-layout {
    grid-template-columns: 1fr;
  }
}
.booking-layout__main, .booking-layout__aside {
  min-width: 0;
}

/* ----------------------------------------
   Main form panel
---------------------------------------- */
.booking-form {
  padding-bottom: 1rem;
}

/* ----------------------------------------
   Option groups
---------------------------------------- */
.booking-option-group {
  padding: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .booking-option-group {
    padding: 1rem;
  }
}
.booking-option-group:last-child {
  border-bottom: 0;
}
.booking-option-group__title {
  margin: 0 0 1rem;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #444444;
}
@media (max-width: 768px) {
  .booking-option-group__title {
    font-size: 1.25rem;
  }
}
.booking-option-group .booking-helper-text {
  margin-top: 0.4rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666666;
  /* optional subtle emphasis */
  /* optional highlighted version if needed later */
}
.booking-option-group .booking-helper-text--muted {
  opacity: 0.9;
}
.booking-option-group .booking-helper-text--highlight {
  background: rgba(84, 98, 102, 0.08);
  padding: 0.5rem 0.7rem;
  border-radius: 0.5rem;
}

/* ----------------------------------------
   Package cards
---------------------------------------- */
.booking-package-card {
  background: linear-gradient(135deg, #ffffff, #f8f8f8);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.booking-package-card:last-child {
  margin-bottom: 0;
}
.booking-package-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .booking-package-card__header {
    flex-direction: column;
  }
}
.booking-package-card__title {
  margin: 0 0 0.35rem;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #835a18;
}
.booking-package-card__description {
  margin: 0;
  line-height: 1.6;
  color: #444444;
}
.booking-package-card__badge {
  flex-shrink: 0;
  background: linear-gradient(90deg, #e8c26d 0%, #835a18 100%);
  color: #000000;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ----------------------------------------
   Choice list / radios / checkboxes
---------------------------------------- */
.booking-choice-list {
  display: grid;
  gap: 0.5rem;
}

.booking-choice {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.booking-choice:hover {
  border-color: rgba(131, 90, 24, 0.35);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.booking-choice input[type=radio],
.booking-choice input[type=checkbox] {
  margin-top: 0.2rem;
  flex-shrink: 0;
  accent-color: #835a18;
  transform: scale(1.1);
}
.booking-choice__content {
  min-width: 0;
  display: grid;
  gap: 0.2rem;
}
.booking-choice__label {
  font-size: 1rem;
  font-weight: 700;
  color: #444444;
  line-height: 1.45;
}
.booking-choice__note {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(98.6, 98.6, 98.6);
}
.booking-choice--checkbox .booking-choice__label {
  font-weight: 600;
}

/* Optional selected state class Anton can toggle with JS/server rendering */
.booking-choice.is-selected {
  border-color: rgba(131, 90, 24, 0.5);
  background: rgba(232, 194, 109, 0.12);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Disabled / sold out option */
.booking-choice.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.025);
}
.booking-choice.is-disabled:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.12);
}

/* ----------------------------------------
   Dropdown / text field area
---------------------------------------- */
.booking-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}
@media (max-width: 768px) {
  .booking-form-grid {
    grid-template-columns: 1fr;
  }
}
.booking-form-grid--single {
  grid-template-columns: 1fr;
}

.booking-field {
  display: grid;
  gap: 0.35rem;
  align-content: start;
}
.booking-field label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #444444;
}
.booking-field input,
.booking-field select,
.booking-field textarea {
  width: 100%;
  box-sizing: border-box;
  display: block;
  min-height: 2.9rem;
  padding: 0.8rem 0.95rem;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  background: #ffffff;
  color: #444444;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.booking-field input::placeholder,
.booking-field select::placeholder,
.booking-field textarea::placeholder {
  color: rgba(68, 68, 68, 0.55);
}
.booking-field input:hover,
.booking-field select:hover,
.booking-field textarea:hover {
  border-color: rgba(0, 0, 0, 0.25);
}
.booking-field input:focus-visible,
.booking-field select:focus-visible,
.booking-field textarea:focus-visible {
  outline: none;
  border-color: #e8c26d;
  box-shadow: 0 0 0 3px rgba(232, 194, 109, 0.35);
}
.booking-field textarea {
  min-height: 7rem;
  resize: vertical;
}

/* ----------------------------------------
   Summary panel
---------------------------------------- */
.booking-summary {
  position: sticky;
  top: 6rem;
}
@media (max-width: 992px) {
  .booking-summary {
    position: static;
  }
}
.booking-summary__image-wrap {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #151f23;
}
.booking-summary__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking-summary__body {
  padding: 2rem;
}
@media (max-width: 768px) {
  .booking-summary__body {
    padding: 1rem;
  }
}
.booking-summary__title {
  margin: 0 0 1rem;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: normal;
  color: #835a18;
}
.booking-summary__workshop {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.booking-summary__workshop-title {
  margin: 0 0 0.3rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #444444;
}
.booking-summary__workshop-meta {
  margin: 0;
  font-size: 0.875rem;
  color: #2e4149;
}
.booking-summary__rows {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1rem;
}
.booking-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #444444;
}
.booking-summary__row span:first-child {
  color: rgb(93.5, 93.5, 93.5);
  min-width: 100px;
}
.booking-summary__row span:last-child {
  text-align: right;
  font-weight: 600;
}
.booking-summary__row--emphasis {
  margin-top: 0.25rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 1rem;
}
.booking-summary__row--emphasis span:last-child {
  color: #835a18;
  font-size: 1.25rem;
  font-weight: 700;
}
.booking-summary__row--note {
  font-size: 0.75rem;
}
.booking-summary__row--note span:last-child {
  font-weight: 500;
}
.booking-summary__policy {
  margin-bottom: 1rem;
  padding: 0.8rem 0.9rem;
  border-radius: 0.5rem;
  background: rgba(84, 98, 102, 0.09);
  font-size: 0.875rem;
  line-height: 1.5;
  color: #444444;
}

/* ----------------------------------------
   Actions
---------------------------------------- */
.booking-actions {
  display: grid;
  gap: 0.7rem;
}
.booking-actions__btn {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
}

.booking-view-cart-link {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #dd7b00;
  text-decoration: none;
  transition: color 0.4s ease-in-out;
}
.booking-view-cart-link:hover {
  color: #835a18;
  text-decoration: underline;
}

/* ----------------------------------------
   Optional helper text / status rows
---------------------------------------- */
.booking-helper-text {
  margin-top: 0.35rem;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgb(113.9, 113.9, 113.9);
}

.booking-error,
.booking-success {
  margin-top: 1rem;
  border-radius: 0.5rem;
  padding: 0.75rem 0.9rem;
  font-size: 0.875rem;
  line-height: 1.45;
}

.booking-error {
  background: rgba(192, 57, 43, 0.08);
  color: #c0392b;
  border: 1px solid rgba(192, 57, 43, 0.22);
}

.booking-success {
  background: rgba(27, 125, 90, 0.1);
  color: #1b7d5a;
  border: 1px solid rgba(27, 125, 90, 0.22);
}

/* ----------------------------------------
   Cart Page
---------------------------------------- */
.cart-page {
  padding: 3rem 1rem;
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  color: #444444;
}
@media (max-width: 768px) {
  .cart-page {
    padding: 2rem 1rem;
  }
}
.cart-page__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.cart-page__header {
  margin-bottom: 3rem;
  padding: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .cart-page__header {
    display: grid;
    justify-items: center;
    gap: 0.4rem;
    text-align: center;
    padding: 1rem;
    border-radius: 0.5rem;
  }
}
.cart-page__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #dd7b00;
}
@media (max-width: 768px) {
  .cart-page__eyebrow {
    margin: 0 0 -0.5rem 0;
  }
}
.cart-page__title {
  margin: 0 0 0.5rem;
  padding: 0 1rem;
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: normal;
  color: #444444;
}
@media (max-width: 768px) {
  .cart-page__title {
    font-size: 2rem;
  }
}
.cart-page__intro {
  margin: 0 auto;
  max-width: 50rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #888888;
}
.cart-page__actions {
  margin-top: 2rem;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 400px);
  gap: 2rem;
  align-items: start;
}
@media (max-width: 992px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }
}
.cart-layout__main, .cart-layout__aside {
  min-width: 0;
}
.cart-layout .cart-empty,
.cart-layout .cart-layout__main,
.cart-layout .cart-layout__aside {
  display: none;
}
.cart-layout.is-filled .cart-layout__main,
.cart-layout.is-filled .cart-layout__aside {
  display: block;
}
.cart-layout.is-empty {
  grid-template-columns: 1fr;
}
.cart-layout.is-empty .cart-empty {
  display: block;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.cart-layout.is-empty {
  grid-template-columns: 1fr;
}
.cart-layout.is-empty .cart-empty {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

/* ----------------------------------------
   Cart item
---------------------------------------- */
.cart-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .cart-item {
    grid-template-columns: 1fr;
    padding: 1rem;
    gap: 1rem;
  }
}
.cart-item__media {
  min-width: 0;
}
.cart-item__media--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(240, 240, 240, 0.7);
  border-radius: 0.5rem;
  min-height: 180px;
}
.cart-item__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  border-radius: 0.5rem;
  background: #151f23;
}
.cart-item__icon-badge {
  --badge-size: 84px;
  width: var(--badge-size);
  height: var(--badge-size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #1b2c47, #204577);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.cart-item__icon-badge i {
  font-size: calc(var(--badge-size) * 0.44);
  --fa-primary-color: #e8c26d;
  --fa-secondary-color: #835a18;
  --fa-secondary-opacity: 1;
  line-height: 1;
}
.cart-item__content {
  min-width: 0;
}
.cart-item__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cart-item__top {
    flex-direction: column;
  }
}
.cart-item__type {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #dd7b00;
}
.cart-item__title {
  margin: 0 0 0.35rem;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: normal;
  color: #835a18;
}
@media (max-width: 768px) {
  .cart-item__title {
    font-size: 1.5rem;
  }
}
.cart-item__meta {
  margin: 0;
  font-size: 0.875rem;
  color: #2e4149;
}
.cart-item__actions-top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.cart-item__link, .cart-item__remove {
  font-size: 0.875rem;
  font-weight: 600;
  color: #dd7b00;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}
.cart-item__link:hover, .cart-item__remove:hover {
  color: #835a18;
  text-decoration: underline;
}
.cart-item__details {
  display: grid;
  gap: 0.7rem;
}
.cart-item__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #444444;
}
.cart-item__row span:first-child {
  color: #666666;
  min-width: 110px;
}
.cart-item__row span:last-child {
  text-align: right;
  font-weight: 600;
}
.cart-item__row--emphasis {
  margin-top: 0.25rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 1rem;
}
.cart-item__row--emphasis span:last-child {
  color: #835a18;
  font-size: 1.25rem;
  font-weight: 700;
}
.cart-item__row--note {
  font-size: 0.75rem;
}
.cart-item__row--note span:last-child {
  font-weight: 500;
}

/* ----------------------------------------
   Cart summary
---------------------------------------- */
.cart-summary {
  position: sticky;
  top: 6rem;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 2rem;
}
@media (max-width: 992px) {
  .cart-summary {
    position: static;
  }
}
@media (max-width: 768px) {
  .cart-summary {
    padding: 1rem;
  }
}
.cart-summary__title {
  margin: 0 0 1rem;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: normal;
  color: #835a18;
}
.cart-summary__rows {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1rem;
}
.cart-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.cart-summary__row span:first-child {
  color: #666666;
}
.cart-summary__row span:last-child {
  text-align: right;
  font-weight: 600;
  color: #444444;
}
.cart-summary__row--emphasis {
  margin-top: 0.25rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 1rem;
}
.cart-summary__row--emphasis span:last-child {
  color: #835a18;
  font-size: 1.25rem;
  font-weight: 700;
}
.cart-summary__row--note {
  font-size: 0.75rem;
}
.cart-summary__row--note span:last-child {
  font-weight: 500;
}
.cart-summary__row--discount span:last-child {
  color: rgba(27, 125, 90, 0.9);
  font-weight: 500;
}
.cart-summary__row--shipping {
  display: none;
}
.has-shipping .cart-summary__row--shipping {
  display: flex;
}
.cart-summary__row--tax {
  display: none;
}
.has-tax .cart-summary__row--tax {
  display: flex;
}
.cart-summary__row--discount {
  display: none;
}
.has-discount .cart-summary__row--discount {
  display: flex;
}
.cart-summary__note {
  margin-bottom: 1rem;
  padding: 0.8rem 0.9rem;
  border-radius: 0.5rem;
  background: rgba(84, 98, 102, 0.09);
  font-size: 0.875rem;
  line-height: 1.5;
  color: #444444;
}
.cart-summary__actions {
  display: grid;
  gap: 0.7rem;
}
.cart-summary__btn {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
}
.cart-summary__secondary-link {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #dd7b00;
  text-decoration: none;
}
.cart-summary__secondary-link:hover {
  color: #835a18;
  text-decoration: underline;
}
.cart-summary .cart-summary__helper {
  margin-top: 0.4rem;
  font-size: 0.75rem;
  line-height: 1.45;
  text-align: center;
  color: #666666;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* ----------------------------------------
   Empty cart state
---------------------------------------- */
.cart-empty {
  text-align: center;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 4rem 2rem;
}
@media (max-width: 768px) {
  .cart-empty {
    padding: 2rem;
  }
}
.cart-empty__title {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: normal;
  color: #835a18;
}
.cart-empty__text {
  margin: 0 0 2rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #666666;
}

/* ----------------------------------------
   Auth Page
---------------------------------------- */
.auth-page {
  padding: 3rem 1rem;
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
}
.auth-page__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.auth-page__header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 1rem;
}
@media (max-width: 768px) {
  .auth-page__header {
    display: grid;
    justify-items: center;
    gap: 0.4rem;
    text-align: center;
    padding: 1rem;
    border-radius: 0.5rem;
  }
}
.auth-page__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #dd7b00;
}
@media (max-width: 768px) {
  .auth-page__eyebrow {
    margin: 0 0 -0.5rem 0;
  }
}
.auth-page__title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  color: #444444;
  padding: 0 1rem;
}
.auth-page__intro {
  font-size: 1rem;
  color: #888888;
  max-width: 480px;
  margin: 0 auto;
}
.auth-page--single .auth-card--login,
.auth-page--single .auth-card--register,
.auth-page--single .auth-card--forgot,
.auth-page--single .auth-card--success {
  display: none;
}
.auth-page--single .auth-switch {
  display: none;
  margin-bottom: 2rem;
  gap: 0.5rem;
}
.auth-page--single .auth-switch .portal-nav__link {
  min-width: 160px;
}
.auth-page--single.is-login .auth-switch {
  display: flex;
}
.auth-page--single.is-login .auth-card--login {
  display: block;
}
.auth-page--single.is-login .auth-switch__btn--login {
  pointer-events: none;
  opacity: 0.85;
}
.auth-page--single.is-register .auth-switch {
  display: flex;
}
.auth-page--single.is-register .auth-card--register {
  display: block;
}
.auth-page--single.is-register .auth-switch__btn--register {
  pointer-events: none;
  opacity: 0.85;
}
.auth-page--single.is-forgot .auth-card--forgot {
  display: block;
}
.auth-page--single.is-success .auth-card--success {
  display: block;
}
.auth-page--single .portal-nav__link {
  font-size: 1rem;
  padding: 0.8rem 1.4rem;
}
.auth-page .auth-card--reset-password,
.auth-page .auth-card--reset-success,
.auth-page .auth-card--reset-error {
  display: none;
}
.auth-page.is-reset-password .auth-card--reset-password {
  display: block;
}
.auth-page.is-reset-success .auth-card--reset-success {
  display: block;
}
.auth-page.is-reset-error .auth-card--reset-error {
  display: block;
}

/* Layout */
.auth-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .auth-layout {
    grid-template-columns: 1fr;
  }
}
.auth-layout--single {
  grid-template-columns: minmax(0, 768px);
  justify-content: center;
}

/* Card */
.auth-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
.auth-card__title {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #835a18;
}

.auth-switch {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.auth-switch__btn {
  min-width: 180px;
  text-align: center;
}

/* Form */
.auth-form {
  display: grid;
  gap: 1rem;
}
.auth-form__actions {
  margin-top: 0.5rem;
}
.auth-form__links {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.auth-form__links a {
  color: #dd7b00;
  text-decoration: none;
}
.auth-form__links a:hover {
  color: #835a18;
  text-decoration: underline;
}
.auth-form .auth-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}
@media (max-width: 768px) {
  .auth-form .auth-form-grid {
    grid-template-columns: 1fr;
  }
}
.auth-form .checkout-checkbox {
  padding: 0;
  margin-top: 1rem;
}
.auth-form .checkout-checkbox-list {
  padding: 0;
}

.auth-layout--single .auth-form .checkout-checkbox-list {
  padding: 0;
}
.auth-layout--single .auth-form .checkout-checkbox {
  padding: 0;
  margin-top: 1rem;
}

.auth-field {
  display: grid;
  gap: 0.3rem;
}
.auth-field label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #444444;
}
.auth-field input {
  padding: 0.75rem 0.9rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1rem;
}
.auth-field input:focus {
  outline: none;
  border-color: #e8c26d;
  box-shadow: 0 0 0 3px rgba(232, 194, 109, 0.3);
}

/* Helper */
.auth-helper {
  font-size: 0.75rem;
  color: #666666;
  line-height: 1.4;
}

.form-error {
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  background: rgba(192, 57, 43, 0.08);
  color: #a93226;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* ----------------------------------------
   Checkout page
---------------------------------------- */
.checkout-page {
  padding: 3rem 1rem;
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  color: #444444;
}
@media (max-width: 768px) {
  .checkout-page {
    padding: 2rem 1rem;
  }
}
.checkout-page__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.checkout-page__header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 1rem;
}
@media (max-width: 768px) {
  .checkout-page__header {
    display: grid;
    justify-items: center;
    gap: 0.4rem;
    text-align: center;
    padding: 1rem;
    border-radius: 0.5rem;
  }
}
.checkout-page__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #dd7b00;
}
@media (max-width: 768px) {
  .checkout-page__eyebrow {
    margin: 0 0 -0.5rem 0;
  }
}
.checkout-page__title {
  margin: 0 0 0.5rem;
  padding: 0 1rem;
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: normal;
  color: #444444;
}
.checkout-page__intro {
  margin: 0 auto;
  max-width: 50rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #888888;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 420px);
  gap: 2rem;
  align-items: start;
}
@media (max-width: 992px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
}
.checkout-layout__main, .checkout-layout__aside {
  min-width: 0;
}

.checkout-form {
  display: grid;
  gap: 2rem;
}

.checkout-panel {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.checkout-panel__header {
  padding: 2rem 2rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .checkout-panel__header {
    padding: 1rem;
  }
}
.checkout-panel__title {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: normal;
  color: #835a18;
}
@media (max-width: 768px) {
  .checkout-panel__title {
    font-size: 1.5rem;
  }
}
.checkout-panel__intro {
  margin: 0 1rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #888888;
}

.checkout-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .checkout-form-grid {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
}

.checkout-field {
  display: grid;
  gap: 0.35rem;
  align-content: start;
}
.checkout-field--full {
  grid-column: 1/-1;
}
.checkout-field label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #444444;
}
.checkout-field input,
.checkout-field select,
.checkout-field textarea {
  width: 100%;
  box-sizing: border-box;
  display: block;
  min-height: 2.9rem;
  padding: 0.8rem 0.95rem;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  background: #ffffff;
  color: #444444;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.checkout-field input::placeholder,
.checkout-field select::placeholder,
.checkout-field textarea::placeholder {
  color: rgba(68, 68, 68, 0.55);
}
.checkout-field input:hover,
.checkout-field select:hover,
.checkout-field textarea:hover {
  border-color: rgba(0, 0, 0, 0.25);
}
.checkout-field input:focus-visible,
.checkout-field select:focus-visible,
.checkout-field textarea:focus-visible {
  outline: none;
  border-color: #e8c26d;
  box-shadow: 0 0 0 3px rgba(232, 194, 109, 0.35);
}
.checkout-field textarea {
  min-height: 7rem;
  resize: vertical;
}

.checkout-helper-text {
  margin: -0.3rem 2rem 2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666666;
}
@media (max-width: 768px) {
  .checkout-helper-text {
    margin: -0.2rem 1rem 1rem;
  }
}

.checkout-checkbox-list {
  display: grid;
  gap: 0.8rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .checkout-checkbox-list {
    padding: 1rem;
  }
}

.checkout-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #444444;
  margin-top: 1rem;
  padding: 0 2rem 1rem;
}
@media (max-width: 768px) {
  .checkout-checkbox {
    padding: 0 1rem 1rem;
  }
}
.checkout-checkbox input[type=checkbox] {
  margin-top: 0.25rem;
  accent-color: #835a18;
  transform: scale(1.05);
  flex-shrink: 0;
}

.checkout-payment-placeholder {
  margin: 2rem;
  padding: 2rem;
  border: 1.5px dashed rgba(0, 0, 0, 0.18);
  border-radius: 0.5rem;
  background: rgba(240, 240, 240, 0.6);
  text-align: center;
  font-size: 1rem;
  color: #666666;
}
@media (max-width: 768px) {
  .checkout-payment-placeholder {
    margin: 1rem;
    padding: 1rem;
  }
}

.checkout-summary {
  position: sticky;
  top: 6rem;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 2rem;
}
@media (max-width: 992px) {
  .checkout-summary {
    position: static;
  }
}
@media (max-width: 768px) {
  .checkout-summary {
    padding: 1rem;
  }
}
.checkout-summary__title {
  margin: 0 0 1rem;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: normal;
  color: #835a18;
}
.checkout-summary__items {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}
.checkout-summary__item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.checkout-summary__item:last-child {
  margin-bottom: 0;
}
.checkout-summary__item-type {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #dd7b00;
}
.checkout-summary__item-title {
  margin: 0 0 0.3rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #444444;
}
.checkout-summary__item-meta {
  margin: 0 0 0.35rem;
  font-size: 0.875rem;
  color: #2e4149;
}
.checkout-summary__item-price {
  font-size: 0.875rem;
  font-weight: 600;
  color: #444444;
}
.checkout-summary__rows {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1rem;
}
.checkout-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.checkout-summary__row span:first-child {
  color: #666666;
  min-width: 110px;
}
.checkout-summary__row span:last-child {
  text-align: right;
  font-weight: 600;
  color: #444444;
}
.checkout-summary__row--emphasis {
  margin-top: 0.25rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 1rem;
}
.checkout-summary__row--emphasis span:last-child {
  color: #835a18;
  font-size: 1.25rem;
  font-weight: 700;
}
.checkout-summary__row--note {
  font-size: 0.75rem;
}
.checkout-summary__row--note span:last-child {
  font-weight: 500;
}
.checkout-summary__row--discount span:last-child {
  color: rgba(27, 125, 90, 0.9);
  font-weight: 500;
}
.checkout-summary__row--subtotal {
  display: none;
}
.has-subtotal .checkout-summary__row--subtotal {
  display: flex;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.checkout-summary__row--discount {
  display: none;
}
.has-discount .checkout-summary__row--discount {
  display: flex;
}
.checkout-summary__row--shipping {
  display: none;
}
.has-shipping .checkout-summary__row--shipping {
  display: flex;
}
.checkout-summary__row--tax {
  display: none;
}
.has-tax .checkout-summary__row--tax {
  display: flex;
}
.checkout-summary__policy {
  margin-bottom: 1rem;
  padding: 0.8rem 0.9rem;
  border-radius: 0.5rem;
  background: rgba(84, 98, 102, 0.09);
  font-size: 0.875rem;
  line-height: 1.5;
  color: #444444;
}
.checkout-summary__actions {
  display: grid;
  gap: 0.7rem;
}
.checkout-summary__btn {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 992px) {
  .checkout-footer-actions {
    display: none;
  }
}
.checkout-footer-actions {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .checkout-footer-actions {
    padding: 1rem;
  }
}
.checkout-footer-actions__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .checkout-footer-actions__inner {
    flex-direction: column;
    align-items: stretch;
  }
}
.checkout-footer-actions__text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666666;
}
.checkout-footer-actions__btn {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .checkout-footer-actions__btn {
    width: 100%;
  }
}

/* ----------------------------------------
   Confirmation Page
---------------------------------------- */
.confirmation-page {
  padding: 3rem 1rem;
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  color: #444444;
}
.confirmation-page--processing .confirmation-page__status-icon {
  position: relative;
  background: rgba(232, 194, 109, 0.16);
  border: 1px solid rgba(131, 90, 24, 0.18);
}
.confirmation-page--processing .confirmation-page__status-icon i {
  color: #835a18;
  font-size: 1.15rem;
  z-index: 2;
}
.confirmation-page--processing .confirmation-page__eyebrow {
  color: #835a18;
}
.confirmation-page--success .confirmation-page__status-icon {
  background: rgba(27, 125, 90, 0.12);
  border: 1px solid rgba(27, 125, 90, 0.18);
}
.confirmation-page--success .confirmation-page__status-icon i {
  color: #1b7d5a;
}
.confirmation-page--success .confirmation-page__eyebrow {
  color: #1b7d5a;
}
.confirmation-page--failed .confirmation-page__status-icon {
  background: rgba(181, 71, 8, 0.12);
  border: 1px solid rgba(181, 71, 8, 0.2);
}
.confirmation-page--failed .confirmation-page__status-icon i {
  color: #b54708;
}
.confirmation-page--failed .confirmation-page__eyebrow {
  color: #b54708;
}
@media (max-width: 768px) {
  .confirmation-page {
    padding: 2rem 1rem;
  }
}
.confirmation-page__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.confirmation-page__header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 1rem;
}
@media (max-width: 768px) {
  .confirmation-page__header {
    display: grid;
    justify-items: center;
    gap: 0.4rem;
    text-align: center;
    padding: 1rem;
    border-radius: 0.5rem;
  }
}
.confirmation-page__status-icon--processing {
  overflow: visible;
}
.confirmation-page__status {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.confirmation-page__status-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.confirmation-page__status-icon i {
  font-size: 1.4rem;
}
.confirmation-page__eyebrow {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.confirmation-page__title {
  margin: 0 0 0.5rem;
  padding: 0 1rem;
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: normal;
  color: #444444;
}
@media (max-width: 768px) {
  .confirmation-page__title {
    font-size: 2rem;
  }
}
.confirmation-page__intro {
  margin: 0 auto 1rem;
  max-width: 52rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #888888;
}
.confirmation-page__reference {
  display: inline-block;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  background: rgba(84, 98, 102, 0.08);
  font-size: 0.875rem;
  color: #dddddd;
}
.confirmation-page__reference strong {
  color: #e8c26d;
  font-weight: 700;
}

.confirmation-processing-spinner {
  position: absolute;
  inset: -0.45rem;
  border-radius: 50%;
  border: 2px solid rgba(232, 194, 109, 0.3);
  border-top-color: #835a18;
  animation: confirmation-spin 1s linear infinite;
}

.confirmation-processing-panel {
  text-align: center;
}

.confirmation-processing {
  display: grid;
  justify-items: center;
  gap: 1rem;
  max-width: 680px;
  margin: 0 auto;
}
.confirmation-processing__bar {
  width: 100%;
  max-width: 420px;
  height: 0.45rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(84, 98, 102, 0.12);
}
.confirmation-processing__bar span {
  display: block;
  width: 45%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #e8c26d 0%, #835a18 100%);
  animation: confirmation-processing-bar 1.35s ease-in-out infinite;
}
.confirmation-processing__title {
  margin: 0.5rem 0 0;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: normal;
  color: #835a18;
}
@media (max-width: 768px) {
  .confirmation-processing__title {
    font-size: 1.5rem;
  }
}
.confirmation-processing__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #666666;
}
.confirmation-processing__secure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0.5rem 0 0;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: rgba(84, 98, 102, 0.09);
  font-size: 0.875rem;
  font-weight: 700;
  color: #2e4149;
}
.confirmation-processing__secure i {
  color: #835a18;
}

@keyframes confirmation-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes confirmation-processing-bar {
  0% {
    transform: translateX(-120%);
  }
  50% {
    transform: translateX(70%);
  }
  100% {
    transform: translateX(240%);
  }
}
.confirmation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 420px);
  gap: 2rem;
  align-items: start;
}
@media (max-width: 992px) {
  .confirmation-layout {
    grid-template-columns: 1fr;
  }
}
.confirmation-layout__main, .confirmation-layout__aside {
  min-width: 0;
}

.confirmation-panel {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 2rem;
}
.confirmation-panel__header {
  padding: 2rem 2rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .confirmation-panel__header {
    padding: 1rem;
  }
}
.confirmation-panel__title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: normal;
  color: #835a18;
}
@media (max-width: 768px) {
  .confirmation-panel__title {
    font-size: 1.5rem;
  }
}
.confirmation-panel__body {
  padding: 2rem;
}
@media (max-width: 768px) {
  .confirmation-panel__body {
    padding: 1rem;
  }
}
.confirmation-panel__text {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #444444;
}
.confirmation-panel__contact {
  margin: 0;
  font-size: 1rem;
}

.confirmation-steps {
  display: grid;
  gap: 1rem;
}

.confirmation-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.confirmation-step__number {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(90deg, #e8c26d 0%, #835a18 100%);
  color: #000000;
  font-size: 0.875rem;
  font-weight: 700;
}
.confirmation-step__content {
  min-width: 0;
}
.confirmation-step__title {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #444444;
}
.confirmation-step__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #666666;
}

.confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 768px) {
  .confirmation-actions {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .confirmation-actions__btn {
    width: 100%;
  }
}

.confirmation-summary {
  position: sticky;
  top: 6rem;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 2rem;
}
@media (max-width: 992px) {
  .confirmation-summary {
    position: static;
  }
}
@media (max-width: 768px) {
  .confirmation-summary {
    padding: 1rem;
  }
}
.confirmation-summary__title {
  margin: 0 0 1rem;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: normal;
  color: #835a18;
}
.confirmation-summary__items {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}
.confirmation-summary__item {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.confirmation-summary__item-type {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #dd7b00;
}
.confirmation-summary__item-title {
  margin: 0 0 0.3rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #444444;
}
.confirmation-summary__item-meta {
  margin: 0 0 0.35rem;
  font-size: 0.875rem;
  color: #2e4149;
}
.confirmation-summary__item-price {
  font-size: 0.875rem;
  font-weight: 600;
  color: #444444;
}
.confirmation-summary__rows {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1rem;
}
.confirmation-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.confirmation-summary__row span:first-child {
  color: #666666;
  min-width: 110px;
}
.confirmation-summary__row span:last-child {
  text-align: right;
  font-weight: 600;
  color: #444444;
}
.confirmation-summary__row--emphasis {
  margin-top: 0.25rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 1rem;
}
.confirmation-summary__row--emphasis span:last-child {
  color: #835a18;
  font-size: 1.25rem;
  font-weight: 700;
}
.confirmation-summary__row--note {
  font-size: 0.75rem;
}
.confirmation-summary__row--note span:last-child {
  font-weight: 500;
}
.confirmation-summary__row--subtotal {
  display: none;
}
.has-subtotal .confirmation-summary__row--subtotal {
  display: flex;
}
.confirmation-summary__row--discount {
  display: none;
}
.has-discount .confirmation-summary__row--discount {
  display: flex;
}
.confirmation-summary__row--shipping {
  display: none;
}
.has-shipping .confirmation-summary__row--shipping {
  display: flex;
}
.confirmation-summary__row--tax {
  display: none;
}
.has-tax .confirmation-summary__row--tax {
  display: flex;
}
.confirmation-summary__note {
  padding: 0.8rem 0.9rem;
  border-radius: 0.5rem;
  background: rgba(84, 98, 102, 0.09);
  font-size: 0.875rem;
  line-height: 1.5;
  color: #444444;
}

/* ----------------------------------------
   Dark theme support
---------------------------------------- */
.dark-theme .booking-page {
  background: linear-gradient(135deg, #1a1a1a, #232323);
  color: #dddddd;
}
.dark-theme .booking-panel,
.dark-theme .booking-package-card,
.dark-theme .booking-choice,
.dark-theme .booking-details__block {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #dddddd;
  box-shadow: none;
}
.dark-theme .booking-hero__title,
.dark-theme .booking-panel__intro,
.dark-theme .booking-package-card__description,
.dark-theme .booking-choice__label,
.dark-theme .booking-choice__note,
.dark-theme .booking-helper-text,
.dark-theme .booking-summary__workshop-title,
.dark-theme .booking-summary__policy,
.dark-theme .booking-field label,
.dark-theme .booking-details__block p,
.dark-theme .booking-summary__row,
.dark-theme .booking-hero__short-text p {
  color: #dddddd;
}
.dark-theme .booking-summary__row span:first-child {
  color: #888888;
}
.dark-theme .booking-panel__title,
.dark-theme .booking-package-card__title,
.dark-theme .booking-summary__title,
.dark-theme .booking-details__block h2,
.dark-theme .booking-option-group__title {
  color: #e8c26d;
}
.dark-theme .booking-field input,
.dark-theme .booking-field select,
.dark-theme .booking-field textarea {
  background: rgba(255, 255, 255, 0.05);
  color: #dddddd;
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-theme .booking-field input::placeholder,
.dark-theme .booking-field select::placeholder,
.dark-theme .booking-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.dark-theme .booking-summary__policy {
  background: rgba(232, 194, 109, 0.08);
}
.dark-theme .booking-choice.is-selected {
  background: rgba(232, 194, 109, 0.12);
  border-color: rgba(232, 194, 109, 0.4);
}
.dark-theme .confirmation-page--processing .confirmation-page__status-icon {
  background: rgba(232, 194, 109, 0.12);
  border-color: rgba(232, 194, 109, 0.25);
}
.dark-theme .confirmation-page--processing .confirmation-page__status-icon i {
  color: #e8c26d;
}
.dark-theme .confirmation-page--processing .confirmation-page__eyebrow {
  color: #e8c26d;
}
.dark-theme .confirmation-processing-spinner {
  border-color: rgba(232, 194, 109, 0.22);
  border-top-color: #e8c26d;
}
.dark-theme .confirmation-processing__title {
  color: #e8c26d;
}
.dark-theme .confirmation-processing__text {
  color: rgba(255, 255, 255, 0.78);
}
.dark-theme .confirmation-processing__bar {
  background: rgba(255, 255, 255, 0.1);
}
.dark-theme .confirmation-processing__secure {
  background: rgba(232, 194, 109, 0.08);
  color: rgba(255, 255, 255, 0.82);
}
.dark-theme .confirmation-processing__secure i {
  color: #e8c26d;
}
.dark-theme .cart-page {
  background: linear-gradient(135deg, #1a1a1a, #232323);
  color: #dddddd;
}
.dark-theme .cart-item,
.dark-theme .cart-summary,
.dark-theme .cart-empty {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #dddddd;
  box-shadow: none;
}
.dark-theme .cart-page__title,
.dark-theme .cart-item__title,
.dark-theme .cart-summary__title,
.dark-theme .cart-empty__title {
  color: #e8c26d;
}
.dark-theme .cart-page__intro,
.dark-theme .cart-item__meta,
.dark-theme .cart-item__row,
.dark-theme .cart-summary__row,
.dark-theme .cart-summary__note,
.dark-theme .cart-empty__text {
  color: #dddddd;
}
.dark-theme .cart-item__row span:first-child,
.dark-theme .cart-summary__row span:first-child {
  color: rgba(255, 255, 255, 0.7);
}
.dark-theme .cart-summary__row span:last-child {
  color: #dddddd;
}
.dark-theme .cart-item__media--icon {
  background: rgba(255, 255, 255, 0.04);
}
.dark-theme .cart-summary__note {
  background: rgba(232, 194, 109, 0.08);
}
.dark-theme .cart-summary__helper {
  color: rgba(255, 255, 255, 0.7);
}
.dark-theme .auth-page {
  background: linear-gradient(135deg, #1a1a1a, #232323);
  color: #dddddd;
}
.dark-theme .auth-page__title {
  color: #e8c26d;
}
.dark-theme .auth-page__intro {
  color: rgba(255, 255, 255, 0.75);
}
.dark-theme .auth-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  color: #dddddd;
}
.dark-theme .auth-card__title {
  color: #e8c26d;
}
.dark-theme .auth-field label {
  color: rgba(255, 255, 255, 0.8);
}
.dark-theme .auth-field input {
  background: rgba(255, 255, 255, 0.05);
  color: #dddddd;
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-theme .auth-field input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-theme .auth-field input:focus {
  border-color: #e8c26d;
  box-shadow: 0 0 0 3px rgba(232, 194, 109, 0.3);
}
.dark-theme .auth-helper {
  color: rgba(255, 255, 255, 0.7);
}
.dark-theme .auth-form__links a {
  color: #e8c26d;
}
.dark-theme .auth-form__links a:hover {
  color: #835a18;
}
.dark-theme .form-error {
  background: rgba(255, 138, 128, 0.12);
  color: #ffb3ad;
}
.dark-theme .checkout-summary__item-title {
  color: #dddddd;
}
.dark-theme .checkout-summary__item-meta,
.dark-theme .checkout-summary__item-price {
  color: rgba(255, 255, 255, 0.78);
}
.dark-theme .checkout-page {
  background: linear-gradient(135deg, #1a1a1a, #232323);
  color: #dddddd;
}
.dark-theme .checkout-panel,
.dark-theme .checkout-summary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #dddddd;
  box-shadow: none;
}
.dark-theme .checkout-page__title,
.dark-theme .checkout-panel__title,
.dark-theme .checkout-summary__title {
  color: #e8c26d;
}
.dark-theme .checkout-page__intro,
.dark-theme .checkout-panel__intro,
.dark-theme .checkout-helper-text,
.dark-theme .checkout-checkbox,
.dark-theme .checkout-summary__policy,
.dark-theme .checkout-summary__item-meta {
  color: rgba(255, 255, 255, 0.78);
}
.dark-theme .checkout-field label,
.dark-theme .checkout-summary__item-title {
  color: #dddddd;
}
.dark-theme .checkout-field input,
.dark-theme .checkout-field select,
.dark-theme .checkout-field textarea {
  background: rgba(255, 255, 255, 0.05);
  color: #dddddd;
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-theme .checkout-field input::placeholder,
.dark-theme .checkout-field select::placeholder,
.dark-theme .checkout-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-theme .checkout-field input:focus-visible,
.dark-theme .checkout-field select:focus-visible,
.dark-theme .checkout-field textarea:focus-visible {
  border-color: #e8c26d;
  box-shadow: 0 0 0 3px rgba(232, 194, 109, 0.3);
}
.dark-theme .checkout-summary__row span:first-child {
  color: rgba(255, 255, 255, 0.7);
}
.dark-theme .checkout-summary__row span:last-child {
  color: #dddddd;
}
.dark-theme .checkout-payment-placeholder {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}
.dark-theme .checkout-summary__policy {
  background: rgba(232, 194, 109, 0.08);
}
.dark-theme .checkout-footer-actions {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}
.dark-theme .checkout-footer-actions__text {
  color: rgba(255, 255, 255, 0.75);
}
.dark-theme .confirmation-page {
  background: linear-gradient(135deg, #1a1a1a, #232323);
  color: #dddddd;
}
.dark-theme .confirmation-page__title {
  color: #e8c26d;
}
.dark-theme .confirmation-page__intro,
.dark-theme .confirmation-step__text,
.dark-theme .confirmation-panel__text {
  color: rgba(255, 255, 255, 0.78);
}
.dark-theme .confirmation-page__reference {
  background: rgba(232, 194, 109, 0.08);
  color: #dddddd;
}
.dark-theme .confirmation-page__reference strong {
  color: #e8c26d;
}
.dark-theme .confirmation-panel,
.dark-theme .confirmation-summary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #dddddd;
  box-shadow: none;
}
.dark-theme .confirmation-panel__title,
.dark-theme .confirmation-summary__title {
  color: #e8c26d;
}
.dark-theme .confirmation-step__title,
.dark-theme .confirmation-summary__item-title {
  color: #dddddd;
}
.dark-theme .confirmation-summary__item-meta,
.dark-theme .confirmation-summary__item-price,
.dark-theme .confirmation-summary__note {
  color: rgba(255, 255, 255, 0.78);
}
.dark-theme .confirmation-summary__row span:first-child {
  color: rgba(255, 255, 255, 0.7);
}
.dark-theme .confirmation-summary__row span:last-child {
  color: #dddddd;
}
.dark-theme .confirmation-summary__note {
  background: rgba(232, 194, 109, 0.08);
}

/*
body.modal-open {
  overflow: hidden;
}
*/
.portal-page {
  padding: 3rem 1rem;
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  color: #444444;
}
@media (max-width: 768px) {
  .portal-page {
    padding: 2rem 1rem;
  }
}
.portal-page__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.portal-page__header {
  text-align: center;
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (max-width: 768px) {
  .portal-page__header {
    display: grid;
    justify-items: center;
    gap: 0.4rem;
    text-align: center;
    padding: 1rem;
    border-radius: 0.5rem;
  }
}
.portal-page__eyebrow {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #dd7b00;
}
@media (max-width: 768px) {
  .portal-page__eyebrow {
    margin: 0 0 -0.5rem 0;
  }
}
.portal-page__title {
  margin: 0 0 0.5rem;
  padding: 0 1rem;
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: normal;
  color: #444444;
}
@media (max-width: 768px) {
  .portal-page__title {
    font-size: 2rem;
  }
}
.portal-page__intro {
  margin: 0 auto;
  max-width: 52rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #888888;
}

.portal-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 3rem;
}
.portal-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  color: #444444;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.portal-nav__link:hover {
  color: #835a18;
  border-color: rgba(131, 90, 24, 0.25);
}
.portal-nav__link.is-active {
  background: linear-gradient(180deg, #546266 0%, #2e4149 30%, #151f23 100%);
  color: #ffffff;
  border-color: transparent;
}

.portal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 380px);
  gap: 2rem;
  align-items: start;
}
@media (max-width: 1200px) {
  .portal-layout {
    grid-template-columns: 1fr;
  }
}
.portal-layout__main, .portal-layout__aside {
  min-width: 0;
}

.portal-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 2rem;
}
.portal-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem 2rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .portal-card__header {
    flex-direction: column;
    padding: 1rem;
  }
}
.portal-card__title {
  margin: 0 0 0.25rem;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: normal;
  color: #835a18;
}
@media (max-width: 768px) {
  .portal-card__title {
    font-size: 1.5rem;
  }
}
.portal-card__intro {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #888888;
}
.portal-card__body {
  padding: 2rem;
}
.portal-card__body--edit {
  background: rgba(240, 240, 240, 0.35);
}
@media (max-width: 768px) {
  .portal-card__body {
    padding: 1rem;
  }
}
.portal-card__edit-btn {
  flex-shrink: 0;
}
.portal-card.is-editing {
  border-color: rgba(131, 90, 24, 0.18);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.portal-card__body[hidden] {
  display: none !important;
}

.portal-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2rem;
}
@media (max-width: 768px) {
  .portal-info-grid {
    grid-template-columns: 1fr;
  }
}

.portal-info-item {
  display: grid;
  gap: 0.15rem;
}
.portal-info-item__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #666666;
}
.portal-info-item__value {
  font-size: 1rem;
  line-height: 1.5;
  color: #444444;
}

.portal-address-block p {
  margin: 0 0 0.25rem;
  line-height: 1.55;
  color: #444444;
}
.portal-address-block p:last-child {
  margin-bottom: 0;
}

.portal-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 768px) {
  .portal-form-grid {
    grid-template-columns: 1fr;
  }
}
.portal-form-grid--single {
  grid-template-columns: 1fr;
}

.portal-field {
  display: grid;
  gap: 0.35rem;
  align-content: start;
}
.portal-field--full {
  grid-column: 1/-1;
}
.portal-field label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #444444;
}
.portal-field input,
.portal-field select,
.portal-field textarea {
  width: 100%;
  box-sizing: border-box;
  display: block;
  min-height: 2.9rem;
  padding: 0.8rem 0.95rem;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  background: #ffffff;
  color: #444444;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.portal-field input::placeholder,
.portal-field select::placeholder,
.portal-field textarea::placeholder {
  color: rgba(68, 68, 68, 0.55);
}
.portal-field input:hover,
.portal-field select:hover,
.portal-field textarea:hover {
  border-color: rgba(0, 0, 0, 0.25);
}
.portal-field input:focus-visible,
.portal-field select:focus-visible,
.portal-field textarea:focus-visible {
  outline: none;
  border-color: #e8c26d;
  box-shadow: 0 0 0 3px rgba(232, 194, 109, 0.35);
}

.portal-checkbox-list {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.portal-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #444444;
  margin-bottom: 1rem;
}
.portal-checkbox input[type=checkbox] {
  margin-top: 0.25rem;
  accent-color: #835a18;
  flex-shrink: 0;
}

.portal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .portal-actions {
    flex-direction: column;
  }
  .portal-actions .button {
    width: 100%;
  }
}

.portal-summary {
  position: sticky;
  top: 6rem;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 2rem;
}
@media (max-width: 992px) {
  .portal-summary {
    position: static;
  }
}
@media (max-width: 768px) {
  .portal-summary {
    padding: 1rem;
  }
}
.portal-summary__title {
  margin: 0 0 1rem;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: normal;
  color: #835a18;
}
.portal-summary__rows {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1rem;
}
.portal-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.portal-summary__row span:first-child {
  color: #666666;
}
.portal-summary__row span:last-child {
  text-align: right;
  font-weight: 600;
  color: #444444;
}
.portal-summary__note {
  padding: 0.8rem 0.9rem;
  border-radius: 0.5rem;
  background: rgba(84, 98, 102, 0.09);
  font-size: 0.875rem;
  line-height: 1.5;
  color: #444444;
}

.password-rules {
  margin-top: 0.4rem;
  display: grid;
  gap: 0.2rem;
  font-size: 0.875rem;
  color: #666666;
}
.password-rules span {
  position: relative;
  padding-left: 1.2rem;
}
.password-rules span::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #666666;
}
.password-rules span.is-valid {
  color: #1b7d5a;
}
.password-rules span.is-valid::before {
  content: "✓";
  color: #1b7d5a;
}

/* ----------------------------------------
   Field Errors
---------------------------------------- */
.field-error {
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #c0392b;
}

.form-field.is-invalid label {
  color: #a93226;
}
.form-field.is-invalid input,
.form-field.is-invalid select,
.form-field.is-invalid textarea {
  border-color: #c0392b;
  background: rgba(192, 57, 43, 0.04);
}
.form-field.is-invalid input:focus, .form-field.is-invalid input:focus-visible,
.form-field.is-invalid select:focus,
.form-field.is-invalid select:focus-visible,
.form-field.is-invalid textarea:focus,
.form-field.is-invalid textarea:focus-visible {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.18);
}

.field-error:empty {
  display: none;
}

/* ----------------------------------------
   Orders Page
---------------------------------------- */
.portal-layout--orders .portal-layout__main {
  min-width: 0;
}

.portal-order-card {
  margin-bottom: 2rem;
}
.portal-order-card__header {
  align-items: center;
}
.portal-order-card__header-main {
  min-width: 0;
}
.portal-order-card__status-wrap {
  flex-shrink: 0;
}

.portal-order-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.portal-order-status--confirmed {
  color: #2e4149;
  background: rgba(84, 98, 102, 0.14);
}
.portal-order-status--paid {
  color: #1b7d5a;
  background: rgba(27, 125, 90, 0.12);
}

.portal-order-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .portal-order-meta {
    grid-template-columns: 1fr;
  }
}
.portal-order-meta--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .portal-order-meta--two {
    grid-template-columns: 1fr;
  }
}
.portal-order-meta__item {
  display: grid;
  gap: 0.2rem;
  padding: 0.95rem 1rem;
  border-radius: 0.5rem;
  background: rgba(240, 240, 240, 0.45);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.portal-order-meta__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #666666;
}
.portal-order-meta__value {
  font-size: 1.25rem;
  line-height: 1.35;
  color: #444444;
}

.portal-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .portal-order-actions {
    flex-direction: column;
  }
  .portal-order-actions .button {
    width: 100%;
  }
}

.portal-order-details {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.portal-order-details[hidden] {
  display: none !important;
}

.portal-order-section + .portal-order-section {
  margin-top: 2rem;
}
.portal-order-section__title {
  margin: 0 0 1rem;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #835a18;
}

.portal-order-item {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.portal-order-item:first-child {
  border-top: 0;
}
.portal-order-item:last-child {
  padding-bottom: 0;
}
.portal-order-item__inner {
  padding: 1rem;
  border-radius: 0.5rem;
}
.portal-order-item--featured .portal-order-item__inner {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) auto;
  align-items: center;
  padding: 1rem;
  column-gap: 1rem;
}
@media (max-width: 992px) {
  .portal-order-item--featured .portal-order-item__inner {
    grid-template-columns: 90px minmax(0, 1fr);
  }
}
@media (max-width: 768px) {
  .portal-order-item--featured .portal-order-item__inner {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .portal-order-item--featured .portal-order-item__links {
    grid-column: 1/-1;
    padding-left: calc(90px + 1rem);
  }
}
@media (max-width: 768px) {
  .portal-order-item--featured .portal-order-item__links {
    grid-column: auto;
    padding-left: 0;
  }
}
.portal-order-item--simple .portal-order-item__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .portal-order-item--simple .portal-order-item__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.portal-order-item__main {
  min-width: 0;
}
.portal-order-item__title {
  margin: 0 0 0.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: #444444;
}
.portal-order-item__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #666666;
}
.portal-order-item__subtext {
  margin: 0.15rem 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(102, 102, 102, 0.88);
}
.portal-order-item__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem 1rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .portal-order-item__links {
    justify-content: flex-start;
  }
}
.portal-order-item__links a {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  color: #dd7b00;
}
.portal-order-item__links a:hover {
  color: #835a18;
  text-decoration: underline;
}
.portal-order-item__media {
  width: 100px;
  aspect-ratio: 4/3;
  border-radius: 0.5rem;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(240, 240, 240, 0.45);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .portal-order-item__media {
    width: 90px;
  }
}
@media (max-width: 768px) {
  .portal-order-item__media {
    width: 100%;
    max-width: 180px;
  }
}
.portal-order-item__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.portal-order-items .portal-order-item:nth-child(even) .portal-order-item__inner {
  background: rgba(240, 240, 240, 0.35);
}

.portal-order-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.portal-order-quick-links a {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  color: #dd7b00;
}
.portal-order-quick-links a:hover {
  color: #835a18;
  text-decoration: underline;
}

/* ----------------------------------------
   Participant Details Page
---------------------------------------- */
.portal-layout--participant .portal-layout__main {
  min-width: 0;
}

.portal-participant-card {
  margin-bottom: 0;
}

.participant-profile-strip {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  background: rgba(240, 240, 240, 0.35);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .participant-profile-strip {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}
.participant-profile-strip__media {
  width: 90px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
  appearance: none;
}
.participant-profile-strip__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.participant-profile-strip__media--editable {
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.participant-profile-strip__media--editable:hover {
  transform: translateY(-1px);
  border-color: rgba(131, 90, 24, 0.22);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.participant-profile-strip__media--editable:focus-visible {
  outline: none;
  border-color: #e8c26d;
  box-shadow: 0 0 0 3px rgba(232, 194, 109, 0.3);
}
.participant-profile-strip__content {
  min-width: 0;
}
.participant-profile-strip__title {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: #444444;
}
.participant-profile-strip__text {
  margin: 0;
  line-height: 1.6;
  color: #666666;
}
.participant-profile-strip__actions {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.participant-profile-strip--companion {
  margin-top: 2rem;
}

.portal-order-context {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .portal-order-context {
    grid-template-columns: 1fr;
  }
}
.portal-order-context__item {
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem 1rem;
  border-radius: 0.5rem;
  background: rgba(240, 240, 240, 0.45);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.portal-order-context__item strong {
  font-size: 1rem;
  line-height: 1.45;
  color: #444444;
}
.portal-order-context__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #666666;
}

.portal-participant-form {
  display: grid;
  gap: 2rem;
}

.portal-participant-section {
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.portal-participant-section:first-of-type {
  padding-top: 0;
  border-top: 0;
}
.portal-participant-section__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.portal-participant-section__title {
  margin: 0 0 1rem;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #835a18;
}

.portal-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #444444;
}
.portal-switch input[type=checkbox] {
  accent-color: #835a18;
}

.portal-field textarea {
  min-height: 8.2rem;
  resize: vertical;
}

.participant-photo-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
}
.participant-photo-modal[hidden] {
  display: none !important;
}
.participant-photo-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(2px);
}
.participant-photo-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 760px);
  margin: 5vh auto;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
}
.participant-photo-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.participant-photo-modal__close:hover {
  background: rgba(0, 0, 0, 0.85);
  transform: scale(1.05);
}
.participant-photo-modal__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(232, 194, 109, 0.4);
}
.participant-photo-modal__image {
  width: 100%;
  max-height: 78vh;
  display: block;
  object-fit: contain;
  border-radius: 0.5rem;
}

body.modal-open {
  overflow: hidden;
}

/* ----------------------------------------
   Dark Theme
---------------------------------------- */
.dark-theme {
  /* Participant Details Page */
}
.dark-theme .portal-page {
  background: linear-gradient(135deg, #1a1a1a, #232323);
  color: #dddddd;
}
.dark-theme .portal-page__title,
.dark-theme .portal-card__title,
.dark-theme .portal-summary__title {
  color: #e8c26d;
}
.dark-theme .portal-page__intro,
.dark-theme .portal-card__intro,
.dark-theme .portal-info-item__label,
.dark-theme .portal-summary__row span:first-child {
  color: rgba(255, 255, 255, 0.72);
}
.dark-theme .portal-nav__link {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #dddddd;
}
.dark-theme .portal-nav__link.is-active {
  color: #ffffff;
}
.dark-theme .portal-card,
.dark-theme .portal-summary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  color: #dddddd;
}
.dark-theme .portal-info-item__value,
.dark-theme .portal-address-block p,
.dark-theme .portal-checkbox,
.dark-theme .portal-summary__note,
.dark-theme .portal-summary__row span:last-child,
.dark-theme .portal-field label {
  color: #dddddd;
}
.dark-theme .portal-card__body--edit {
  background: rgba(255, 255, 255, 0.03);
}
.dark-theme .portal-card.is-editing {
  border-color: rgba(232, 194, 109, 0.22);
}
.dark-theme .portal-field input,
.dark-theme .portal-field select,
.dark-theme .portal-field textarea {
  background: rgba(255, 255, 255, 0.05);
  color: #dddddd;
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-theme .portal-field input::placeholder,
.dark-theme .portal-field select::placeholder,
.dark-theme .portal-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.dark-theme .portal-field input:focus-visible,
.dark-theme .portal-field select:focus-visible,
.dark-theme .portal-field textarea:focus-visible {
  border-color: #e8c26d;
  box-shadow: 0 0 0 3px rgba(232, 194, 109, 0.3);
}
.dark-theme .portal-summary__note {
  background: rgba(232, 194, 109, 0.08);
}
.dark-theme .form-field.is-invalid label {
  color: #ffb3ad;
}
.dark-theme .form-field.is-invalid input,
.dark-theme .form-field.is-invalid select,
.dark-theme .form-field.is-invalid textarea {
  border-color: #ff8a80;
  background: rgba(255, 138, 128, 0.08);
  color: #dddddd;
}
.dark-theme .form-field.is-invalid input:focus, .dark-theme .form-field.is-invalid input:focus-visible,
.dark-theme .form-field.is-invalid select:focus,
.dark-theme .form-field.is-invalid select:focus-visible,
.dark-theme .form-field.is-invalid textarea:focus,
.dark-theme .form-field.is-invalid textarea:focus-visible {
  border-color: #ff8a80;
  box-shadow: 0 0 0 3px rgba(255, 138, 128, 0.2);
}
.dark-theme .portal-order-status--confirmed {
  color: #e8c26d;
  background: rgba(232, 194, 109, 0.12);
}
.dark-theme .portal-order-status--paid {
  color: #9ee2bf;
  background: rgba(158, 226, 191, 0.12);
}
.dark-theme .portal-order-meta__item {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}
.dark-theme .portal-order-meta__label {
  color: rgba(255, 255, 255, 0.72);
}
.dark-theme .portal-order-meta__value {
  color: #dddddd;
}
.dark-theme .portal-order-details {
  border-top-color: rgba(255, 255, 255, 0.08);
}
.dark-theme .portal-order-section__title,
.dark-theme .portal-order-item__title {
  color: #e8c26d;
}
.dark-theme .portal-order-item {
  border-top-color: rgba(255, 255, 255, 0.08);
}
.dark-theme .portal-order-item__text {
  color: rgba(255, 255, 255, 0.72);
}
.dark-theme .portal-order-item__links a,
.dark-theme .portal-order-quick-links a {
  color: #e8c26d;
}
.dark-theme .portal-order-item__links a:hover,
.dark-theme .portal-order-quick-links a:hover {
  color: #ffffff;
}
.dark-theme .portal-order-item__media {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}
.dark-theme .portal-order-item__subtext {
  color: rgba(255, 255, 255, 0.6);
}
.dark-theme .portal-order-items .portal-order-item:nth-child(even) .portal-order-item__inner {
  background: rgba(255, 255, 255, 0.04);
}
.dark-theme .participant-profile-strip {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}
.dark-theme .participant-profile-strip__media {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}
.dark-theme .participant-profile-strip__media--editable:hover {
  border-color: rgba(232, 194, 109, 0.24);
  box-shadow: 0 0 0 1px rgba(232, 194, 109, 0.08);
}
.dark-theme .participant-profile-strip__media--editable:focus-visible {
  outline: none;
  border-color: #e8c26d;
  box-shadow: 0 0 0 3px rgba(232, 194, 109, 0.25);
}
.dark-theme .participant-profile-strip__title {
  color: #e8c26d;
}
.dark-theme .participant-profile-strip__text {
  color: rgba(255, 255, 255, 0.72);
}
.dark-theme .participant-photo-modal__dialog {
  background: rgba(34, 34, 34, 0.98);
}
.dark-theme .participant-photo-modal__close {
  background: rgba(255, 255, 255, 0.18);
}
.dark-theme .participant-photo-modal__close:hover {
  background: rgba(255, 255, 255, 0.28);
}
.dark-theme .portal-order-context__item {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}
.dark-theme .portal-order-context__item strong {
  color: #dddddd;
}
.dark-theme .portal-order-context__label {
  color: rgba(255, 255, 255, 0.72);
}
.dark-theme .portal-participant-section {
  border-top-color: rgba(255, 255, 255, 0.08);
}
.dark-theme .portal-participant-section__title {
  color: #e8c26d;
}
.dark-theme .portal-switch {
  color: #dddddd;
}
.dark-theme .portal-nav__link {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #dddddd;
}
.dark-theme .portal-nav__link.is-active {
  background: linear-gradient(180deg, #546266 0%, #2e4149 30%, #151f23 100%);
  color: #ffffff;
  border-color: transparent;
}
.dark-theme .portal-nav__link:hover {
  color: #e8c26d;
  border-color: rgba(232, 194, 109, 0.25);
}

.faq-frame {
  width: 100%;
  padding: 3rem 1rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}
@media (max-width: 768px) {
  .faq-frame {
    padding: 2rem 1rem;
  }
}

.faq-container {
  max-width: 800px;
  width: 100%;
  margin: 3rem auto;
  padding: 1rem;
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.faq-container h2 {
  text-align: center;
  margin-bottom: 1rem;
  color: #444444;
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: normal;
}

.faq-section-heading {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #444444;
  margin: 2.5rem 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border-left: 4px solid #835a18;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  background: linear-gradient(135deg, rgba(235, 231, 223, 0.98) 0%, rgba(220, 215, 207, 0.98) 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.faq-section-heading i {
  color: #835a18;
  font-size: 1.1rem;
}

.faq-item {
  margin-bottom: 10px;
}
.faq-item.is-open .faq-icon i {
  transform: rotate(180deg);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  background: linear-gradient(135deg, #1b2c47, #204577);
  color: #ffffff;
  border: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  outline: none;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, filter 0.2s ease-in-out;
}
.faq-question .faq-icon {
  margin-left: 1rem;
  display: flex;
  align-items: center;
}
.faq-question .faq-icon i {
  font-size: 0.9rem;
  transition: transform 0.4s ease-in-out;
}
.faq-question:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #2e4149, #151f23);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
.faq-question:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.faq-question:focus-visible {
  outline: 2px solid #e8c26d;
  outline-offset: 2px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 15px;
  background: #f7f7f7;
  border-left: 4px solid #835a18;
  border-radius: 0.25rem;
  margin-top: 5px;
}
.faq-answer p,
.faq-answer ul li {
  font-family: "Inter", sans-serif !important;
  margin: 10px 15px;
  font-size: 1.1rem;
  color: #444444;
  line-height: 1.6;
}
.faq-answer ul {
  padding-left: 2rem;
}

.faq-content .content > ul.checklist {
  padding-left: 0 !important;
}

.faq-answer > ul.checklist {
  padding-left: 1rem !important;
}

@media (max-width: 768px) {
  .faq-container h2 {
    font-size: 2rem;
  }
  .faq-section-heading {
    font-size: 1.125rem;
  }
  .faq-section-heading i {
    font-size: 0.875rem;
  }
  .faq-question {
    font-size: 1rem;
    line-height: 1.6;
    padding: 0.85rem 0.9rem;
  }
  .faq-answer p,
  .faq-answer ul li {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}
#site-header {
  position: relative;
  z-index: 9999;
}

header {
  background-color: #151f23;
  color: #f0f0f0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 0 2rem;
  /* =========================
     CART - HEADER ACTIONS
     ========================= */
}
header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 5rem;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}
header .logo {
  display: flex;
  align-items: center;
}
header .logo a {
  display: flex;
  align-items: center;
}
header .logo img {
  height: 4rem;
  width: auto;
  display: block;
}
header .menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
  /*    &:hover i.fas.fa-bars {
        color: variables.$color-gold-light;
        @include animations.wiggle-icon;
      }
  */
}
header .menu-toggle i.fas {
  font-size: 1.5rem;
  color: #f0f0f0;
  transition: color 0.3s ease, transform 0.3s ease;
}
header .menu-toggle:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
header .menu-toggle i.fas.fa-bars {
  background: none;
  padding: 0;
  border-radius: 0;
}
@media (hover: hover) and (pointer: fine) {
  header .menu-toggle:hover i.fas.fa-bars {
    color: #e8c26d;
    transition: transform 0.3s ease;
  }
  header .menu-toggle:hover i.fas.fa-bars:hover {
    transform: rotate(10deg);
  }
}
header .menu-toggle:hover i.fas.fa-times {
  color: #e8c26d;
  transition: transform 0.6s ease;
}
header .menu-toggle:hover i.fas.fa-times:hover {
  transform: rotate(180deg);
}
header .nav-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  opacity: 1;
  transform: translateY(0);
  transition: none;
}
header .nav-menu.open {
  display: flex;
  animation: fadeSlideDown 0.3s ease forwards;
}
header .nav-menu.closing {
  display: flex;
  animation: fadeSlideUp 0.3s ease forwards;
}
header .nav-menu .nav-item {
  position: relative;
}
header .nav-menu .nav-item.has-dropdown:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .nav-menu .nav-item a,
header .nav-menu .nav-item span {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: #f0f0f0;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
header .nav-menu .nav-item a:hover,
header .nav-menu .nav-item span:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #e8c26d;
}
header .nav-menu .nav-item .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #151f23;
  border-radius: 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 20;
}
header .nav-menu .nav-item .dropdown a,
header .nav-menu .nav-item .dropdown span {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #f0f0f0;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
header .nav-menu .nav-item .dropdown a:hover,
header .nav-menu .nav-item .dropdown span:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #e8c26d;
}
header .nav-menu .nav-item .dropdown-item {
  position: relative;
}
header .nav-menu .nav-item .dropdown-item.has-submenu:hover > .level-2 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header .nav-menu .nav-item .dropdown-item.has-submenu > span::after {
  content: "›";
  float: right;
  opacity: 0.6;
}
header .nav-menu .nav-item .level-2 {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 220px;
  background: #151f23;
  border-radius: 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.25s ease;
}
header .user-toggle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
header .user-toggle i {
  font-size: 1.125rem;
  color: #f0f0f0;
  transition: color 0.3s ease;
}
header .user-toggle:hover {
  background: rgba(255, 255, 255, 0.18);
}
header .user-toggle:hover i {
  color: #e8c26d;
}
header .user-toggle.is-logged-in {
  background: rgba(232, 194, 109, 0.14);
}
header .user-toggle.is-logged-in:hover {
  background: rgba(232, 194, 109, 0.24);
}
header .user-menu {
  position: relative;
  flex-shrink: 0;
}
header .user-toggle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
header .user-toggle i {
  font-size: 1.125rem;
  color: #f0f0f0;
  transition: color 0.3s ease;
}
header .user-toggle:hover {
  background: rgba(255, 255, 255, 0.18);
}
header .user-toggle:hover i {
  color: #e8c26d;
}
header .user-toggle--button {
  appearance: none;
  -webkit-appearance: none;
}
header .user-toggle.is-logged-in {
  background: rgba(232, 194, 109, 0.14);
}
header .user-toggle.is-logged-in i {
  color: rgb(236, 217, 174.5);
}
header .user-toggle.is-logged-in:hover {
  background: rgba(232, 194, 109, 0.24);
}
header .user-dropdown {
  position: absolute;
  top: calc(100% + 0.65rem);
  right: 0;
  min-width: 180px;
  background: #151f23;
  border-radius: 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  z-index: 20;
}
header .user-dropdown a {
  display: block;
  padding: 0.65rem 1rem;
  color: #f0f0f0;
  font-size: 0.875rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
header .user-dropdown a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #e8c26d;
}
header .user-menu.is-open .user-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .user-menu.is-open .user-toggle i {
  color: #e8c26d;
}
header .theme-toggle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
header .theme-toggle i {
  font-size: 1.25rem;
  color: #f0f0f0;
  transition: color 0.3s ease;
}
header .theme-toggle:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
header .theme-toggle:hover i {
  color: #e8c26d;
}
header a.active {
  color: #e8c26d;
  font-weight: bold;
  border-bottom: 2px solid #e8c26d;
}
header .header-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}
header .cart-toggle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(232, 194, 109, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
header .cart-toggle i {
  font-size: 1.125rem;
  color: #f0f0f0;
  transition: color 0.3s ease;
}
header .cart-toggle:hover {
  background: rgba(232, 194, 109, 0.24);
}
header .cart-toggle:hover i {
  color: #e8c26d;
}
header .cart-count {
  position: absolute;
  top: -0.3rem;
  right: -0.25rem;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.2rem;
  border-radius: 999px;
  background: #e8c26d;
  color: #151f23;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.1rem;
  text-align: center;
  box-shadow: 0 0 0 2px #151f23;
}
header .mobile-account {
  display: none;
}
@media (max-width: 992px) {
  header {
    padding: 0 0.5rem;
  }
  header .header-container {
    padding: 0 0.35rem;
    height: 4.5rem;
  }
  header .user-toggle {
    width: 2.35rem;
    height: 2.35rem;
  }
  header .user-toggle i {
    font-size: 1.1rem;
  }
  header .mobile-account {
    display: block;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  header .mobile-account a {
    font-weight: 500;
  }
  header .menu-toggle {
    display: flex;
    padding: 0.4rem;
    margin-right: 0.2rem;
  }
  header .menu-toggle i.fas {
    font-size: 1.75rem;
  }
  header .logo {
    margin: 0 auto;
  }
  header .logo img {
    height: 3.1rem;
  }
  header .header-actions {
    gap: 0.35rem;
  }
  header .cart-toggle,
  header .theme-toggle {
    width: 2.35rem;
    height: 2.35rem;
  }
  header .theme-toggle i {
    font-size: 1.2rem;
  }
  header .cart-count {
    top: -0.22rem;
    right: -0.18rem;
    min-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.6rem;
  }
  header .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem;
    background-color: #151f23;
    z-index: 11;
  }
  header .nav-menu.open {
    display: flex;
  }
  header .nav-menu .nav-item {
    width: 100%;
  }
  header .nav-menu .nav-item a {
    width: 100%;
    padding: 0.5rem 0;
    font-size: 0.875rem;
  }
  header .nav-menu .nav-item.has-dropdown > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-left: 0;
  }
  header .nav-menu .nav-item.has-dropdown > span::after {
    content: "›";
    opacity: 0.6;
    transition: transform 0.25s ease;
    margin-left: 0.5rem;
  }
  header .nav-menu .nav-item.has-dropdown.open > span::after {
    transform: rotate(90deg);
  }
  header .nav-menu .nav-item .dropdown-item.has-submenu > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  header .nav-menu .nav-item .dropdown-item.has-submenu > span::after {
    content: "›";
    float: none;
    opacity: 0.6;
    transition: transform 0.25s ease;
    margin-left: 0.5rem;
  }
  header .nav-menu .nav-item .dropdown-item.has-submenu.open > span::after {
    transform: rotate(90deg);
  }
  header .nav-menu .nav-item.has-dropdown > .level-1 {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    min-width: 100%;
    box-shadow: none;
    padding: 0.5rem 0 0.25rem 1rem;
    margin-top: 0.25rem;
  }
  header .nav-menu .nav-item.has-dropdown.open > .level-1 {
    display: block;
  }
  header .nav-menu .nav-item .dropdown-item .level-2 {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    min-width: 100%;
    box-shadow: none;
    padding: 0.25rem 0 0.25rem 1rem;
    margin-top: 0.25rem;
  }
  header .nav-menu .nav-item .dropdown-item.has-submenu.open > .level-2 {
    display: block;
  }
  header .nav-menu .dropdown,
  header .nav-menu .level-2 {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding-left: 1rem;
  }
  header .nav-menu.has-submenu > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  header .nav-menu .has-submenu > span::after {
    content: "›";
    float: none;
    opacity: 0.6;
    transition: transform 0.25s ease;
    margin-left: 0.5rem;
  }
  header .nav-menu.has-submenu.open > span::after {
    transform: rotate(90deg);
  }
  header .nav-menu .dropdown-item .level-2 {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    min-width: 100%;
    box-shadow: none;
    padding: 0.25rem 0 0.25rem 1rem;
    margin-top: 0.25rem;
  }
  header .nav-menu .dropdown-item.has-submenu.open > .level-2 {
    display: block;
  }
}
@media (max-width: 768px) {
  header .logo {
    margin: 0 auto;
  }
  header .logo img {
    height: 2.5rem;
  }
}
header.force-mobile {
  padding: 0 0.5rem;
}
header.force-mobile .header-container {
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0.35rem;
  height: 4.5rem;
}
header.force-mobile .menu-toggle {
  display: flex;
  padding: 0.4rem;
  margin-right: 0.2rem;
}
header.force-mobile .menu-toggle i.fas {
  font-size: 1.75rem;
}
header.force-mobile .logo {
  margin: 0 auto;
}
header.force-mobile .logo img {
  height: 3.1rem;
}
header.force-mobile .theme-toggle {
  width: 2.35rem;
  height: 2.35rem;
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
}
header.force-mobile .theme-toggle i {
  font-size: 1.2rem;
}
header.force-mobile .nav-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  background-color: #151f23;
  z-index: 11;
}
header.force-mobile .nav-menu.open {
  display: flex;
}
header.force-mobile .nav-menu .nav-item {
  width: 100%;
}
header.force-mobile .nav-menu .nav-item a {
  width: 100%;
  padding: 0.5rem 0;
  font-size: 0.875rem;
}

.footer {
  background-color: #093749;
  background: linear-gradient(90deg, rgb(28, 38, 43) 0%, rgb(9, 55, 73) 52%, rgb(21, 31, 35) 100%);
  color: #f0f0f0;
  padding: 2rem 0;
}
.footer .footer-inner {
  max-width: 992px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1rem;
  gap: 2rem;
}
.footer .footer-links-row {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 4rem;
}
.footer .footer-links-row .footer-col {
  flex: 1 1 160px;
}
.footer .footer-links-row .footer-col h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.footer .footer-links-row .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links-row .footer-col ul li {
  margin-bottom: 0.3333333333rem;
}
.footer .footer-links-row .footer-col ul li a {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #f0f0f0;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.footer .footer-links-row .footer-col ul li a:hover {
  color: #e8c26d;
  background-color: #2e4149;
}
.footer .footer-links-row .footer-info-row {
  flex-basis: 100%;
  margin-top: 2rem;
  font-size: 0.875rem;
  color: #f0f0f0;
}
.footer .footer-links-row .footer-info-row p {
  margin-bottom: 0.5rem;
}
.footer .footer-links-row .footer-info-row .footer-address {
  font-style: italic;
}
.footer .footer-col-logo {
  flex: 1 1 240px;
  max-width: 240px;
}
.footer .footer-col-logo .footer-logo-bg {
  padding: 1rem;
  border-radius: 50%;
  display: inline-block;
}
.footer .footer-col-logo .footer-logo-bg img {
  max-width: 220px;
  height: auto;
  display: block;
}
.footer .footer-col-logo .footer-logo-text {
  margin-top: 1rem;
}
.footer .footer-col-logo .footer-logo-text p {
  font-size: 0.875rem;
  color: #f0f0f0;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.footer .footer-col-logo .footer-logo-text p.footer-address {
  font-style: italic;
}
.footer .footer-description {
  flex-basis: 100%;
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.footer .footer-description p {
  margin: 0 0 0.5rem 0;
}
.footer .footer-description address {
  font-style: italic;
  margin: 0;
}

.footer-bottom {
  background-color: #151f23;
  color: #f0f0f0;
  font-size: 0.75rem;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
}
.footer-bottom p {
  margin: 0;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  .footer .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer-col,
  .footer .footer-col-logo {
    width: 100%;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-col ul li a {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 992px) {
  .footer .footer-col {
    margin-bottom: 2rem;
  }
  .footer .footer-col:last-child {
    margin-bottom: 0;
  }
}
/* Default Light Theme */
body {
  background-color: #f9f9f9;
  color: #444444;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

/* Dark Theme */
.dark-theme {
  /* Tooltip overrides for dark theme using tooltip-dark class */
  /* Theme toggle icon color in dark mode */
  /* Form - signup */
}
.dark-theme body {
  background-color: #1c1c1c;
  color: #dddddd;
}
.dark-theme .header,
.dark-theme .footer,
.dark-theme .nav-menu {
  background-color: #151f23;
  color: #f0f0f0;
}
.dark-theme .tooltip-dark {
  --tooltip-bg: $color-white;
  --tooltip-text: $color-dark;
}
.dark-theme .header-container .theme-toggle.tooltip-dark {
  --tooltip-bg: $color-white;
  --tooltip-text: $color-dark;
}
.dark-theme .theme-toggle i {
  color: #e8c26d;
}
.dark-theme .light-bg,
.dark-theme .split-section.light,
.dark-theme .callout-banner.white {
  background: rgb(17.8, 17.8, 17.8);
  color: #dddddd;
}
.dark-theme .light-bg p,
.dark-theme .light-bg div,
.dark-theme .light-bg ul,
.dark-theme .light-bg ul li,
.dark-theme .split-section.light p,
.dark-theme .split-section.light div,
.dark-theme .split-section.light ul,
.dark-theme .split-section.light ul li,
.dark-theme .callout-banner.white p,
.dark-theme .callout-banner.white div,
.dark-theme .callout-banner.white ul,
.dark-theme .callout-banner.white ul li {
  color: #dddddd;
}
.dark-theme .split-section.light h1,
.dark-theme .split-section.light h2,
.dark-theme .split-section.light h3, .dark-theme .split-section.blue h1,
.dark-theme .split-section.blue h2,
.dark-theme .split-section.blue h3 {
  background: linear-gradient(180deg, rgb(236.1644970414, 205.0449704142, 135.4355029586), #e8c26d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark-theme .workshop-column.gold {
  background: linear-gradient(135deg, #5c4216 0%, #997530 100%);
  color: #444444;
}
.dark-theme .workshop-column.gold .intro-block div,
.dark-theme .workshop-column.gold .intro-block p,
.dark-theme .workshop-column.gold .intro-block ul,
.dark-theme .workshop-column.gold .intro-block ul li {
  color: #dddddd;
}
.dark-theme .workshop-column.gold .intro-block h2 {
  color: #e8c26d;
}
.dark-theme .signup {
  background: linear-gradient(135deg, #000, #2a2a2a);
  color: #dddddd;
}
.dark-theme .signup h2 {
  color: #e8c26d;
}
.dark-theme .signup .signup-form {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-theme .signup .form-field input {
  background: rgba(255, 255, 255, 0.08);
  color: #dddddd;
  border-color: rgba(255, 255, 255, 0.18);
}
.dark-theme .signup .form-field input::placeholder {
  color: rgba(221, 221, 221, 0.6);
}
.dark-theme .signup .form-field input:hover {
  border-color: rgba(255, 255, 255, 0.28);
}
.dark-theme .signup .signup-note {
  opacity: 0.85;
}
.dark-theme .signup.gold {
  background: linear-gradient(135deg, #5c4216 0%, #997530 100%);
  color: #444444;
}
.dark-theme .signup.gold .signup-title h2 {
  color: #e8c26d;
}
.dark-theme .signup.gold .signup-subtitle,
.dark-theme .signup.gold .signup-note {
  color: #dddddd;
}
.dark-theme .signup.gold .signup-form {
  background: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
.dark-theme .signup.gold input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  background: #ffffff;
  color: #444444;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.dark-theme .signup.gold input::placeholder {
  color: rgba(68, 68, 68, 0.55);
}
.dark-theme .signup.gold input:hover {
  border-color: rgba(0, 0, 0, 0.25);
}
.dark-theme .signup.gold input:focus-visible {
  outline: none;
  border-color: #e8c26d;
  box-shadow: 0 0 0 3px rgba(232, 194, 109, 0.35);
}
.dark-theme .signup.gold input:invalid:focus-visible {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.25);
}
.dark-theme .workshop-column.light-bg h1,
.dark-theme .workshop-column.light-bg h2,
.dark-theme .workshop-column.light-bg h3,
.dark-theme .callout-banner.white h1,
.dark-theme .callout-banner.white h2,
.dark-theme .callout-banner.white h3 {
  background: linear-gradient(180deg, rgb(236.1644970414, 205.0449704142, 135.4355029586), #e8c26d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark-theme .button.btn-outline {
  border-color: rgba(255, 255, 255, 0.3);
  color: #dddddd;
}
.dark-theme .button.btn-outline:hover {
  border-color: #e8c26d;
  color: #e8c26d;
}
.dark-theme .button.btn-light {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #dddddd;
}
.dark-theme .button.btn-light:hover {
  border-color: #e8c26d;
  color: #e8c26d;
  background: rgba(232, 194, 109, 0.1);
}

/* Icon hover style */
.theme-toggle i {
  cursor: pointer;
  transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

html,
body {
  min-height: 100%;
}

body:has(.coming-soon-page) {
  margin: 0;
  background: #151f23;
}

.coming-soon-page {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: clamp(2rem, 5vw, 5rem) 1rem;
  background: radial-gradient(circle at center 15%, rgba(232, 194, 109, 0.18), transparent 26rem), radial-gradient(circle at bottom left, rgba(84, 98, 102, 0.22), transparent 30rem), linear-gradient(180deg, #071015 0%, #151f23 45%, #050708 100%);
  color: #f0f0f0;
}
.coming-soon-page__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.35), transparent 35%, rgba(0, 0, 0, 0.35));
  pointer-events: none;
}
.coming-soon-page__particles {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(232, 194, 109, 0.75) 0 1px, transparent 1.5px);
  background-size: 90px 90px;
  opacity: 0.12;
  animation: coming-soon-particles 18s linear infinite;
  pointer-events: none;
}
.coming-soon-page__wave {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -8rem;
  height: 18rem;
  background: radial-gradient(ellipse at center, rgba(232, 194, 109, 0.25), transparent 65%);
  filter: blur(2.2rem);
  opacity: 0.55;
  animation: coming-soon-wave 7s ease-in-out infinite alternate;
  pointer-events: none;
}
.coming-soon-page__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  margin: 0 auto;
  text-align: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(232, 194, 109, 0.16);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
  .coming-soon-page__inner {
    padding: 2rem 1rem;
    background: rgba(0, 0, 0, 0.08);
    border-color: rgba(232, 194, 109, 0.12);
    box-shadow: none;
  }
}
.coming-soon-page__brand {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #f0f0f0;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
}
.coming-soon-page__brand i {
  color: #e8c26d;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .coming-soon-page__brand {
    position: static;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }
}
.coming-soon-page__logo-wrap {
  position: relative;
  width: clamp(7rem, 16vw, 12rem);
  height: clamp(7rem, 16vw, 12rem);
  display: grid;
  place-items: center;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .coming-soon-page__logo-wrap {
    width: 6.5rem;
    height: 6.5rem;
    margin-bottom: 1rem;
  }
}
.coming-soon-page__logo {
  width: 72%;
  height: auto;
  filter: drop-shadow(0 0 1rem rgba(232, 194, 109, 0.35)) drop-shadow(0 0 2rem rgba(0, 0, 0, 0.65));
  animation: coming-soon-logo-float 4s ease-in-out infinite;
}
.coming-soon-page__orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(232, 194, 109, 0.28);
  animation: coming-soon-orbit 7s linear infinite;
}
.coming-soon-page__orbit::before {
  content: "";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: #e8c26d;
  box-shadow: 0 0 1.4rem rgba(232, 194, 109, 0.95);
}
.coming-soon-page__orbit::after {
  content: "";
  position: absolute;
  inset: -0.5rem;
  border-radius: 50%;
  border-top: 2px solid rgba(232, 194, 109, 0.85);
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
}
.coming-soon-page__tagline {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #e8c26d;
}
.coming-soon-page__tagline span {
  margin: 0 0.4rem;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .coming-soon-page__tagline {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
  }
}
.coming-soon-page__title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 0.4rem 1.4rem rgba(0, 0, 0, 0.55);
}
@media (max-width: 768px) {
  .coming-soon-page__title {
    font-size: clamp(2.6rem, 14vw, 4rem);
  }
}
.coming-soon-page__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1rem auto 2rem;
  color: #e8c26d;
}
.coming-soon-page__divider span {
  width: min(7rem, 22vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 194, 109, 0.85), transparent);
}
.coming-soon-page__divider i {
  font-size: 1.25rem;
}
.coming-soon-page__text {
  max-width: 44rem;
  margin: 0 auto 2rem;
  font-size: 1.25rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.84);
}
@media (max-width: 768px) {
  .coming-soon-page__text {
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 1rem;
  }
}
.coming-soon-page__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin: 2rem auto;
}
@media (max-width: 768px) {
  .coming-soon-page__cards {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1rem auto;
  }
}
.coming-soon-page__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.coming-soon-page__actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 13rem;
}
@media (max-width: 768px) {
  .coming-soon-page__actions {
    flex-direction: column;
    margin-top: 1rem;
  }
  .coming-soon-page__actions .button {
    width: 100%;
  }
}

.coming-soon-card {
  padding: 2rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(232, 194, 109, 0.22);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media (max-width: 768px) {
  .coming-soon-card {
    padding: 1rem;
  }
}
.coming-soon-card__icon {
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(232, 194, 109, 0.1);
  color: #e8c26d;
}
.coming-soon-card__icon i {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .coming-soon-card__icon {
    width: 2.75rem;
    height: 2.75rem;
  }
  .coming-soon-card__icon i {
    font-size: 1.25rem;
  }
}
.coming-soon-card h2 {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: normal;
  color: #ffffff;
}
@media (max-width: 768px) {
  .coming-soon-card h2 {
    font-size: 1.5rem;
  }
}
.coming-soon-card__eyebrow {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #e8c26d;
}
@media (max-width: 768px) {
  .coming-soon-card__eyebrow {
    margin-bottom: 0.5rem;
  }
}
.coming-soon-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}
@media (max-width: 768px) {
  .coming-soon-card p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@keyframes coming-soon-orbit {
  to {
    transform: rotate(360deg);
  }
}
@keyframes coming-soon-logo-float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-0.35rem) scale(1.015);
  }
}
@keyframes coming-soon-particles {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 180px -180px;
  }
}
@keyframes coming-soon-wave {
  from {
    transform: translateX(-2rem) scaleX(1);
  }
  to {
    transform: translateX(2rem) scaleX(1.08);
  }
}
@media (prefers-reduced-motion: reduce) {
  .coming-soon-page__particles,
  .coming-soon-page__orbit,
  .coming-soon-page__logo,
  .coming-soon-page__wave {
    animation: none;
  }
}
html,
body {
  min-height: 100%;
}

body:has(.error-page) {
  margin: 0;
  background: #151f23;
}

.error-page {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: clamp(2rem, 5vw, 5rem) 1rem;
  background: radial-gradient(circle at center 15%, rgba(232, 194, 109, 0.16), transparent 26rem), radial-gradient(circle at bottom left, rgba(84, 98, 102, 0.22), transparent 30rem), linear-gradient(180deg, #071015 0%, #151f23 45%, #050708 100%);
  color: #f0f0f0;
}
.error-page__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.35), transparent 35%, rgba(0, 0, 0, 0.35));
  pointer-events: none;
}
.error-page__particles {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(232, 194, 109, 0.7) 0 1px, transparent 1.5px);
  background-size: 90px 90px;
  opacity: 0.1;
  animation: error-page-particles 18s linear infinite;
  pointer-events: none;
}
.error-page__wave {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -8rem;
  height: 18rem;
  background: radial-gradient(ellipse at center, rgba(232, 194, 109, 0.22), transparent 65%);
  filter: blur(2.2rem);
  opacity: 0.55;
  animation: error-page-wave 7s ease-in-out infinite alternate;
  pointer-events: none;
}
.error-page__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(232, 194, 109, 0.16);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
  .error-page__inner {
    padding: 2rem 1rem;
    background: rgba(0, 0, 0, 0.08);
    border-color: rgba(232, 194, 109, 0.12);
    box-shadow: none;
  }
}
.error-page__brand {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #f0f0f0;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
}
.error-page__brand i {
  color: #e8c26d;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .error-page__brand {
    position: static;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }
}
.error-page__logo-wrap {
  position: relative;
  width: clamp(7rem, 16vw, 11rem);
  height: clamp(7rem, 16vw, 11rem);
  display: grid;
  place-items: center;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .error-page__logo-wrap {
    width: 6.5rem;
    height: 6.5rem;
    margin-bottom: 1rem;
  }
}
.error-page__logo {
  width: 72%;
  height: auto;
  filter: drop-shadow(0 0 1rem rgba(232, 194, 109, 0.35)) drop-shadow(0 0 2rem rgba(0, 0, 0, 0.65));
  animation: error-page-logo-float 4s ease-in-out infinite;
}
.error-page__orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(232, 194, 109, 0.28);
  animation: error-page-orbit 7s linear infinite;
}
.error-page__orbit::before {
  content: "";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: #e8c26d;
  box-shadow: 0 0 1.4rem rgba(232, 194, 109, 0.95);
}
.error-page__orbit::after {
  content: "";
  position: absolute;
  inset: -0.5rem;
  border-radius: 50%;
  border-top: 2px solid rgba(232, 194, 109, 0.85);
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
}
.error-page__eyebrow {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e8c26d;
}
.error-page__title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 0.4rem 1.4rem rgba(0, 0, 0, 0.55);
}
@media (max-width: 768px) {
  .error-page__title {
    font-size: clamp(2.4rem, 13vw, 3.6rem);
  }
}
.error-page__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1rem auto 2rem;
  color: #e8c26d;
}
.error-page__divider span {
  width: min(7rem, 22vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 194, 109, 0.85), transparent);
}
.error-page__divider i {
  font-size: 1.25rem;
}
.error-page__text {
  max-width: 42rem;
  margin: 0 auto 2rem;
  font-size: 1.25rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.84);
}
@media (max-width: 768px) {
  .error-page__text {
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 1rem;
  }
}
.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.error-page__actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 13rem;
}
@media (max-width: 768px) {
  .error-page__actions {
    flex-direction: column;
    margin-top: 1rem;
  }
  .error-page__actions .button {
    width: 100%;
  }
}

@keyframes error-page-orbit {
  to {
    transform: rotate(360deg);
  }
}
@keyframes error-page-logo-float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-0.35rem) scale(1.015);
  }
}
@keyframes error-page-particles {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 180px -180px;
  }
}
@keyframes error-page-wave {
  from {
    transform: translateX(-2rem) scaleX(1);
  }
  to {
    transform: translateX(2rem) scaleX(1.08);
  }
}
@media (prefers-reduced-motion: reduce) {
  .error-page__particles,
  .error-page__orbit,
  .error-page__logo,
  .error-page__wave {
    animation: none;
  }
}
.print-order-page {
  padding: 3rem 1rem;
  background: #f4f4f4;
  color: #222;
}
.print-order-page__inner {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 3rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .print-order-page__inner {
    padding: 1rem;
  }
}

.print-order-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 768px) {
  .print-order-header {
    flex-direction: column;
  }
}
.print-order-header__brand {
  min-width: 0;
}
.print-order-header .print-order-header__logo-img {
  max-height: 60px;
  width: auto;
}
.print-order-header__logo {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: #111;
}
.print-order-header__sub {
  margin-top: 0.2rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
}
.print-order-header__meta {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #999;
}

.print-order-block {
  margin-bottom: 2rem;
}
.print-order-block__title {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: #111;
}
.print-order-block__title-sm {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  color: #111;
}
.print-order-block__text {
  margin: 0;
  line-height: 1.6;
  color: #333;
}
.print-order-block .print-order-company {
  display: none;
  margin-top: 2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #555;
  text-align: center;
}

.print-order-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .print-order-grid {
    grid-template-columns: 1fr;
  }
}

.print-order-info-list {
  display: grid;
  gap: 0.35rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #333;
}

.print-order-table-wrap {
  overflow-x: auto;
}

.print-order-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.print-order-table th,
.print-order-table td {
  padding: 0.8rem 0.7rem;
  border: 1px solid #d9d9d9;
  text-align: left;
  vertical-align: top;
}
.print-order-table th {
  background: #f3f3f3;
  color: #111;
  font-weight: 700;
}
.print-order-table td {
  color: #333;
}
.print-order-table tbody tr.discount-row td {
  padding-left: 1.2rem;
  color: #555;
}
.print-order-table tbody tr.discount-row td:last-child {
  color: #1b7d5a;
}
.print-order-table .print-order-detail-note {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.9em;
  color: #555;
}

.print-order-summary-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}

.print-order-summary {
  width: 100%;
  max-width: 420px;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  padding: 1rem;
  background: #fafafa;
}
.print-order-summary__line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.45rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
}
.print-order-summary__line--strong {
  margin-top: 0.2rem;
  padding-top: 0.7rem;
  border-top: 1px solid #d9d9d9;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
}
.print-order-summary__line--discount span:last-child {
  color: #1b7d5a;
}
.print-order-summary__line--balance {
  font-size: 1rem;
  font-weight: 700;
}
.print-order-summary__line--balance span:last-child {
  font-size: 1.25rem;
}

.print-order-actions {
  margin-top: 3rem;
  text-align: center;
}

@media print {
  body {
    background: #fff !important;
  }
  .no-print,
  .site-header,
  nav,
  footer,
  #return-to-top {
    display: none !important;
  }
  .print-order-page {
    padding: 0;
    background: #fff;
  }
  .print-order-page__inner {
    max-width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  .print-order-grid,
  .print-order-header {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1.5rem;
  }
  .print-order-header {
    align-items: start;
  }
  .print-order-header__brand {
    min-width: 0;
  }
  .print-order-header__meta {
    text-align: right;
    justify-self: end;
    align-self: start;
  }
  .print-order-summary-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
  }
  .print-order-summary {
    max-width: 420px;
    width: 100%;
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .print-order-block,
  .print-order-grid,
  .print-order-table-wrap,
  .print-order-summary-row {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .print-order-company {
    display: block !important;
  }
  .print-order-page__inner {
    padding: 0.5rem 0;
  }
  .print-order-table th,
  .print-order-table td {
    padding: 0.45rem 0.5rem;
  }
  .print-order-block {
    margin-bottom: 1.5rem;
  }
}

/*# sourceMappingURL=main.css.map */
