
/* /app/styles/tailwind.css */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: "JetBrains Mono", "SF Mono", Menlo, monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  body {
    font-family: var(--sans);
    background: var(--paper);
    color: var(--ink);
    font-size: 16px;
    line-height: 1.6;
    font-feature-settings: "ss01", "cv11";
    min-height: 100dvh;
  }
  ::-moz-selection {
    background: var(--honey);
    color: var(--ink);
  }
  ::selection {
    background: var(--honey);
    color: var(--ink);
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  button {
    font-family: inherit;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    color: inherit;
  }
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
/* ---------- Containers ---------- */
.container-editorial {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 var(--pad-x);
  }
.container-prose {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 var(--pad-x);
  }
.section-y {
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
    position: relative;
  }
.section-divider {
    width: 100%;
    height: 1px;
    background: var(--line);
  }
/* ---------- Grid pattern overlay (richroll) ---------- */
.grid-pattern {
    position: relative;
  }
.grid-pattern::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        rgba(26, 15, 4, 0.05) 1px,
        transparent 1px
      ),
      linear-gradient(90deg, rgba(26, 15, 4, 0.05) 1px, transparent 1px);
    background-size: 64px 64px;
    pointer-events: none;
    z-index: 0;
  }
.grid-pattern > * {
    position: relative;
    z-index: 1;
  }
/* ---------- Type system ---------- */
.eyebrow {
    font-family: var(--display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--honey-deep);
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
.eyebrow::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--honey-deep);
    opacity: 1;
  }
.eyebrow-bare {
    font-family: var(--display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--honey-deep);
  }
.display {
    font-family: var(--display);
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--ink);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
.display-xl {
    font-size: clamp(56px, 9vw, 132px);
  }
.display-l {
    font-size: clamp(48px, 7vw, 104px);
  }
.display-m {
    font-size: clamp(34px, 5vw, 60px);
  }
.display-s {
    font-size: clamp(26px, 3.4vw, 40px);
  }
.italic-accent {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 500;
    text-transform: none;
    letter-spacing: -0.01em;
    color: var(--honey-deep);
  }
.lead {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 500;
    font-size: clamp(20px, 2.4vw, 28px);
    line-height: 1.4;
    color: var(--ink-soft);
    max-width: 54ch;
  }
.body-prose {
    font-family: var(--sans);
    font-size: 17px;
    line-height: 1.78;
    color: var(--ink-soft);
    max-width: 60ch;
  }
.body-prose p + p {
    margin-top: 1.2em;
  }
.label-meta {
    font-family: var(--display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--honey-deep);
  }
.numeric {
    font-family: var(--mono);
    font-feature-settings: "tnum";
    letter-spacing: -0.02em;
  }
.pull-quote {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.25;
    color: var(--ink);
    max-width: 22ch;
  }
.pull-quote::before {
    content: "\201C";
    font-size: 1.3em;
    color: var(--honey);
    line-height: 0;
    vertical-align: -0.4em;
    margin-right: 0.1em;
  }
/* ---------- Buttons ---------- */
.btn-ed {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: var(--display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 16px 28px;
    border-radius: 999px;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    transition: transform 0.4s var(--ease), background 0.4s var(--ease),
      color 0.4s var(--ease), border-color 0.4s var(--ease);
  }
.btn-ed:active {
    transform: translateY(1px) scale(0.985);
  }
.btn-primary {
    background: var(--ink);
    color: var(--paper);
  }
.btn-primary:hover {
    background: var(--honey-deep);
    transform: translateY(-2px);
  }
.btn-ghost {
    border-color: var(--line-strong);
    color: var(--ink);
  }
.btn-ghost:hover {
    background: var(--ink);
    color: var(--paper);
    border-color: var(--ink);
  }
.btn-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
    color: var(--ink);
    font-family: var(--display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: color 0.4s var(--ease), gap 0.3s var(--ease);
  }
.btn-link:hover {
    color: var(--honey-deep);
    gap: 16px;
  }
.btn-arrow {
    transition: transform 0.4s var(--ease);
    display: inline-block;
  }
.btn-ed:hover .btn-arrow,
  .btn-link:hover .btn-arrow {
    transform: translateX(4px);
  }
/* ---------- Chips ---------- */
.chip {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--ink-soft);
    background: transparent;
  }
.chip-honey {
    background: var(--honey);
    color: var(--ink);
    border-color: var(--honey);
  }
/* ---------- Section header (split) ---------- */
.section-header {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
    padding-bottom: 60px;
    align-items: end;
  }
.section-header .right {
    padding-bottom: 8px;
  }
@media (max-width: 880px) {
    .section-header {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }
/* ---------- Card row (podcast / list item) ---------- */
.card-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 32px;
    padding: 28px 0;
    border-top: 1px solid var(--line);
    transition: padding 0.4s var(--ease), background 0.4s var(--ease);
  }
.card-row:last-child {
    border-bottom: 1px solid var(--line);
  }
.card-row:hover {
    padding-left: 14px;
    padding-right: 14px;
    background: var(--paper-soft);
  }
.card-row .num {
    font-family: var(--mono);
    font-size: 14px;
    color: var(--ink-quiet);
  }
/* Cover thumbnail in the left cell of a podcast card row. */
.card-row .card-row-cover {
    width: clamp(104px, 13vw, 164px);
  }
.card-row .card-row-cover img,
  .card-row .card-row-cover .ph {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    background: var(--paper-deep);
  }
.card-row .card-row-cover .num {
    display: block;
    margin-top: 8px;
  }
.card-row .title {
    font-family: var(--serif);
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.15;
  }
.card-row .\!title {
    font-family: var(--serif) !important;
    font-size: clamp(24px, 2.4vw, 34px) !important;
    line-height: 1.15 !important;
  }
.card-row .meta {
    font-size: 15px;
    color: var(--ink-mute);
    margin-top: 7px;
  }
.card-row .play {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid var(--line-strong);
    display: grid;
    place-items: center;
    transition: all 0.4s var(--ease);
  }
.card-row:hover .play {
    background: var(--ink);
    border-color: var(--ink);
  }
.card-row:hover .play svg path {
    fill: var(--paper);
  }
/* ---------- Photo treatments ---------- */
.photo-warm {
    position: relative;
    overflow: hidden;
    background: var(--paper-deep);
  }
.photo-warm img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: saturate(0.78) contrast(0.96) sepia(0.08);
    transition: transform 1.6s var(--ease-out), filter 0.8s var(--ease-out);
  }
.photo-warm:hover img {
    transform: scale(1.04);
    filter: saturate(0.92) contrast(1) sepia(0.04);
  }
.photo-square {
    aspect-ratio: 1 / 1;
  }
.photo-wide {
    aspect-ratio: 16 / 10;
  }
.photo-book {
    aspect-ratio: 2 / 3;
  }
/* Full-width header banner on the event detail page. Sits below the
     fixed navbar, edge to edge. */
.event-detail-banner {
    width: 100%;
    margin-top: clamp(72px, 9vw, 100px);
    overflow: hidden;
  }
.event-detail-banner img {
    display: block;
    width: 100%;
    height: clamp(240px, 38vw, 500px);
    -o-object-fit: cover;
       object-fit: cover;
  }
/* Registration card on the event detail page — sits beside the event
     content in a two-column layout. */
.event-register-card {
    background: var(--paper-soft);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: clamp(24px, 3vw, 38px);
  }
/* Welcoming section — video on the left, text on the right. */
.welcoming-video {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--line);
    padding: 0;
    cursor: pointer;
    background: var(--paper-deep);
    box-shadow: 0 24px 50px -25px rgba(24, 20, 16, 0.35);
    transition: transform 0.5s var(--ease);
  }
button.welcoming-video {
    font: inherit;
    color: inherit;
  }
.welcoming-video:hover {
    transform: translateY(-3px);
  }
.welcoming-video > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
.welcoming-video__ph {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--paper-soft) 0%, var(--paper-deep) 100%);
  }
.welcoming-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--honey);
    color: var(--ink);
    display: grid;
    place-items: center;
    box-shadow: 0 12px 30px rgba(24, 20, 16, 0.35);
    transition: transform 0.3s var(--ease), background 0.3s var(--ease);
  }
button.welcoming-video:hover .welcoming-video__play {
    transform: translate(-50%, -50%) scale(1.08);
    background: var(--honey-light);
  }
/* ----------- Featured event card (used on homepage + /events) -----------
     Image-left, content-right layout with a date stamp overlaid on the
     image, a chip, and an embedded countdown inside the content column.
     Collapses to a stacked layout below 960px. */
