/* Fantastic CA - main styles
   last touched: 28.07.2026 @anna
   NOTE: still cleaning leftover names from v1 launch, don't rename everything at once
*/

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/fraunces-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/fraunces-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #0d0c0a;
  --surface: #14110e;
  --panel: #1c1813;
  --lift: #262018;
  --gold: #c9a84c;
  --goldSoft: #d4b86a;
  --cream: #f0e6d4;
  --muted: #c9bda8;
  --line: rgba(201, 168, 76, 0.28);
  --ok: #7d9b6a;
  --bad: #c45c4a;
  --r: 4px;
  --maxw: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --hdr: 76px;
  --fDisplay: "Fraunces", Georgia, serif;
  --fBody: "Manrope", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--fBody);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--cream);
  background: var(--ink);
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--goldSoft);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--cream);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

h1,
h2,
h3,
h4 {
  font-family: var(--fDisplay);
  font-weight: 700;
  line-height: 1.2;
  color: var(--cream);
  margin: 0 0 0.75rem;
}

h1 {
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  letter-spacing: -0.02em;
}
h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
}
h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
}
h4 {
  font-size: 1.1rem;
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
}
ul,
ol {
  color: var(--muted);
}

.skipLink {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skipLink:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  z-index: 10000;
  padding: 0.75rem 1rem;
  background: var(--gold);
  color: var(--ink);
  font-weight: 700;
}

.wrap {
  width: min(100% - 2rem, var(--maxw)) !important;
  margin-inline: auto;
}

/* header - sticky solid surface (no glass blur) */
.main-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: var(--ink);
  border-bottom: 1px solid var(--line);
}

.main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--hdr);
  gap: 1rem;
}

.logoBox {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--cream);
}

.logoBox__mark {
  font-family: var(--fDisplay);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--gold);
}

.logoBox__tag {
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mainNav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.mainNav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.1rem;
}

.mainNav a {
  color: var(--cream);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.mainNav a:hover,
.mainNav a[aria-current="page"] {
  color: var(--gold);
}

.menuToggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--cream);
  cursor: pointer;
  border-radius: var(--r);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menuToggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--gold);
}

.mw-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s var(--ease),
    visibility 0.3s;
  z-index: 950;
}

.mw-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sideDrawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(320px, 88vw);
  height: 100%;
  background: var(--panel);
  border-left: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform 0.35s var(--ease);
  z-index: 960;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sideDrawer.is-open {
  transform: translateX(0);
}

.sideDrawer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawerClose {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--cream);
  font-size: 1.4rem;
  cursor: pointer;
  border-radius: var(--r);
}

.sideDrawer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.sideDrawer a {
  color: var(--cream);
  text-decoration: none;
  font-size: 1.1rem;
  padding: 0.4rem 0;
}

.card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.85rem 1.35rem;
  border-radius: var(--r);
  border: 1px solid transparent;
  font-family: var(--fBody);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.card-btn:hover {
  transform: translateY(-1px);
}

.card-btn--gold,
.btnGold {
  background: var(--gold);
  color: var(--ink);
}

.card-btn--gold:hover,
.btnGold:hover {
  background: var(--goldSoft);
  color: var(--ink) !important;
}

.card-btn--ghost,
.btnGhost {
  background: transparent;
  color: var(--cream);
  border-color: var(--line);
}

.card-btn--ghost:hover,
.btnGhost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.btnSoft {
  background: var(--lift);
  color: var(--cream);
  border-color: var(--line);
}

.mediaBox {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.mediaBox > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mediaBox__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    120deg,
    rgba(8, 7, 5, 0.88) 10%,
    rgba(8, 7, 5, 0.45) 55%,
    rgba(8, 7, 5, 0.7) 100%
  );
  pointer-events: none;
}

.mediaBox__body {
  position: relative;
  z-index: 2;
}

/* typo left from launch week, referenced in a few templates - keep */
.hero-baner,
.hero-section {
  min-height: min(88vh, 820px);
  display: flex;
  align-items: flex-end;
  padding: 5rem 0 4rem;
}

.kicker {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.85rem;
  font-weight: 600;
}

.heroLead {
  max-width: 38rem;
  font-size: 1.12rem;
  color: var(--cream);
  opacity: 0.9;
}

.ctaRow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.content-block,
.secton-dark {
  padding: 4.5rem 0;
}

.content-block--tight {
  padding: 3rem 0;
}

.secton-dark,
.panelBg {
  background: var(--surface);
}

.elevBg {
  background: var(--panel);
}

.twoCol {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}

.twoCol--flip {
  grid-template-columns: 0.95fr 1.05fr;
}
.twoCol--flip .twoCol__visual {
  order: 2;
}

.imgFrame {
  position: relative;
  min-height: 360px;
  border: 1px solid var(--line);
}

.imgFrame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.imgFrame--tall {
  min-height: 460px;
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.35rem;
}

.infoCard,
.pricin-card {
  background: var(--lift);
  border: 1px solid var(--line);
  padding: 1.4rem;
}

.infoCard h3,
.infoCard h4,
.pricin-card h3 {
  color: var(--goldSoft);
}

.infoCard p:last-child,
.pricin-card p:last-child {
  margin-bottom: 0;
}

.bandBlock {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  padding: 3.5rem 0;
}

.quoteBox {
  border-left: 3px solid var(--gold);
  padding: 0.4rem 0 0.4rem 1.1rem;
  margin: 1.2rem 0;
}

.quoteBox p {
  color: var(--cream);
  font-family: var(--fDisplay);
  font-size: 1.2rem;
  font-weight: 500;
}