.featured-event {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    background: var(--paper-warm);
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 30px 60px -40px rgba(24, 20, 16, 0.25);
    color: inherit;
    text-decoration: none;
  }
@media (max-width: 960px) {
    .featured-event {
      grid-template-columns: 1fr;
    }
  }
.featured-event__media {
    position: relative;
    min-height: 440px;
    background: var(--paper-deep);
    overflow: hidden;
  }
.featured-event__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: saturate(0.85) contrast(0.97);
    transition: transform 1.6s var(--ease);
  }
.featured-event:hover .featured-event__media img {
    transform: scale(1.03);
  }
.featured-event__date {
    position: absolute;
    top: 28px;
    left: 28px;
    background: var(--paper);
    padding: 18px 22px;
    border-radius: 6px;
    box-shadow: 0 12px 30px -16px rgba(24, 20, 16, 0.35);
    text-align: center;
    min-width: 108px;
    border-top: 3px solid var(--honey);
  }
.featured-event__date .day {
    display: block;
    font-family: var(--serif);
    font-size: 46px;
    font-weight: 400;
    line-height: 1;
    color: var(--ink);
    letter-spacing: -0.02em;
  }
.featured-event__date .month {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--honey-deep);
  }
.featured-event__date .year {
    display: block;
    margin-top: 4px;
    font-family: var(--mono);
    font-size: 11px;
    color: var(--ink-mute);
  }
.featured-event__chip {
    position: absolute;
    top: 28px;
    right: 28px;
    background: var(--ink);
    color: var(--paper);
    padding: 8px 16px;
    border-radius: 999px;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }
.featured-event__content {
    padding: clamp(32px, 4vw, 48px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
  }
.featured-event__cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
  }
/* Small date stamp used in the secondary event grid */
.event-card__small-date {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--paper);
    padding: 10px 14px;
    border-radius: 4px;
    text-align: center;
    border-top: 2px solid var(--honey);
    box-shadow: 0 8px 18px -10px rgba(24, 20, 16, 0.25);
    z-index: 2;
  }
.event-card__small-date .d {
    display: block;
    font-family: var(--serif);
    font-size: 26px;
    line-height: 1;
    color: var(--ink);
    letter-spacing: -0.02em;
  }
.event-card__small-date .m {
    display: block;
    margin-top: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--honey-deep);
  }
/* Signature overlay — sits on top of a .photo-warm portrait at the
     size set in admin (hero.signature_width/_bottom/_right). Overrides
     the global .photo-warm img defaults (width:100%, object-fit:cover,
     hover scale) so the signature renders at its natural ratio. */
.photo-warm img.hero-signature,
  img.hero-signature {
    position: absolute;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 3;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: none;
    filter: drop-shadow(0 2px 8px rgba(24, 20, 16, 0.28));
  }
.photo-warm:hover img.hero-signature {
    transform: none;
    filter: drop-shadow(0 2px 8px rgba(24, 20, 16, 0.28));
  }
/* ---------- Marquee ---------- */
.marquee {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 18px 0;
    overflow: hidden;
    white-space: nowrap;
    background: linear-gradient(
      90deg,
      var(--paper-deep) 0%,
      var(--paper-soft) 50%,
      var(--paper-deep) 100%
    );
  }
.marquee-track {
    display: inline-flex;
    gap: 60px;
    animation: marquee 40s linear infinite;
    font-family: var(--display);
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--ink-soft);
    opacity: 0.55;
    will-change: transform;
  }
.marquee-track span {
    display: inline-flex;
    align-items: center;
    gap: 60px;
  }
.marquee-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--honey);
    display: inline-block;
  }
@keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
/* ---------- Forms (editorial) ---------- */
.field-ed {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 22px;
  }
.field-ed label {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ink-mute);
  }
.field-ed input,
  .field-ed textarea,
  .field-ed select {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--line-strong);
    padding: 12px 0;
    font-family: var(--serif);
    font-size: 18px;
    color: var(--ink);
    transition: border-color 0.4s var(--ease);
    border-radius: 0;
  }
.field-ed input:focus,
  .field-ed textarea:focus,
  .field-ed select:focus {
    outline: none;
    border-bottom-color: var(--ink);
  }
.field-ed textarea {
    min-height: 140px;
    resize: vertical;
    line-height: 1.5;
  }
.field-ed .help {
    font-size: 12px;
    color: var(--ink-mute);
    margin-top: 4px;
  }
.field-ed .error {
    font-size: 12px;
    color: var(--rust);
    margin-top: 4px;
  }
.field-ed.has-error input,
  .field-ed.has-error textarea {
    border-bottom-color: var(--rust);
  }
/* ---------- Event registration input ---------- */
.ev-input {
    width: 100%;
    font-family: var(--sans);
    font-size: 16px;
    color: var(--ink);
    background: var(--paper);
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    padding: 12px 14px;
    transition: border-color 0.2s var(--ease);
  }
.ev-input:focus {
    outline: none;
    border-color: var(--ink);
  }
/* ---------- Nav (editorial) ---------- */
.nav-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 80;
    padding: 8px var(--pad-x);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #dcbb5e 0%, #c79b3a 55%, #a87f24 100%);
    border-bottom: 1px solid rgba(26, 15, 4, 0.18);
    transition: padding 0.4s var(--ease), box-shadow 0.3s var(--ease);
  }
.nav-top.is-scrolled {
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: 0 10px 30px -16px rgba(58, 36, 8, 0.55);
  }
.nav-top .brand {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    color: var(--ink);
  }
.nav-top .brand b {
    font-family: var(--display);
    font-style: normal;
    font-weight: 800;
    font-size: 19px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: block;
    color: var(--ink);
  }
.nav-top .brand span {
    font-family: var(--display);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ink-soft);
    opacity: 0.8;
    margin-top: 5px;
  }
.nav-top nav.nav-center {
    display: flex;
    gap: 34px;
    align-items: center;
  }
.nav-top nav.nav-center a {
    font-family: var(--display);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink);
    opacity: 0.85;
    position: relative;
    transition: opacity 0.3s var(--ease);
  }
.nav-top nav.nav-center a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 1px;
    background: var(--ink);
    transform-origin: right center;
    transform: scaleX(0);
    transition: transform 0.5s var(--ease);
  }
.nav-top nav.nav-center a:hover,
  .nav-top nav.nav-center a.is-active {
    opacity: 1;
  }
.nav-top nav.nav-center a:hover::after,
  .nav-top nav.nav-center a.is-active::after {
    transform-origin: left center;
    transform: scaleX(1);
  }
.nav-cta {
    font-family: var(--display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 11px 22px;
    border: 1px solid rgba(26, 15, 4, 0.4);
    border-radius: 999px;
    color: var(--ink);
    transition: all 0.4s var(--ease);
  }
.nav-cta:hover {
    background: var(--ink);
    color: var(--paper);
    border-color: var(--ink);
  }
/* Unified right-side auth actions (Dashboard / Admin / Log out / Upgrade) —
     all share one identical treatment so none stands out. */
.nav-act {
    font-family: var(--display);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink);
    opacity: 0.78;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.3s var(--ease);
  }
.nav-act:hover {
    opacity: 1;
  }
@media (max-width: 900px) {
    .nav-top nav.nav-center {
      display: none;
    }
  }
/* ---------- Desktop nav dropdown ---------- */
.nav-dd {
    position: relative;
    display: flex;
    align-items: center;
  }
.nav-dd-trigger {
    font-family: var(--display);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink);
    opacity: 0.85;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.3s var(--ease);
  }
.nav-dd:hover .nav-dd-trigger,
  .nav-dd:focus-within .nav-dd-trigger,
  .nav-dd-trigger.is-active {
    opacity: 1;
  }
.nav-dd-caret {
    width: 10px;
    height: 10px;
    transition: transform 0.3s var(--ease);
  }
.nav-dd:hover .nav-dd-caret,
  .nav-dd:focus-within .nav-dd-caret {
    transform: rotate(180deg);
  }
.nav-dd-panel {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    min-width: 210px;
    background: var(--paper);
    border: 1px solid var(--line-strong);
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: 0 24px 48px -24px rgba(24, 20, 16, 0.45);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition: opacity 0.25s var(--ease), transform 0.25s var(--ease),
      visibility 0.25s;
    z-index: 80;
  }
/* Invisible bridge so the cursor can cross the gap without closing. */
.nav-dd-panel::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
  }
.nav-dd:hover .nav-dd-panel,
  .nav-dd:focus-within .nav-dd-panel {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
.nav-top nav.nav-center .nav-dd-panel a {
    font-family: var(--display);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink);
    opacity: 0.8;
    padding: 9px 14px;
    border-radius: 7px;
    white-space: nowrap;
    transition: background 0.2s var(--ease), opacity 0.2s var(--ease);
  }
.nav-top nav.nav-center .nav-dd-panel a::after {
    display: none;
  }
.nav-top nav.nav-center .nav-dd-panel a:hover,
  .nav-top nav.nav-center .nav-dd-panel a.is-active {
    opacity: 1;
    background: var(--line);
  }
/* ---------- Mobile menu drawer ---------- */
/* Solid paper surface — deliberately NOT glass, so every link is
     fully legible. Faint editorial grid for material warmth only. */
.m-drawer {
    position: fixed;
    inset: 0;
    z-index: 70;
    background: var(--paper);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    animation: m-drawer-in 0.3s var(--ease) both;
  }
.m-drawer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(var(--line) 1px, transparent 1px),
      linear-gradient(90deg, var(--line) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.35;
    pointer-events: none;
  }
.m-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line-strong);
  }
.m-nav {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
  }
.m-nav-item {
    display: flex;
    align-items: baseline;
    gap: 20px;
    padding: 22px 2px;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    text-decoration: none;
    opacity: 0;
    transform: translateY(12px);
    animation: m-rise 0.55s var(--ease) forwards;
    animation-delay: calc(var(--i, 0) * 65ms + 110ms);
    transition: color 0.3s var(--ease), padding-left 0.3s var(--ease);
  }
.m-nav-item:hover {
    color: var(--rust);
    padding-left: 8px;
  }
.m-nav-item:active {
    transform: translateY(1px);
  }
.m-nav-item .m-idx {
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.12em;
    color: var(--ink-quiet);
    flex: none;
    width: 26px;
  }
.m-nav-item.is-active,
  .m-nav-item.is-active .m-idx {
    color: var(--rust);
  }
button.m-nav-item {
    background: none;
    border: none;
    width: 100%;
    cursor: pointer;
    text-align: left;
  }
.m-nav-group {
    border-bottom: 1px solid var(--line);
  }
.m-nav-group .m-nav-item {
    border-bottom: none;
  }
.m-nav-caret {
    width: 18px;
    height: 18px;
    flex: none;
    color: var(--ink-quiet);
    transition: transform 0.3s var(--ease);
  }
.m-nav-caret.is-open {
    transform: rotate(180deg);
  }
.m-nav-sub {
    display: flex;
    flex-direction: column;
    padding: 0 2px 18px 46px;
  }
.m-nav-sub a {
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(20px, 5vw, 26px);
    letter-spacing: -0.01em;
    color: var(--ink);
    opacity: 0.72;
    text-decoration: none;
    padding: 12px 0;
    transition: color 0.3s var(--ease), opacity 0.3s var(--ease),
      padding-left 0.3s var(--ease);
  }
.m-nav-sub a:hover {
    color: var(--rust);
    opacity: 1;
    padding-left: 8px;
  }
.m-nav-sub a.is-active {
    color: var(--rust);
    opacity: 1;
  }
.m-actions {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    opacity: 0;
    transform: translateY(12px);
    animation: m-rise 0.55s var(--ease) forwards;
    animation-delay: calc(var(--count, 5) * 65ms + 160ms);
  }
@keyframes m-drawer-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
@keyframes m-rise {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
@media (prefers-reduced-motion: reduce) {
    .m-drawer,
    .m-nav-item,
    .m-actions {
      animation: none;
      opacity: 1;
      transform: none;
    }
  }
/* ---------- Footer ---------- */
.footer-ed {
    position: relative;
    overflow: hidden;
    padding: 90px 0 32px;
    background: linear-gradient(180deg, #dcbb5e 0%, #c79b3a 45%, #a87f24 100%);
    border-top: 1px solid rgba(26, 15, 4, 0.28);
    color: var(--ink-soft);
  }
.footer-ed::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(26, 15, 4, 0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(26, 15, 4, 0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
  }
.footer-ed > * {
    position: relative;
  }
.footer-ed .footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 60px;
  }
.footer-ed h4 {
    font-family: var(--display);
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 22px;
    color: var(--ink);
  }
.footer-ed ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
.footer-ed li {
    margin-bottom: 14px;
  }
.footer-ed li a {
    font-family: var(--sans);
    font-size: 18px;
    color: var(--ink-2, var(--ink-soft));
    opacity: 0.85;
    transition: color 0.3s var(--ease), opacity 0.3s var(--ease);
  }
.footer-ed li a:hover {
    color: var(--ink);
    opacity: 1;
  }
.footer-ed .socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
  }
.footer-ed .socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--line-strong);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-soft);
    opacity: 0.85;
    transition: background 0.25s var(--ease), color 0.25s var(--ease),
      border-color 0.25s var(--ease), transform 0.25s var(--ease),
      opacity 0.25s var(--ease);
  }
.footer-ed .socials a:hover {
    background: var(--ink);
    color: #e9c75a;
    border-color: var(--ink);
    opacity: 1;
    transform: translateY(-2px);
  }
.footer-ed .socials svg {
    width: 16px;
    height: 16px;
  }
.footer-ed .footer-baseline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 28px;
    border-top: 1px solid rgba(26, 15, 4, 0.22);
    font-family: var(--display);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-soft);
    gap: 16px;
    flex-wrap: wrap;
  }
.footer-ed .footer-baseline a:hover {
    color: var(--ink);
  }
@media (max-width: 880px) {
    .footer-ed .footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }
  }
@media (max-width: 640px) {
    .footer-ed .footer-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }
  }
/* ---------- Dark section (richroll inversion) ---------- */
.section-dark {
    position: relative;
    background: radial-gradient(
        ellipse at 20% 20%,
        rgba(199, 155, 58, 0.12) 0%,
        transparent 55%
      ),
      radial-gradient(
        ellipse at 90% 90%,
        rgba(179, 96, 31, 0.12) 0%,
        transparent 55%
      ),
      linear-gradient(150deg, var(--d-ink) 0%, var(--d-walnut) 55%, var(--d-molasses) 100%);
    color: var(--d-cream-2);
    border-top: 1px solid var(--d-line-strong);
    border-bottom: 1px solid var(--d-line-strong);
  }
.section-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(244, 234, 208, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(244, 234, 208, 0.035) 1px, transparent 1px);
    background-size: 70px 70px;
    pointer-events: none;
  }
.section-dark > * {
    position: relative;
  }
.section-dark .display,
  .section-dark .display-l,
  .section-dark .display-m,
  .section-dark .display-s {
    color: var(--d-cream);
  }
.section-dark .italic-accent {
    color: var(--honey-light);
  }
.section-dark .eyebrow,
  .section-dark .eyebrow-bare,
  .section-dark .label-meta {
    color: var(--honey);
  }
.section-dark .eyebrow::before {
    background: var(--honey);
  }
.section-dark .body-prose,
  .section-dark .lead {
    color: rgba(244, 234, 208, 0.78);
  }
.section-dark .btn-link {
    color: var(--honey-light);
  }
.section-dark .btn-link:hover {
    color: var(--honey);
  }
/* ---------- Podcast: master spotlight + richroll card grid ---------- */
.pod-master {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 64px;
    align-items: center;
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--d-line-strong);
  }
@media (max-width: 900px) {
    .pod-master {
      grid-template-columns: 1fr;
      gap: 40px;
    }
  }
.pod-master .pm-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--honey);
    margin-bottom: 22px;
  }
.pod-master .pm-tag .live {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--honey);
    box-shadow: 0 0 10px var(--honey);
    animation: pulse-dot 1.8s ease-in-out infinite;
  }
@keyframes pulse-dot {
    0%,
    100% {
      opacity: 1;
    }
    50% {
      opacity: 0.4;
    }
  }
.pod-master h3 {
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(28px, 3.4vw, 46px);
    font-weight: 500;
    line-height: 1.18;
    color: var(--d-cream);
    margin-bottom: 18px;
  }
.pod-master .pm-desc {
    font-family: var(--sans);
    font-size: clamp(20px, 1.7vw, 25px);
    line-height: 1.62;
    color: var(--d-cream-2);
    opacity: 0.9;
    margin-bottom: 26px;
    max-width: 44ch;
  }