.quoteBox cite {
  color: var(--muted);
  font-style: normal;
  font-size: 0.9rem;
}

.galleryGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.galleryGrid__item {
  position: relative;
  min-height: 200px;
  overflow: hidden;
  border: 1px solid var(--line);
  margin: 0;
}

.galleryGrid__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faqList details {
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}

.faqList summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--cream);
  list-style: none;
}

.faqList summary::-webkit-details-marker {
  display: none;
}
.faqList summary::after {
  content: "+";
  float: right;
  color: var(--gold);
}
.faqList details[open] summary::after {
  content: "–";
}

.contactForm,
.app-form {
  display: grid;
  gap: 1rem;
  background: var(--lift);
  border: 1px solid var(--line);
  padding: 1.5rem;
}

.fieldRow {
  display: grid;
  gap: 0.4rem;
}

.fieldRow label {
  font-size: 0.9rem;
  color: var(--cream);
  font-weight: 600;
}

.fieldRow input,
.fieldRow select,
.fieldRow textarea {
  width: 100%;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--line);
  background: var(--ink);
  color: var(--cream);
  font-family: var(--fBody);
  font-size: 1rem;
  border-radius: var(--r);
}

.fieldRow textarea {
  min-height: 140px;
  resize: vertical;
}

.checkLine {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  color: var(--muted);
  font-size: 0.92rem;
}

.checkLine input {
  margin-top: 0.3rem;
}

.tableWrap {
  overflow-x: auto;
  border: 1px solid var(--line);
}

.dataTable {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.dataTable th,
.dataTable td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.dataTable th {
  color: var(--gold);
  font-weight: 600;
  background: var(--lift);
}

.badge {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  font-size: 0.78rem;
  border-radius: var(--r);
  border: 1px solid var(--line);
}

.badge--free {
  color: var(--ok);
  border-color: rgba(125, 155, 106, 0.45);
}
.badge--limited {
  color: var(--gold);
}
.badge--full {
  color: var(--bad);
  border-color: rgba(196, 92, 74, 0.45);
}

.mapBox {
  border: 1px solid var(--line);
  min-height: 360px;
  overflow: hidden;
}

.mapBox iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
  filter: grayscale(0.35) contrast(1.05);
}

.legalCopy {
  max-width: 760px;
}
.legalCopy h2 {
  margin-top: 2.2rem;
}
.legalCopy h3 {
  margin-top: 1.4rem;
}

.stepList {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}

.stepList li {
  position: relative;
  padding: 1.1rem 1.1rem 1.1rem 4rem;
  background: var(--lift);
  border: 1px solid var(--line);
  color: var(--muted);
}

.stepList li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 1rem;
  top: 1.1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: var(--ink);
  font-weight: 700;
}

.site-footer {
  background: #090807;
  border-top: 1px solid var(--line);
  padding: 3.5rem 0 2rem;
  margin-top: 2rem;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2rem;
}

.site-footer h3 {
  font-size: 1rem;
  color: var(--gold);
  margin-bottom: 0.9rem;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.site-footer a {
  color: var(--muted);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--gold);
}

.footerBrand {
  font-family: var(--fDisplay);
  font-size: 1.5rem;
  color: var(--gold);
  margin-bottom: 0.6rem;
}

.footerMeta {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.88rem;
}

.ageGate {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.ageGate.is-visible {
  display: flex;
}

.ageGate__veil {
  position: absolute;
  inset: 0;
  background: rgba(5, 4, 3, 0.88);
}

.ageGate__panel {
  position: relative;
  z-index: 1;
  width: min(460px, 100%);
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.cookieBar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  background: var(--panel);
  border-top: 1px solid var(--line);
  padding: 1rem 0;
  transform: translateY(110%);
  opacity: 0;
  transition:
    transform 0.4s var(--ease),
    opacity 0.4s var(--ease);
}

.cookieBar.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.cookieBar.is-hiding {
  transform: translateY(110%);
  opacity: 0;
}

.cookieBar__inner {
  width: min(100% - 2rem, var(--maxw));
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.cookieBar__text {
  flex: 1 1 280px;
  margin: 0;
  color: var(--cream);
  font-size: 0.95rem;
}

.cookieBar__actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.successModal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.successModal.is-open {
  display: flex;
}

.successModal__veil {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.successModal__panel {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.modalX {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--cream);
  cursor: pointer;
  border-radius: var(--r);
}

.listCheck {
  padding-left: 1.1rem;
}
.listCheck li {
  margin-bottom: 0.55rem;
}

.hl {
  color: var(--cream);
}

.tocBox {
  background: var(--lift);
  border: 1px solid var(--line);
  padding: 1.2rem 1.4rem;
  margin: 1.5rem 0 2rem;
}

.tocBox ol {
  margin: 0.4rem 0 0;
}

/* odd leftover from events calendar widget experiment @tom 12.06 */
.calStrip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.calStrip__day {
  border: 1px solid var(--line);
  padding: 1rem;
  background: var(--lift);
}

.calStrip__day strong {
  display: block;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

@media (max-width: 960px) {
  .mainNav ul {
    display: none;
  }
  .menuToggle {
    display: inline-flex;
  }
  .twoCol,
  .twoCol--flip {
    grid-template-columns: 1fr;
  }
  .twoCol--flip .twoCol__visual {
    order: 0;
  }
  .grid3,
  .galleryGrid,
  .calStrip {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .grid3,
  .grid2,
  .galleryGrid,
  .calStrip,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
  .hero-baner,
  .hero-section {
    min-height: 72vh;
    padding-top: 4rem;
  }
  .mainNav .card-btn {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