.pod-feature {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 4px;
    background: radial-gradient(
        ellipse at 35% 35%,
        rgba(227, 194, 112, 0.38) 0%,
        transparent 60%
      ),
      linear-gradient(135deg, #2a1a07 0%, #5d3f12 60%, #b3852f 100%);
    border: 1px solid var(--d-line-strong);
    display: block;
    width: 100%;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 30px 60px -25px rgba(0, 0, 0, 0.6);
  }
.pod-feature > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
  }
.pod-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.66) 100%);
  }
.pod-feature .big-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: var(--honey);
    color: var(--d-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: transform 0.3s var(--ease), background 0.3s var(--ease);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  }
.pod-feature:hover .big-play {
    transform: translate(-50%, -50%) scale(1.08);
    background: var(--honey-light);
  }
.pod-feature .pf-cap {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 26px;
    z-index: 2;
  }
.pod-feature .pf-cap .t {
    font-family: var(--serif);
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 600;
    color: var(--paper);
    line-height: 1.2;
  }
.pod-feature .pf-cap .d {
    margin-top: 8px;
    font-family: var(--display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(244, 234, 208, 0.7);
  }
/* ---------- Popup video player (centered card) ---------- */
.video-popup {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(24, 20, 16, 0.72);
    backdrop-filter: blur(6px);
    display: grid;
    place-items: center;
    padding: 24px;
  }
.video-popup__frame {
    width: 100%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
    border: 1px solid var(--d-line-strong);
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.55);
    position: relative;
  }
.video-popup__frame iframe,
  .video-popup__frame video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }
.video-popup__close {
    position: absolute;
    top: clamp(14px, 2.4vw, 26px);
    right: clamp(14px, 2.4vw, 30px);
    z-index: 10;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(244, 239, 228, 0.9);
    border: 1px solid rgba(244, 239, 228, 0.95);
    color: var(--ink);
    font-size: 18px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background 0.2s var(--ease);
  }
.video-popup__close:hover {
    background: rgba(255, 255, 255, 1);
  }
@media (max-width: 768px) {
    .video-popup {
      padding: 16px;
    }
  }
/* ---------- Spotlight carousel ---------- */
/* ---------- Spotlight carousel ---------- */
.pod-carousel__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 18px;
  }
.pod-carousel__arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--d-line-strong);
    background: transparent;
    color: var(--d-cream);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background 0.25s var(--ease), color 0.25s var(--ease),
      border-color 0.25s var(--ease);
  }
.pod-carousel__arrow:hover {
    background: var(--honey);
    color: var(--d-ink);
    border-color: var(--honey);
  }
.pod-carousel__dots {
    display: flex;
    gap: 9px;
  }
.pod-carousel__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: rgba(244, 234, 208, 0.28);
    transition: background 0.25s var(--ease), transform 0.25s var(--ease);
  }
.pod-carousel__dot.is-active {
    background: var(--honey);
    transform: scale(1.25);
  }
/* ---------- Popup video player (full-screen) ---------- */
.video-modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: #000;
  }
.video-modal__frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
  }
.video-modal__frame iframe,
  .video-modal__frame video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
.video-modal__close {
    position: absolute;
    top: clamp(14px, 2.4vw, 26px);
    right: clamp(14px, 2.4vw, 30px);
    z-index: 2;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(244, 239, 228, 0.18);
    border: 1px solid rgba(244, 239, 228, 0.45);
    color: var(--paper);
    font-size: 18px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background 0.2s var(--ease);
  }
.video-modal__close:hover {
    background: rgba(244, 239, 228, 0.35);
  }
/* ---------- Popup welcoming section (centered dialog) ---------- */
.welcoming-modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(24, 20, 16, 0.72);
    backdrop-filter: blur(6px);
    display: grid;
    place-items: center;
    padding: 24px;
  }
.welcoming-modal__content {
    background: var(--paper-soft);
    border-radius: 12px;
    box-shadow: 0 40px 80px -20px rgba(24, 20, 16, 0.45);
    max-width: 1100px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
  }
.welcoming-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(244, 239, 228, 0.9);
    border: 1px solid rgba(244, 239, 228, 0.95);
    color: var(--ink);
    font-size: 18px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background 0.2s var(--ease);
  }
.welcoming-modal__close:hover {
    background: rgba(255, 255, 255, 1);
  }
.welcoming-modal__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
.welcoming-modal__media {
    position: relative;
    overflow: hidden;
  }
.welcoming-modal__media .welcoming-video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 0;
    border: 0;
    box-shadow: none;
  }
.welcoming-modal__media .welcoming-video > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
.welcoming-modal__player {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
  }
.welcoming-modal__player iframe,
  .welcoming-modal__player video {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }
.welcoming-modal__text {
    padding: clamp(28px, 4vw, 48px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
@media (max-width: 768px) {
    .welcoming-modal {
      padding: 16px;
    }
    .welcoming-modal__grid {
      grid-template-columns: 1fr;
    }
    .welcoming-modal__text {
      padding: 24px;
    }
  }
/* ---------- Subscribe gate modal ---------- */
.subscribe-gate {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(24, 20, 16, 0.72);
    backdrop-filter: blur(6px);
    display: grid;
    place-items: center;
    padding: 24px;
  }
.subscribe-gate__content {
    background: var(--paper-soft);
    border-radius: 12px;
    box-shadow: 0 40px 80px -20px rgba(24, 20, 16, 0.45);
    max-width: 520px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    padding: clamp(32px, 4vw, 48px);
  }
.subscribe-gate__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(244, 239, 228, 0.9);
    border: 1px solid rgba(244, 239, 228, 0.95);
    color: var(--ink);
    font-size: 16px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background 0.2s var(--ease);
  }
.subscribe-gate__close:hover {
    background: rgba(255, 255, 255, 1);
  }
.subscribe-gate__body {
    text-align: center;
  }
.subscribe-gate__form {
    margin-top: 28px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
.subscribe-gate__form .field {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
.subscribe-gate__form .field label {
    font-family: var(--display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink-mute);
  }
.subscribe-gate__form .field input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid var(--line-strong);
    background: var(--paper);
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s var(--ease);
  }
.subscribe-gate__form .field input:focus {
    border-color: var(--honey);
  }
.subscribe-gate__form .field textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid var(--line-strong);
    background: var(--paper);
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s var(--ease);
    resize: vertical;
  }
.subscribe-gate__form .field textarea:focus {
    border-color: var(--honey);
  }
.subscribe-gate__error {
    color: #c0392b;
    font-size: 13px;
    text-align: center;
  }
@media (max-width: 640px) {
    .subscribe-gate {
      padding: 16px;
    }
    .subscribe-gate__content {
      padding: 28px 22px;
    }
  }
.episode {
    position: relative;
    background: var(--d-ink);
    border: 1px solid var(--d-line-strong);
    overflow: hidden;
    transition: transform 0.35s var(--ease), border-color 0.35s var(--ease),
      box-shadow 0.35s var(--ease);
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.6);
  }
.episode:hover {
    transform: translateY(-6px);
    border-color: var(--honey);
    box-shadow: 0 26px 50px -24px rgba(0, 0, 0, 0.7);
  }
.episode .thumb {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #2a1a07 0%, #5d3f12 60%, #b3852f 100%);
  }
.episode .thumb > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
  }
.episode .thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(
        ellipse at 30% 40%,
        rgba(227, 194, 112, 0.22) 0%,
        transparent 60%
      ),
      linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.62) 100%);
  }
.episode .thumb > svg {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 46%;
    height: 46%;
    opacity: 0.25;
    color: var(--paper);
    z-index: 1;
  }
.episode .play {
    position: absolute;
    bottom: 18px;
    left: 18px;
    z-index: 2;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--honey);
    color: var(--d-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: transform 0.25s var(--ease), background 0.25s var(--ease);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  }
.episode:hover .play {
    transform: scale(1.1);
    background: var(--honey-light);
  }
.episode .duration {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    padding: 4px 10px;
    background: rgba(14, 10, 6, 0.8);
    border: 1px solid var(--d-line-strong);
    color: var(--paper);
    font-family: var(--display);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    border-radius: 2px;
  }
.episode .ep-num {
    position: absolute;
    bottom: 18px;
    right: 18px;
    z-index: 2;
    font-family: var(--display);
    font-weight: 800;
    font-size: 32px;
    color: var(--paper);
    opacity: 0.6;
    letter-spacing: -0.02em;
  }
.episode-body .meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-family: var(--display);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--honey);
  }
.episode-body .meta .sep {
    color: var(--paper);
    opacity: 0.4;
  }
.episode:hover .episode-body h3 {
    color: var(--honey-light);
  }
.episode.is-archive .episode-body {
    justify-content: center;
  }
.episode.is-archive .arch {
    font-family: var(--display);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(244, 234, 208, 0.42);
    border: 1px dashed var(--d-line-strong);
    padding: 9px 14px;
    border-radius: 2px;
    display: inline-block;
    align-self: flex-start;
  }
/* ---------- Showcase grid ---------- */
.showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
@media (max-width: 1000px) {
    .showcase-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
@media (max-width: 640px) {
    .showcase-grid {
      grid-template-columns: 1fr;
    }
  }
.showcase-card {
    display: flex;
    flex-direction: column;
    background: var(--d-coffee);
    border: 1px solid var(--d-line-strong);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
    box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.6);
  }
.showcase-card:hover {
    transform: translateY(-4px);
    border-color: var(--honey);
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.7);
  }
.showcase-thumb {
    position: relative;
    background: var(--d-ink);
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    border: none;
  }
.showcase-thumb img {
    width: 100%;
    aspect-ratio: 16 / 10;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transition: transform 0.8s var(--ease);
  }
.showcase-card:hover .showcase-thumb img {
    transform: scale(1.04);
  }
.showcase-thumb .play {
    position: absolute;
    bottom: 14px;
    left: 14px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--honey);
    color: var(--d-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: transform 0.25s var(--ease), background 0.25s var(--ease);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  }
.showcase-card:hover .showcase-thumb .play {
    transform: scale(1.1);
    background: var(--honey-light);
  }
.showcase-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 24px 24px 28px;
    flex: 1;
  }
.showcase-title {
    font-family: var(--display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.25;
    color: var(--d-cream);
    text-transform: none;
  }
.showcase-card:hover .showcase-title {
    color: var(--honey-light);
  }
.showcase-desc {
    font-size: 14px;
    line-height: 1.6;
    color: var(--d-cream-2);
    opacity: 0.8;
  }
.showcase-cta {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 6px;
    font-family: var(--display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: var(--honey-deep);
    color: var(--paper);
    border: none;
    cursor: pointer;
    transition: background 0.25s var(--ease), transform 0.25s var(--ease);
    margin-top: auto;
  }
.showcase-cta:hover {
    background: var(--honey);
    transform: translateY(-2px);
  }
.pointer-events-none {
  pointer-events: none;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-5 {
  inset: -1.25rem;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-x-16 {
  left: 4rem;
  right: 4rem;
}
.inset-x-8 {
  left: 2rem;
  right: 2rem;
}
.-bottom-4 {
  bottom: -1rem;
}
.-left-2 {
  left: -0.5rem;
}
.-left-36 {
  left: -9rem;
}
.-left-4 {
  left: -1rem;
}
.-left-5 {
  left: -1.25rem;
}
.-right-2 {
  right: -0.5rem;
}
.-right-36 {
  right: -9rem;
}
.-right-4 {
  right: -1rem;
}
.-top-28 {
  top: -7rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-24 {
  bottom: 6rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-9 {
  bottom: 2.25rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/3 {
  left: 33.333333%;
}
.left-8 {
  left: 2rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-64 {
  top: 16rem;
}
.top-8 {
  top: 2rem;
}
.top-\[120px\] {
  top: 120px;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-96 {
  height: 24rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[32rem\] {
  height: 32rem;
}
.h-\[40rem\] {
  height: 40rem;
}
.h-\[44rem\] {
  height: 44rem;
}
.h-\[480px\] {
  height: 480px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[84\%\] {
  height: 84%;
}
.h-\[85vh\] {
  height: 85vh;
}
.h-\[96\%\] {
  height: 96%;
}
.h-\[calc\(100vh_-_140px\)\] {
  height: calc(100vh - 140px);
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[640px\] {
  max-height: 640px;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.min-h-\[100dvh\] {
  min-height: 100dvh;
}
.min-h-\[20px\] {
  min-height: 20px;
}
.min-h-\[390px\] {
  min-height: 390px;
}
.min-h-\[520px\] {
  min-height: 520px;
}
.min-h-\[58dvh\] {
  min-height: 58dvh;
}
.min-h-\[72dvh\] {
  min-height: 72dvh;
}
.min-h-\[calc\(100dvh_-_64px\)\] {
  min-height: calc(100dvh - 64px);
}
.min-h-full {
  min-height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-56 {
  width: 14rem;
}
.w-\[177\.78vh\] {
  width: 177.78vh;
}
.w-\[32rem\] {
  width: 32rem;
}
.w-\[40rem\] {
  width: 40rem;
}
.w-\[44rem\] {
  width: 44rem;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.min-w-\[640px\] {
  min-width: 640px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[11ch\] {
  max-width: 11ch;
}
.max-w-\[13ch\] {
  max-width: 13ch;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[42ch\] {
  max-width: 42ch;
}
.max-w-\[460px\] {
  max-width: 460px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[56ch\] {
  max-width: 56ch;
}
.max-w-\[58ch\] {
  max-width: 58ch;
}
.max-w-\[60vw\] {
  max-width: 60vw;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-\[680px\] {
  max-width: 680px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-3 {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.animate-\[blobFloat_22s_ease-in-out_infinite\] {
  animation: blobFloat 22s ease-in-out infinite;
}
.animate-\[blobFloat_25s_ease-in-out_infinite\] {
  animation: blobFloat 25s ease-in-out infinite;
}
.animate-\[blobFloat_28s_ease-in-out_infinite_reverse\] {
  animation: blobFloat 28s ease-in-out infinite reverse;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-grab {
  cursor: grab;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[clamp\(40px\2c 6vw\2c 100px\)\] {
  gap: clamp(40px, 6vw, 100px);
}
.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#7a5a1d\]\/20 {
  border-color: rgb(122 90 29 / 0.2);
}
.border-\[\#7a5a1d\]\/25 {
  border-color: rgb(122 90 29 / 0.25);
}
.border-\[\#7a5a1d\]\/30 {
  border-color: rgb(122 90 29 / 0.3);
}
.border-\[\#8a621e\]\/25 {
  border-color: rgb(138 98 30 / 0.25);
}
.border-\[\#9b6b1d\]\/25 {
  border-color: rgb(155 107 29 / 0.25);
}
.border-\[\#b6862d\]\/35 {
  border-color: rgb(182 134 45 / 0.35);
}
.border-\[\#c79b3a\]\/35 {
  border-color: rgb(199 155 58 / 0.35);
}
.border-\[\#cda24c\]\/45 {
  border-color: rgb(205 162 76 / 0.45);
}
.border-\[\#d2aa58\]\/50 {
  border-color: rgb(210 170 88 / 0.5);
}
.border-\[\#dfbd72\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 189 114 / var(--tw-border-opacity, 1));
}
.border-\[\#e2c07f\]\/45 {
  border-color: rgb(226 192 127 / 0.45);
}
.border-\[\#f5d78e\]\/35 {
  border-color: rgb(245 215 142 / 0.35);
}
.border-gold-light\/10 {
  border-color: rgb(90 63 26 / 0.1);
}
.border-gold-light\/15 {
  border-color: rgb(90 63 26 / 0.15);
}
.border-gold-light\/20 {
  border-color: rgb(90 63 26 / 0.2);
}
.border-gold-light\/25 {
  border-color: rgb(90 63 26 / 0.25);
}
.border-gold-light\/30 {
  border-color: rgb(90 63 26 / 0.3);
}
.border-gold-primary {
  --tw-border-opacity: 1;
  border-color: rgb(168 127 36 / var(--tw-border-opacity, 1));
}
.border-gold-primary\/30 {
  border-color: rgb(168 127 36 / 0.3);
}
.border-gold-primary\/50 {
  border-color: rgb(168 127 36 / 0.5);
}
.border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3);
}
.border-green-800\/30 {
  border-color: rgb(22 101 52 / 0.3);
}
.border-line {
  border-color: rgba(26, 15, 4, 0.12);
}
.border-line-strong {
  border-color: rgba(26, 15, 4, 0.22);
}
.border-paper\/30 {
  border-color: rgb(250 243 223 / 0.3);
}
.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}
.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.border-red-800\/30 {
  border-color: rgb(153 27 27 / 0.3);
}
.bg-\[\#2a1c08\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 28 8 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3a260c\]\/20 {
  background-color: rgb(58 38 12 / 0.2);
}
.bg-\[\#4b3218\] {
  --tw-bg-opacity: 1;
  background-color: rgb(75 50 24 / var(--tw-bg-opacity, 1));
}
.bg-\[\#4b3218\]\/30 {
  background-color: rgb(75 50 24 / 0.3);
}
.bg-\[\#b8872d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(184 135 45 / var(--tw-bg-opacity, 1));
}
.bg-\[\#c79b3a\]\/30 {
  background-color: rgb(199 155 58 / 0.3);
}
.bg-\[\#e9d7ac\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 215 172 / var(--tw-bg-opacity, 1));
}
.bg-\[\#efddb2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 221 178 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4e6c3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 230 195 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5d78e\]\/35 {
  background-color: rgb(245 215 142 / 0.35);
}
.bg-\[\#f5dda0\]\/60 {
  background-color: rgb(245 221 160 / 0.6);
}
.bg-\[\#f6dda0\]\/55 {
  background-color: rgb(246 221 160 / 0.55);
}
.bg-\[\#f6ecd1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 236 209 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7edcf\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 237 207 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8ecd1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 236 209 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8ecd1\]\/75 {
  background-color: rgb(248 236 209 / 0.75);
}
.bg-\[\#f9edcf\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 237 207 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffe7b7\]\/45 {
  background-color: rgb(255 231 183 / 0.45);
}
.bg-\[\#fff5dd\]\/80 {
  background-color: rgb(255 245 221 / 0.8);
}
.bg-\[\#fff5dd\]\/85 {
  background-color: rgb(255 245 221 / 0.85);
}
.bg-\[\#fff5dd\]\/90 {
  background-color: rgb(255 245 221 / 0.9);
}
.bg-\[\#fff7e3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 227 / var(--tw-bg-opacity, 1));
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-brown-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 236 / var(--tw-bg-opacity, 1));
}
.bg-brown-dark\/20 {
  background-color: rgb(255 250 236 / 0.2);
}
.bg-brown-dark\/30 {
  background-color: rgb(255 250 236 / 0.3);
}
.bg-brown-dark\/40 {
  background-color: rgb(255 250 236 / 0.4);
}
.bg-brown-dark\/50 {
  background-color: rgb(255 250 236 / 0.5);
}
.bg-brown-dark\/60 {
  background-color: rgb(255 250 236 / 0.6);
}
.bg-brown-dark\/85 {
  background-color: rgb(255 250 236 / 0.85);
}
.bg-brown-dark\/95 {
  background-color: rgb(255 250 236 / 0.95);
}
.bg-gold-light {
  --tw-bg-opacity: 1;
  background-color: rgb(90 63 26 / var(--tw-bg-opacity, 1));
}
.bg-gold-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(168 127 36 / var(--tw-bg-opacity, 1));
}
.bg-gold-primary\/10 {
  background-color: rgb(168 127 36 / 0.1);
}
.bg-gold-primary\/15 {
  background-color: rgb(168 127 36 / 0.15);
}
.bg-gold-primary\/20 {
  background-color: rgb(168 127 36 / 0.2);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2);
}
.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}
.bg-green-900\/50 {
  background-color: rgb(20 83 45 / 0.5);
}
.bg-ink {
  --tw-bg-opacity: 1;
  background-color: rgb(26 15 4 / var(--tw-bg-opacity, 1));
}
.bg-paper {
  --tw-bg-opacity: 1;
  background-color: rgb(250 243 223 / var(--tw-bg-opacity, 1));
}
.bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}
.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}
.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}
.bg-\[linear-gradient\(115deg\2c \#fbf2d9_0\%\2c \#f1e1ba_100\%\)\] {
  background-image: linear-gradient(115deg,#fbf2d9 0%,#f1e1ba 100%);
}
.bg-\[linear-gradient\(135deg\2c \#3a260c_0\%\2c \#6d4d18_44\%\2c \#f0d99d_100\%\)\] {
  background-image: linear-gradient(135deg,#3a260c 0%,#6d4d18 44%,#f0d99d 100%);
}
.bg-\[linear-gradient\(135deg\2c \#4b3218_0\%\2c \#7a5317_38\%\2c \#d9b56b_100\%\)\] {
  background-image: linear-gradient(135deg,#4b3218 0%,#7a5317 38%,#d9b56b 100%);
}
.bg-\[linear-gradient\(135deg\2c \#6a4511_0\%\2c \#9c6d1d_45\%\2c \#e0bd72_100\%\)\] {
  background-image: linear-gradient(135deg,#6a4511 0%,#9c6d1d 45%,#e0bd72 100%);
}
.bg-\[linear-gradient\(90deg\2c rgba\(43\2c 27\2c 6\2c 0\.18\)_0\%\2c rgba\(255\2c 236\2c 184\2c 0\.2\)_100\%\)\] {
  background-image: linear-gradient(90deg,rgba(43,27,6,0.18) 0%,rgba(255,236,184,0.2) 100%);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-\[\#4f3812\] {
  --tw-gradient-from: #4f3812 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 56 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ead09a\] {
  --tw-gradient-from: #ead09a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 208 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#7a5a1d\] {
  --tw-gradient-to: rgb(122 90 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7a5a1d var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#2f220b\] {
  --tw-gradient-to: #2f220b var(--tw-gradient-to-position);
}
.to-\[\#c6952b\] {
  --tw-gradient-to: #c6952b var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[120px\] {
  padding-bottom: 120px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.pt-\[160px\] {
  padding-top: 160px;
}
.pt-\[180px\] {
  padding-top: 180px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-mono {
  font-family: "JetBrains Mono", "SF Mono", Menlo, monospace;
}
.font-sans {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}
.font-serif {
  font-family: "Cormorant Garamond", Georgia, Cambria, "Times New Roman", serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[clamp\(18px\2c 2\.2vw\2c 22px\)\] {
  font-size: clamp(18px, 2.2vw, 22px);
}
.text-\[clamp\(28px\2c 3\.4vw\2c 40px\)\] {
  font-size: clamp(28px, 3.4vw, 40px);
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-\[0\.95\] {
  line-height: 0.95;
}
.leading-\[0\.98\] {
  line-height: 0.98;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}
.tracking-\[0\.06em\] {
  letter-spacing: 0.06em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#352313\] {
  --tw-text-opacity: 1;
  color: rgb(53 35 19 / var(--tw-text-opacity, 1));
}
.text-\[\#3a2518\] {
  --tw-text-opacity: 1;
  color: rgb(58 37 24 / var(--tw-text-opacity, 1));
}
.text-\[\#4a2f1c\] {
  --tw-text-opacity: 1;
  color: rgb(74 47 28 / var(--tw-text-opacity, 1));
}
.text-\[\#4b3218\] {
  --tw-text-opacity: 1;
  color: rgb(75 50 24 / var(--tw-text-opacity, 1));
}
.text-\[\#4f3a28\] {
  --tw-text-opacity: 1;
  color: rgb(79 58 40 / var(--tw-text-opacity, 1));
}
.text-\[\#5d4315\] {
  --tw-text-opacity: 1;
  color: rgb(93 67 21 / var(--tw-text-opacity, 1));
}
.text-\[\#6a4d17\] {
  --tw-text-opacity: 1;
  color: rgb(106 77 23 / var(--tw-text-opacity, 1));
}
.text-\[\#6c4f1a\] {
  --tw-text-opacity: 1;
  color: rgb(108 79 26 / var(--tw-text-opacity, 1));
}
.text-\[\#6c4f1a\]\/80 {
  color: rgb(108 79 26 / 0.8);
}
.text-\[\#6f5120\] {
  --tw-text-opacity: 1;
  color: rgb(111 81 32 / var(--tw-text-opacity, 1));
}
.text-\[\#f6df9f\] {
  --tw-text-opacity: 1;
  color: rgb(246 223 159 / var(--tw-text-opacity, 1));
}
.text-\[var\(--rust\)\] {
  color: var(--rust);
}
.text-brown-dark {
  --tw-text-opacity: 1;
  color: rgb(255 250 236 / var(--tw-text-opacity, 1));
}
.text-brown-dark\/40 {
  color: rgb(255 250 236 / 0.4);
}
.text-brown-dark\/60 {
  color: rgb(255 250 236 / 0.6);
}
.text-brown-dark\/75 {
  color: rgb(255 250 236 / 0.75);
}
.text-brown-dark\/80 {
  color: rgb(255 250 236 / 0.8);
}
.text-gold-light {
  --tw-text-opacity: 1;
  color: rgb(90 63 26 / var(--tw-text-opacity, 1));
}
.text-gold-light\/30 {
  color: rgb(90 63 26 / 0.3);
}
.text-gold-light\/40 {
  color: rgb(90 63 26 / 0.4);
}
.text-gold-light\/50 {
  color: rgb(90 63 26 / 0.5);
}
.text-gold-light\/60 {
  color: rgb(90 63 26 / 0.6);
}
.text-gold-light\/70 {
  color: rgb(90 63 26 / 0.7);
}
.text-gold-light\/80 {
  color: rgb(90 63 26 / 0.8);
}
.text-gold-light\/90 {
  color: rgb(90 63 26 / 0.9);
}
.text-gold-pale {
  --tw-text-opacity: 1;
  color: rgb(26 15 4 / var(--tw-text-opacity, 1));
}
.text-gold-primary {
  --tw-text-opacity: 1;
  color: rgb(168 127 36 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-honey-deep {
  --tw-text-opacity: 1;
  color: rgb(168 127 36 / var(--tw-text-opacity, 1));
}
.text-ink {
  --tw-text-opacity: 1;
  color: rgb(26 15 4 / var(--tw-text-opacity, 1));
}
.text-ink-mute {
  --tw-text-opacity: 1;
  color: rgb(122 90 38 / var(--tw-text-opacity, 1));
}
.text-paper {
  --tw-text-opacity: 1;
  color: rgb(250 243 223 / var(--tw-text-opacity, 1));
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gold-light\/40::-moz-placeholder {
  color: rgb(90 63 26 / 0.4);
}
.placeholder-gold-light\/40::placeholder {
  color: rgb(90 63 26 / 0.4);
}
.accent-gold-primary {
  accent-color: #A87F24;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-\[0\.05\] {
  opacity: 0.05;
}
.opacity-\[0\.14\] {
  opacity: 0.14;
}
.opacity-\[0\.22\] {
  opacity: 0.22;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_1px_rgba\(184\2c 146\2c 61\2c 0\.4\)_inset\] {
  --tw-shadow: 0 0 0 1px rgba(184,146,61,0.4) inset;
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_24px_rgba\(83\2c 56\2c 17\2c 0\.08\)\] {
  --tw-shadow: 0 10px 24px rgba(83,56,17,0.08);
  --tw-shadow-colored: 0 10px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_60px_rgba\(90\2c 62\2c 13\2c 0\.18\)\] {
  --tw-shadow: 0 24px 60px rgba(90,62,13,0.18);
  --tw-shadow-colored: 0 24px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_34px_70px_rgba\(64\2c 39\2c 8\2c 0\.28\)\] {
  --tw-shadow: 0 34px 70px rgba(64,39,8,0.28);
  --tw-shadow-colored: 0 34px 70px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_34px_74px_rgba\(58\2c 36\2c 8\2c 0\.3\)\] {
  --tw-shadow: 0 34px 74px rgba(58,36,8,0.3);
  --tw-shadow-colored: 0 34px 74px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[18px_22px_34px_rgba\(34\2c 22\2c 7\2c 0\.32\)\] {
  --tw-shadow: 18px 22px 34px rgba(34,22,7,0.32);
  --tw-shadow-colored: 18px 22px 34px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[\#6a4d17\]\/20 {
  --tw-shadow-color: rgb(106 77 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-\[\#8f6920\]\/15 {
  --tw-shadow-color: rgb(143 105 32 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-gold-light\/50 {
  --tw-ring-color: rgb(90 63 26 / 0.5);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-sm {
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-xl {
  --tw-blur: blur(24px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_28px_38px_rgba\(21\2c 13\2c 3\2c 0\.38\)\] {
  --tw-drop-shadow: drop-shadow(0 28px 38px rgba(21,13,3,0.38));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[transform\2c width\] {
  transition-property: transform,width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-\[cubic-bezier\(0\.22\2c 1\2c 0\.36\2c 1\)\] {
  transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.will-change-transform {
  will-change: transform;
}
/* ---------- Reveal ---------- */
.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 1s var(--ease), transform 1s var(--ease);
  }
.reveal.in,
  .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
.reveal.delay-1 {
    transition-delay: 0.08s;
  }
.reveal.delay-2 {
    transition-delay: 0.18s;
  }
.reveal.delay-3 {
    transition-delay: 0.28s;
  }
.reveal.delay-4 {
    transition-delay: 0.38s;
  }
/* Legacy reveal classes still used by ScrollReveal component */
@keyframes fade-up {
    from {
      opacity: 0;
      transform: translateY(24px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
@keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
@keyframes soft-zoom {
    from {
      opacity: 0;
      transform: scale(0.96);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
@keyframes fade-left {
    from {
      opacity: 0;
      transform: translateX(-30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
@keyframes fade-right {
    from {
      opacity: 0;
      transform: translateX(30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
@keyframes fade-scale {
    from {
      opacity: 0;
      transform: scale(0.95);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
.reveal-up {
    animation: fade-up 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
.reveal-in {
    animation: fade-in 700ms ease both;
  }
.reveal-zoom {
    animation: soft-zoom 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
.reveal-scale {
    animation: fade-scale 800ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
.scroll-reveal-up {
    opacity: 0;
  }
.scroll-reveal-up.is-visible {
    animation: fade-up 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
.scroll-reveal-in {
    opacity: 0;
  }
.scroll-reveal-in.is-visible {
    animation: fade-in 700ms ease both;
  }
.scroll-reveal-zoom {
    opacity: 0;
  }
.scroll-reveal-zoom.is-visible {
    animation: soft-zoom 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
.scroll-reveal-scale.is-visible {
    animation: fade-scale 800ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
.scroll-reveal-left {
    opacity: 0;
  }
.scroll-reveal-left.is-visible {
    animation: fade-left 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
.scroll-reveal-right {
    opacity: 0;
  }
.scroll-reveal-right.is-visible {
    animation: fade-right 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
.scroll-reveal-up.delay-1.is-visible,
  .scroll-reveal-in.delay-1.is-visible,
  .scroll-reveal-zoom.delay-1.is-visible,
  .scroll-reveal-scale.delay-1.is-visible,
  .scroll-reveal-left.delay-1.is-visible,
  .scroll-reveal-right.delay-1.is-visible {
    animation-delay: 120ms;
  }
.scroll-reveal-up.delay-2.is-visible,
  .scroll-reveal-in.delay-2.is-visible,
  .scroll-reveal-zoom.delay-2.is-visible,
  .scroll-reveal-scale.delay-2.is-visible,
  .scroll-reveal-left.delay-2.is-visible,
  .scroll-reveal-right.delay-2.is-visible {
    animation-delay: 240ms;
  }
.scroll-reveal-up.delay-3.is-visible,
  .scroll-reveal-in.delay-3.is-visible,
  .scroll-reveal-zoom.delay-3.is-visible,
  .scroll-reveal-scale.delay-3.is-visible,
  .scroll-reveal-left.delay-3.is-visible,
  .scroll-reveal-right.delay-3.is-visible {
    animation-delay: 360ms;
  }
.scroll-reveal-up.delay-4.is-visible,
  .scroll-reveal-in.delay-4.is-visible,
  .scroll-reveal-zoom.delay-4.is-visible,
  .scroll-reveal-scale.delay-4.is-visible,
  .scroll-reveal-left.delay-4.is-visible,
  .scroll-reveal-right.delay-4.is-visible {
    animation-delay: 480ms;
  }
/* Backwards-compat surfaces (old pages reference these) */
/* Decorative line */
.gold-separator {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--honey), transparent);
  }
/* Compatibility: legacy admin classes */
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
.scrollbar-hide::-webkit-scrollbar {
    display: none;
  }
/* Heading helpers */
.heading-2 {
    font-size: clamp(34px, 4.2vw, 50px);
    line-height: 1.142;
  }
.ui-label {
    font-family: var(--sans);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: clamp(11px, 1.2vw, 12px);
    font-weight: 500;
  }
.ui-button {
    font-family: var(--sans);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: clamp(12px, 1.1vw, 13px);
    font-weight: 600;
  }
@media (prefers-reduced-motion: reduce) {
    .reveal,
    .reveal-up,
    .reveal-in,
    .reveal-zoom,
    .reveal-scale,
    .scroll-reveal-up,
    .scroll-reveal-in,
    .scroll-reveal-zoom,
    .scroll-reveal-scale,
    .scroll-reveal-left,
    .scroll-reveal-right {
      animation: none !important;
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }
    .marquee-track {
      animation: none !important;
    }
    body::before {
      display: none;
    }
  }

/* =============================================================
   Dr. Charles Lee — Mindfulness to Change
   Editorial design system: warm paper + deep ink + honey-gold
   ============================================================= */

:root {
  /* Richroll-inspired hybrid: light cream + warm ink + gold */
  --paper: #faf3df;
  --paper-soft: #f4ead0;
  --paper-deep: #ede0b6;
  --paper-warm: #fffaec;
  --ink: #1a0f04;
  --ink-soft: #5a3f1a;
  --ink-mute: #7a5a26;
  --ink-quiet: #977c3f;
  --honey: #c79b3a;
  --honey-deep: #a87f24;
  --honey-light: #e3c270;
  --rust: #b3601f;
  --line: rgba(26, 15, 4, 0.12);
  --line-strong: rgba(26, 15, 4, 0.22);

  /* Dark-section palette (richroll dark) */
  --d-ink: #0e0a06;
  --d-coffee: #1a120a;
  --d-walnut: #1f1509;
  --d-cocoa: #241810;
  --d-molasses: #2a1a0c;
  --d-cream: #f4ead0;
  --d-cream-2: #ede0b6;
  --d-line: rgba(244, 234, 208, 0.12);
  --d-line-strong: rgba(244, 234, 208, 0.28);

  --serif: "Cormorant Garamond", Georgia, serif;
  --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --sans: "Inter", "Helvetica Neue", Arial, sans-serif;
  --mono: "JetBrains Mono", "SF Mono", Menlo, monospace;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);

  --pad-x: clamp(20px, 4vw, 56px);
  --section-y: clamp(80px, 12vw, 160px);
  --nav-h: 96px;
}

/* Paper grain overlay (fixed, pointer-events-none so it never repaints during scroll) */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: 0.32;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.12  0 0 0 0 0.10  0 0 0 0 0.07  0 0 0 0.15 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

.placeholder\:text-gold-light\/30::-moz-placeholder {
  color: rgb(90 63 26 / 0.3);
}

.placeholder\:text-gold-light\/30::placeholder {
  color: rgb(90 63 26 / 0.3);
}

.placeholder\:text-gold-light\/40::-moz-placeholder {
  color: rgb(90 63 26 / 0.4);
}

.placeholder\:text-gold-light\/40::placeholder {
  color: rgb(90 63 26 / 0.4);
}

.placeholder\:text-paper\/40::-moz-placeholder {
  color: rgb(250 243 223 / 0.4);
}

.placeholder\:text-paper\/40::placeholder {
  color: rgb(250 243 223 / 0.4);
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-\[\#8a621e\]\/45:hover {
  border-color: rgb(138 98 30 / 0.45);
}

.hover\:border-\[\#996b1c\]\/70:hover {
  border-color: rgb(153 107 28 / 0.7);
}

.hover\:border-gold-light\/40:hover {
  border-color: rgb(90 63 26 / 0.4);
}

.hover\:border-gold-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(168 127 36 / var(--tw-border-opacity, 1));
}

.hover\:border-gold-primary\/50:hover {
  border-color: rgb(168 127 36 / 0.5);
}

.hover\:bg-\[\#fff5dd\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 221 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brown-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 236 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gold-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(90 63 26 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gold-medium:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(199 155 58 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gold-primary\/10:hover {
  background-color: rgb(168 127 36 / 0.1);
}

.hover\:bg-gold-primary\/20:hover {
  background-color: rgb(168 127 36 / 0.2);
}

.hover\:bg-gold-primary\/5:hover {
  background-color: rgb(168 127 36 / 0.05);
}

.hover\:bg-green-500\/20:hover {
  background-color: rgb(34 197 94 / 0.2);
}

.hover\:bg-honey-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 194 112 / var(--tw-bg-opacity, 1));
}

.hover\:bg-ink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 15 4 / var(--tw-bg-opacity, 1));
}

.hover\:bg-paper-soft:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 234 208 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-500\/20:hover {
  background-color: rgb(239 68 68 / 0.2);
}

.hover\:bg-red-500\/30:hover {
  background-color: rgb(239 68 68 / 0.3);
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-900\/20:hover {
  background-color: rgb(127 29 29 / 0.2);
}

.hover\:bg-red-900\/30:hover {
  background-color: rgb(127 29 29 / 0.3);
}

.hover\:text-gold-light:hover {
  --tw-text-opacity: 1;
  color: rgb(90 63 26 / var(--tw-text-opacity, 1));
}

.hover\:text-gold-pale:hover {
  --tw-text-opacity: 1;
  color: rgb(26 15 4 / var(--tw-text-opacity, 1));
}

.hover\:text-green-200:hover {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.hover\:text-honey-deep:hover {
  --tw-text-opacity: 1;
  color: rgb(168 127 36 / var(--tw-text-opacity, 1));
}

.hover\:text-ink:hover {
  --tw-text-opacity: 1;
  color: rgb(26 15 4 / var(--tw-text-opacity, 1));
}

.hover\:text-paper:hover {
  --tw-text-opacity: 1;
  color: rgb(250 243 223 / var(--tw-text-opacity, 1));
}

.hover\:text-red-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-gold-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(168 127 36 / var(--tw-border-opacity, 1));
}

.focus\:border-honey-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(227 194 112 / var(--tw-border-opacity, 1));
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gold-primary\/40:focus {
  --tw-ring-color: rgb(168 127 36 / 0.4);
}

.focus\:ring-gold-primary\/50:focus {
  --tw-ring-color: rgb(168 127 36 / 0.5);
}

.active\:translate-y-0:active {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.active\:cursor-grabbing:active {
  cursor: grabbing;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.group:hover .group-hover\:bg-ink {
  --tw-bg-opacity: 1;
  background-color: rgb(26 15 4 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-ink {
  --tw-text-opacity: 1;
  color: rgb(26 15 4 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-paper {
  --tw-text-opacity: 1;
  color: rgb(250 243 223 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {

  .sm\:-left-4 {
    left: -1rem;
  }

  .sm\:-right-4 {
    right: -1rem;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:w-\[42vw\] {
    width: 42vw;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:min-h-\[88dvh\] {
    min-height: 88dvh;
  }

  .md\:min-h-\[calc\(92dvh_-_64px\)\] {
    min-height: calc(92dvh - 64px);
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-\[28vw\] {
    width: 28vw;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-\[0\.85fr_1\.05fr\] {
    grid-template-columns: 0.85fr 1.05fr;
  }

  .md\:grid-cols-\[0\.85fr_1\.15fr\] {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .md\:grid-cols-\[0\.95fr_1\.05fr\] {
    grid-template-columns: 0.95fr 1.05fr;
  }

  .md\:grid-cols-\[1\.05fr_0\.95fr\] {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .md\:grid-cols-\[1fr_0\.85fr\] {
    grid-template-columns: 1fr 0.85fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-\[clamp\(40px\2c 5vw\2c 80px\)\] {
    gap: clamp(40px, 5vw, 80px);
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:\[grid-template-columns\:minmax\(0\2c 0\.85fr\)_minmax\(0\2c 1\.15fr\)\] {
    grid-template-columns: minmax(0,0.85fr) minmax(0,1.15fr);
  }

  .md\:\[grid-template-columns\:minmax\(0\2c 1\.05fr\)_minmax\(0\2c 0\.95fr\)\] {
    grid-template-columns: minmax(0,1.05fr) minmax(0,0.95fr);
  }

  .md\:\[grid-template-columns\:minmax\(0\2c 1\.1fr\)_minmax\(0\2c 0\.9fr\)\] {
    grid-template-columns: minmax(0,1.1fr) minmax(0,0.9fr);
  }

  .md\:\[grid-template-columns\:minmax\(0\2c 1fr\)_minmax\(0\2c 0\.7fr\)\] {
    grid-template-columns: minmax(0,1fr) minmax(0,0.7fr);
  }

  .md\:\[grid-template-columns\:minmax\(0\2c 1fr\)_minmax\(0\2c 0\.85fr\)\] {
    grid-template-columns: minmax(0,1fr) minmax(0,0.85fr);
  }
}

@media (min-width: 900px) {

  .min-\[900px\]\:hidden {
    display: none;
  }
}

@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-\[22vw\] {
    width: 22vw;
  }

  .lg\:shrink {
    flex-shrink: 1;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1fr_240px\] {
    grid-template-columns: 1fr 240px;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {

  .xl\:min-h-\[94dvh\] {
    min-height: 94dvh;
  }

  .xl\:w-\[18vw\] {
    width: 18vw;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }
}
