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

/* === SATOSHI === */
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/Satoshi-Light.woff2') format('woff2'),
    url('../fonts/satoshi/Satoshi-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/Satoshi-LightItalic.woff2') format('woff2'),
    url('../fonts/satoshi/Satoshi-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/Satoshi-Regular.woff2') format('woff2'),
    url('../fonts/satoshi/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/Satoshi-Italic.woff2') format('woff2'),
    url('../fonts/satoshi/Satoshi-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/Satoshi-Medium.woff2') format('woff2'),
    url('../fonts/satoshi/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/Satoshi-MediumItalic.woff2') format('woff2'),
    url('../fonts/satoshi/Satoshi-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/Satoshi-Bold.woff2') format('woff2'),
    url('../fonts/satoshi/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/Satoshi-BoldItalic.woff2') format('woff2'),
    url('../fonts/satoshi/Satoshi-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/Satoshi-Black.woff2') format('woff2'),
    url('../fonts/satoshi/Satoshi-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/Satoshi-BlackItalic.woff2') format('woff2'),
    url('../fonts/satoshi/Satoshi-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Rowdies';
  src: url('/wp-content/themes/Ukiyo/assets/fonts/rowdies/Rowdies-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rowdies';
  src: url('/wp-content/themes/Ukiyo/assets/fonts/rowdies/Rowdies-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rowdies';
  src: url('/wp-content/themes/Ukiyo/assets/fonts/rowdies/Rowdies-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* utilidades */
.font-rowdies {
  font-family: 'Rowdies', sans-serif !important;
}

.font-rowdies-light {
  font-family: 'Rowdies', sans-serif !important;
  font-weight: 300;
}

.font-rowdies-regular {
  font-family: 'Rowdies', sans-serif !important;
  font-weight: 400;
}

.font-rowdies-bold {
  font-family: 'Rowdies', sans-serif !important;
  font-weight: 700;
}

/* === Global Typography (Satoshi default, Telma for country names) === */
:root {
  --font-sans: 'Satoshi', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-display: Georgia, 'Times New Roman', serif;
}

/* Base */
html,
body {
  font-family: var(--font-sans);
}

/* Headings in Satoshi by default */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-sans);
  font-weight: 600;
  line-height: 1.3;
}

/* Utilities */
.font-satoshi {
  font-family: var(--font-sans) !important;
}

.font-telma {
  font-family: var(--font-display) !important;
}

/* Backwards-compat: map any old class to Satoshi */
.font-crimson {
  font-family: var(--font-sans) !important;
}

/* Semantic helpers */
.country-title,
.country-name {
  font-family: var(--font-display) !important;
}

*,
::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.17 | 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, 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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

body {
  font-family: var(--font-sans);
  background-color: var(--color-background);
  color: var(--color-text-primary);
  line-height: 1.6;
}

.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;
  }
}

.btn-primary {
  border-radius: 1.5rem;
  background-color: transparent;
  border: 2px solid rgb(246, 207, 102);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: var(--font-sans);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246, 207, 102 / var(--tw-bg-opacity, 1));
}

.btn-primary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 180 141 / var(--tw-ring-opacity, 1));
}

.btn-primary {
  box-shadow: 0 4px 20px rgba(139, 69, 19, 0.08);
}

.btn-secondary {
  border-radius: 1.5rem;
  background-color: transparent;
  border: 2px solid white;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: var(--font-sans);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246, 207, 102 / var(--tw-bg-opacity, 1));
}

.btn-secondary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(201 216 186 / var(--tw-ring-opacity, 1));
}

.btn-secondary {
  box-shadow: 0 4px 20px rgba(156, 175, 136, 0.08);
}

.card {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(139, 69, 19, 0.08);
}

.card-guide {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(139, 69, 19, 0.08);
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(139, 69, 19, 0.12);
}

.input-field {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 242 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity, 1));
}

.input-field::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 107 107 / var(--tw-placeholder-opacity, 1));
}

.input-field::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 107 107 / var(--tw-placeholder-opacity, 1));
}

.input-field {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.input-field:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 180 141 / var(--tw-ring-opacity, 1));
}

.parallax-element {
  transition: transform 300ms ease-out;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-left-6 {
  left: -1.5rem;
}

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

.-right-6 {
  right: -1.5rem;
}

.-top-4 {
  top: -1rem;
}

.-top-6 {
  top: -1.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1\/3 {
  bottom: 33.333333%;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-1\/4 {
  left: 25%;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-1\/3 {
  right: 33.333333%;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-1\/3 {
  top: 33.333333%;
}

.top-1\/4 {
  top: 25%;
}

.top-4 {
  top: 1rem;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

.mb-16 {
  margin-bottom: 4rem;
}

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

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

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

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

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

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-\[60vh\] {
  height: 60vh;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.w-1 {
  width: 0.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-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-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));
}

.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));
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-fade-in {
  animation: fadeIn 0.3s ease-out;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes slideUp {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-slide-up {
  animation: slideUp 0.3s ease-out;
}

.cursor-pointer {
  cursor: pointer;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

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

.justify-center {
  justify-content: center;
}

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

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-1> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-12> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * 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-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));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 1.5rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(212 165 116 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(139 69 19 / var(--tw-border-opacity, 1));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(156 175 136 / var(--tw-border-opacity, 1));
}

.border-surface {
  --tw-border-opacity: 1;
  border-color: rgb(245 242 237 / var(--tw-border-opacity, 1));
}

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

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(212 165 116 / var(--tw-bg-opacity, 1));
}

.bg-accent-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 240 228 / var(--tw-bg-opacity, 1));
}

.bg-accent-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 225 201 / var(--tw-bg-opacity, 1));
}

.bg-accent-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 249 244 / var(--tw-bg-opacity, 1));
}

.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 248 / var(--tw-bg-opacity, 1));
}

.bg-background\/90 {
  background-color: rgb(254 252 248 / 0.9);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(139 69 19 / var(--tw-bg-opacity, 1));
}

.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 232 217 / var(--tw-bg-opacity, 1));
}

.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 209 179 / var(--tw-bg-opacity, 1));
}

.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 247 243 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(156 175 136 / var(--tw-bg-opacity, 1));
}

.bg-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 232 / var(--tw-bg-opacity, 1));
}

.bg-secondary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 229 209 / var(--tw-bg-opacity, 1));
}

.bg-secondary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 245 / var(--tw-bg-opacity, 1));
}

.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(122 148 113 / var(--tw-bg-opacity, 1));
}

.bg-success-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 241 235 / var(--tw-bg-opacity, 1));
}

.bg-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(245 242 237 / var(--tw-bg-opacity, 1));
}

.bg-text-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-destination {
  --tw-bg-opacity: 1;
  background-color: rgb(235 232 221 / var(--tw-bg-opacity, 1));
}

.from-accent-900\/80 {
  --tw-gradient-from: rgb(100 81 32 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 81 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50 {
  --tw-gradient-from: #FDF7F3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 247 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/80 {
  --tw-gradient-from: rgb(107 52 16 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 52 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/30 {
  --tw-gradient-from: rgb(42 20 6 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 20 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/60 {
  --tw-gradient-from: rgb(42 20 6 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 20 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/70 {
  --tw-gradient-from: rgb(42 20 6 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 20 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/80 {
  --tw-gradient-from: rgb(42 20 6 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 20 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-secondary-900\/80 {
  --tw-gradient-from: rgb(32 35 28 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 35 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-primary-800\/50 {
  --tw-gradient-to: rgb(74 36 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 36 11 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-secondary-800\/60 {
  --tw-gradient-to: rgb(63 70 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 70 55 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-secondary-50 {
  --tw-gradient-to: #F7F9F5 var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.fill-current {
  fill: currentColor;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-bottom {
  object-position: 50% 80%;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

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

.pr-8 {
  padding-right: 2rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}


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

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

.text-display {
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.text-hero {
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.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-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-relaxed {
  line-height: 1.625;
}

.text-accent {
  --tw-text-opacity: 1;
  color: rgb(212 165 116 / var(--tw-text-opacity, 1));
}

.text-accent-200 {
  --tw-text-opacity: 1;
  color: rgb(242 225 201 / var(--tw-text-opacity, 1));
}

.text-accent-300 {
  --tw-text-opacity: 1;
  color: rgb(235 210 174 / var(--tw-text-opacity, 1));
}

.text-accent-700 {
  --tw-text-opacity: 1;
  color: rgb(156 123 74 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(139 69 19 / var(--tw-text-opacity, 1));
}

.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(107 52 16 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(156 175 136 / var(--tw-text-opacity, 1));
}

.text-secondary-700 {
  --tw-text-opacity: 1;
  color: rgb(94 105 82 / var(--tw-text-opacity, 1));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(122 148 113 / var(--tw-text-opacity, 1));
}

.text-text-primary {
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity, 1));
}

.text-text-secondary {
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
}

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

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-card {
  --tw-shadow: 0 4px 20px rgba(139, 69, 19, 0.08);
  --tw-shadow-colored: 0 4px 20px 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-soft {
  --tw-shadow: 0 4px 20px rgba(139, 69, 19, 0.08);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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);
}

.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);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  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-shadow {
  transition-property: box-shadow;
  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-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.text-shadow-soft {
  text-shadow: 0 2px 4px rgba(44, 44, 44, 0.1);
}

.bg-gradient-warm {
  background: linear-gradient(135deg, var(--color-background) 0%, var(--color-surface) 100%);
}

.bg-gradient-primary {
  background: linear-gradient(135deg, var(--color-primary-600) 0%, var(--color-primary-700) 100%);
}

.bg-gradient-secondary {
  background: linear-gradient(135deg, var(--color-secondary-500) 0%, var(--color-secondary-600) 100%);
}

:root {
  /* Primary Colors */
  --color-primary: #8B4513;
  /* warm-terracotta */
  --color-primary-50: #FDF7F3;
  /* warm-terracotta-50 */
  --color-primary-100: #F9E8D9;
  /* warm-terracotta-100 */
  --color-primary-200: #F2D1B3;
  /* warm-terracotta-200 */
  --color-primary-300: #E8B48D;
  /* warm-terracotta-300 */
  --color-primary-400: #D19767;
  /* warm-terracotta-400 */
  --color-primary-500: #B8794A;
  /* warm-terracotta-500 */
  --color-primary-600: #8B4513;
  /* warm-terracotta-600 */
  --color-primary-700: #6B3410;
  /* warm-terracotta-700 */
  --color-primary-800: #4A240B;
  /* warm-terracotta-800 */
  --color-primary-900: #2A1406;
  /* warm-terracotta-900 */
  /* Secondary Colors */
  --color-secondary: #9CAF88;
  /* sage-green */
  --color-secondary-50: #F7F9F5;
  /* sage-green-50 */
  --color-secondary-100: #EDF2E8;
  /* sage-green-100 */
  --color-secondary-200: #DBE5D1;
  /* sage-green-200 */
  --color-secondary-300: #C9D8BA;
  /* sage-green-300 */
  --color-secondary-400: #B7CBA3;
  /* sage-green-400 */
  --color-secondary-500: #9CAF88;
  /* sage-green-500 */
  --color-secondary-600: #7D8C6D;
  /* sage-green-600 */
  --color-secondary-700: #5E6952;
  /* sage-green-700 */
  --color-secondary-800: #3F4637;
  /* sage-green-800 */
  --color-secondary-900: #20231C;
  /* sage-green-900 */
  /* Accent Colors */
  --color-accent: #D4A574;
  /* golden-sand */
  --color-accent-50: #FDF9F4;
  /* golden-sand-50 */
  --color-accent-100: #F9F0E4;
  /* golden-sand-100 */
  --color-accent-200: #F2E1C9;
  /* golden-sand-200 */
  --color-accent-300: #EBD2AE;
  /* golden-sand-300 */
  --color-accent-400: #E4C393;
  /* golden-sand-400 */
  --color-accent-500: #D4A574;
  /* golden-sand-500 */
  --color-accent-600: #B8905F;
  /* golden-sand-600 */
  --color-accent-700: #9C7B4A;
  /* golden-sand-700 */
  --color-accent-800: #806635;
  /* golden-sand-800 */
  --color-accent-900: #645120;
  /* golden-sand-900 */
  /* Background Colors */
  --color-background: #FEFCF8;
  /* warm-white */
  --color-surface: #F5F2ED;
  /* subtle-cream */
  /* Text Colors */
  --color-text-primary: #2C2C2C;
  /* rich-charcoal */
  --color-text-secondary: #6B6B6B;
  /* medium-gray */
  /* Status Colors */
  --color-success: #7A9471;
  /* natural-green */
  --color-success-50: #F6F8F5;
  /* natural-green-50 */
  --color-success-100: #EDF1EB;
  /* natural-green-100 */
  --color-success-200: #DBE3D7;
  /* natural-green-200 */
  --color-success-300: #C9D5C3;
  /* natural-green-300 */
  --color-success-400: #B7C7AF;
  /* natural-green-400 */
  --color-success-500: #7A9471;
  /* natural-green-500 */
  --color-success-600: #65795C;
  /* natural-green-600 */
  --color-success-700: #505E47;
  /* natural-green-700 */
  --color-success-800: #3B4332;
  /* natural-green-800 */
  --color-success-900: #26281D;
  /* natural-green-900 */
  --color-warning: #C4915C;
  /* warm-amber */
  --color-warning-50: #FBF7F3;
  /* warm-amber-50 */
  --color-warning-100: #F6EDE2;
  /* warm-amber-100 */
  --color-warning-200: #EDDBC5;
  /* warm-amber-200 */
  --color-warning-300: #E4C9A8;
  /* warm-amber-300 */
  --color-warning-400: #DBB78B;
  /* warm-amber-400 */
  --color-warning-500: #C4915C;
  /* warm-amber-500 */
  --color-warning-600: #A5784D;
  /* warm-amber-600 */
  --color-warning-700: #865F3E;
  /* warm-amber-700 */
  --color-warning-800: #67462F;
  /* warm-amber-800 */
  --color-warning-900: #482D20;
  /* warm-amber-900 */
  --color-error: #A0674B;
  /* earthy-red */
  --color-error-50: #F8F5F3;
  /* earthy-red-50 */
  --color-error-100: #F0E8E3;
  /* earthy-red-100 */
  --color-error-200: #E1D1C7;
  /* earthy-red-200 */
  --color-error-300: #D2BAAB;
  /* earthy-red-300 */
  --color-error-400: #C3A38F;
  /* earthy-red-400 */
  --color-error-500: #A0674B;
  /* earthy-red-500 */
  --color-error-600: #85553E;
  /* earthy-red-600 */
  --color-error-700: #6A4331;
  /* earthy-red-700 */
  --color-error-800: #4F3124;
  /* earthy-red-800 */
  --color-error-900: #341F17;
  /* earthy-red-900 */
}

.hover\:bg-accent-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 249 244 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}

.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(212 165 116 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(000 000 000 / var(--tw-text-opacity, 1));
  font-weight: 700;
}

.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(107 52 16 / var(--tw-text-opacity, 1));
}

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

.hover\:shadow-card-hover:hover {
  --tw-shadow: 0 8px 30px rgba(139, 69, 19, 0.12);
  --tw-shadow-colored: 0 8px 30px 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\:ring-primary-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 180 141 / var(--tw-ring-opacity, 1));
}

.focus\:ring-secondary-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(201 216 186 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}

.group:hover .group-hover\:scale-105 {
  --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));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group:hover .group-hover\:bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(212 165 116 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-accent-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 225 201 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(139 69 19 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 209 179 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(156 175 136 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-secondary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 229 209 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-success-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 227 215 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(139 69 19 / var(--tw-text-opacity, 1));
}

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

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

.group:hover .group-hover\:shadow-soft-hover {
  --tw-shadow: 0 8px 30px rgba(139, 69, 19, 0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:hidden {
    display: none;
  }

  .md\:block {
    display: block;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .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\:flex-row {
    flex-direction: row;
  }

  .md\:space-x-3> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-32 {
    top: 8rem;
  }

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

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

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[70vh\] {
    height: 70vh;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .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-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

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

  .lg\:p-12 {
    padding: 3rem;
  }

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

/* Hero Section Mejorado */
.hero-section {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding-top: 5rem;
  overflow: hidden;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0.359) 50%,
      rgba(226, 222, 213, 0.499) 100%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 10;
}

#heroSlider,
.hero-slide,
.hero-slide>div,
.hero-slide img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero-slide img {
  will-change: opacity, transform;
}


/* Fija layout 2 columnas en escritorio sin tocar tus estilos */
@media (min-width: 1024px) {
  .guides-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    /* 8/12 y 4/12 aprox */
    column-gap: 2rem;
    row-gap: 2rem;
  }

  .guides-main {
    min-width: 0;
  }

  .guides-sidebar {
    min-width: 0;
    align-self: start;
  }
}

/* Evita que tarjetas o textos largos rompan el grid */
.guides-layout * {
  min-width: 0;
}

/* ===== Customización del slider ===== */
input[type="range"].accent-primary {
  --thumb-color: theme('colors.primary.DEFAULT');
  /* usa tu variable Tailwind */
  --track-color: theme('colors.primary.200');
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 9999px;
  background: var(--track-color);
  outline: none;
}

/* Círculo (thumb) */
input[type="range"].accent-primary::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: var(--thumb-color);
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid white;
  transition: background 0.3s, transform 0.2s;
}

input[type="range"].accent-primary::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

input[type="range"].accent-primary::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background-color: var(--thumb-color);
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

input[type="range"].accent-primary::-moz-range-thumb:hover {
  transform: scale(1.1);
}

/* Tarjetas seleccionables tipo ‘tile’ */
.ukiyo-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .75rem;
  border-radius: .75rem;
  background: #fff;
  border: 1px solid var(--surface, #eee);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
  transition: .2s box-shadow, .2s transform, .2s border-color, .2s background-color;
}

.ukiyo-tile:hover {
  border-color: var(--primary, #8b5cf6);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06)
}

/* Resalte persistente cuando el input interno está checked */
.ukiyo-tile:has(input:checked) {
  border-color: var(--primary, #8b5cf6);
  box-shadow: 0 8px 24px rgba(139, 92, 246, .15);
  background: rgba(139, 92, 246, .04);
}

@layer utilities {
  .font-satoshi {
    font-family: var(--font-sans) !important;
  }

  .font-telma {
    font-family: var(--font-display) !important;
  }
}

/* === UKIYO Reviews Grid (paleta personalizada) === */
.ukiyo-rg {
  --rg-bg: #EDEBE5;
  /* fondo neutro arena */
  --rg-white: #FFFFFF;
  /* blanco puro */
  --rg-beige: #B4AAA0;
  /* neutro medio */
  --rg-green: #9BAE9E;
  /* tono verde grisáceo */
  --rg-sand: #EBD2AE;
  /* arena cálida */
  --rg-gold: #ddcbb7;
  /* acento dorado */
  --rg-radius: 12px;
  --rg-shadow: 5px 5px 20px rgba(0, 0, 0, 0.08);

  width: 100%;
  background: var(--rg-bg);
  padding: 3rem 1.5rem;
  border-radius: 24px;
  color: var(--rg-beige);
}

.ukiyo-rg .rg-inner {
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ukiyo-rg .rg-card {
  padding: 1.5rem 1.8rem;
  border-radius: var(--rg-radius);
  box-shadow: var(--rg-shadow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--rg-white);
  color: #2b2b2b;
}

/* Variaciones de fondo con la paleta UKIYO */
.ukiyo-rg .rg-card--cream {
  background: var(--rg-bg);
  color: #2b2b2b;
}

.ukiyo-rg .rg-card--sand {
  background: var(--rg-sand);
  color: #3b3227;
}

.ukiyo-rg .rg-card--green {
  background: var(--rg-green);
  color: var(--rg-white);
}

.ukiyo-rg .rg-card--gold {
  background: var(--rg-gold);
  color: var(--rg-white);
}

.ukiyo-rg .rg-card--white {
  background: var(--rg-white);
  color: #2b2b2b;
}

/* Cabecera */
.ukiyo-rg .rg-header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0rem;
}

.ukiyo-rg .rg-user {
  display: flex;
}

.ukiyo-rg .rg-user-box {
  margin-right: 0rem;
}

.ukiyo-rg .rg-detbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ukiyo-rg .rg-name {
  margin: 0;
  font-weight: 600;
  font-size: .95rem;
  color: #2b2b2b;
}

.ukiyo-rg .rg-designation {
  margin: 0;
  font-size: .85rem;
  color: var(--rg-beige);
  opacity: .9;
}

/* Rating */
.ukiyo-rg .rg-rating {
  display: flex;
  align-items: center;
  gap: .25rem;
}

.ukiyo-rg .rg-star {
  width: 1rem;
  height: 1rem;
  color: var(--rg-gold);
}

.ukiyo-rg .rg-score {
  margin-left: .25rem;
  font-size: .75rem;
  color: var(--rg-beige);
  opacity: .9;
}

/* Texto */
.ukiyo-rg .rg-review {
  margin-top: .9rem;
}

.ukiyo-rg .rg-title {
  font-size: 1.2rem;
  line-height: 1.45;
  margin: 0 0 .6rem 0;
  font-weight: 700;
  color: #2b2b2b;
}

.ukiyo-rg .rg-text {
  font-size: .95rem;
  line-height: 1.55;
  margin: 0;
  color: #4b4b4b;
  opacity: .9;
}

/* Ajustes de contraste en tarjetas oscuras */
.ukiyo-rg .rg-card--green .rg-name,
.ukiyo-rg .rg-card--gold .rg-name,
.ukiyo-rg .rg-card--green .rg-title,
.ukiyo-rg .rg-card--gold .rg-title,
.ukiyo-rg .rg-card--green .rg-text,
.ukiyo-rg .rg-card--gold .rg-text {
  color: var(--rg-white);
}


.ukiyo-rg .rg-card--green .rg-designation,
.ukiyo-rg .rg-card--gold .rg-designation,
.ukiyo-rg .rg-card--green .rg-score,
.ukiyo-rg .rg-card--gold .rg-score {
  color: var(--rg-white);
  opacity: .85;
}

/* Imagen de reseña */
.ukiyo-rg .rg-image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.ukiyo-rg .rg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ukiyo-rg .rg-card:hover .rg-image img {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 1000px) {
  .ukiyo-rg .rg-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
}

@media (max-width: 640px) {
  .ukiyo-rg {
    padding: 1.5rem;
  }

  .ukiyo-rg .rg-inner {
    display: flex;
    flex-direction: column;
  }
}

.mask-image {
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
}

.mask-image-sf {
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 90%, rgba(245 242 237) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 90%, rgba(245 242 237) 100%);
}

.mask-fade-b {
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.fade-bottom {
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.fade-top {
  -webkit-mask-image: linear-gradient(to top, black 80%, transparent 100%);
  mask-image: linear-gradient(to top, black 80%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* --- Móvil (por defecto) --- */
.mask-left {
  /* en pantallas pequeñas se convierte en mask-top */
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.mask-right {
  /* en móvil se comporta como tu mask-image (fade-bottom) */
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* --- Escritorio (a partir de 1024px) --- */
@media (min-width: 1024px) {
  .mask-left {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
  }

  .mask-right {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
  }
}

.badge-elevada {
  background: #EBD2AE;
  /* o el color que uses para primary */
  color: #2b2b2b;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .35);
}

/* para el overlay del título */
.hero-overlay-box {
  text-shadow: 0 0 10px black;
}

/* ===== Timeline vertical ===== */
.timeline {
  position: relative;
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
}

.timeline-item .card {
  /* para que el rail “abrace” la altura del stop */
  position: relative;
}

/* rail (línea) */
.timeline-rail {
  position: relative;
}

.timeline-rail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background-image: repeating-linear-gradient(to bottom,
      var(--color-primary-300),
      var(--color-primary-300) 6px,
      transparent 6px,
      transparent 12px);
  opacity: 0.8;
  z-index: 0;
}

.timeline-icon {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  bottom: 50%;
  transform: translate(-30%, -150%);
}

/* punto (dot) */
.timeline-dot {
  position: absolute;
  top: 50px;
  /* alinea con header de la card */
  left: 20px;
  align-items: center;
  transform: translate(-50%, -50%);
  justify-content: center;
  display: flex;
  z-index: 1;
  border-radius: 999px;
  background: var(--primary, #1f7a8c);
  /* color base si faltan utilidades */
  border: 3px solid #fff;
  /* para contraste sobre la línea */
  box-shadow: 0 0 0 2px var(--primary, #1f7a8c);
}

.timeline-dot svg {
  width: 24px;
  height: 24px;
}

/* Opcional: último item sin línea extendida (añade .is-last al último .timeline-item) */
.timeline-item.is-last .timeline-rail::before {
  bottom: 18px;
  /* termina justo bajo el dot */
}

/* Utilidades opcionales si no existen */
.bg-primary\/10 {
  background-color: rgba(31, 122, 140, 0.10);
}

.bg-secondary\/10 {
  background-color: rgba(217, 119, 6, 0.10);
}

.bg-accent\/10 {
  background-color: rgba(214, 93, 177, 0.10);
}


/* EXPERIENCE SECTION */

.experienceSection {
  width: min(100%, 1024px);
  /* o el ancho que quieras para el bloque */
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .experienceSection {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.experienceSection.with-map-background {
  background-image: url('../images/costarica/viajes-a-costa-rica-personalizados-mapa.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px;
  padding: 40px;
  width: 100%;
}

.experienceSection h2 {
  display: inline-flex;
  /* o flex */
  align-items: center;
  gap: .5rem;
}

.experienceSection h2 svg {
  display: inline-block;
  /* si prefieres mantener el h2 como bloque */
}



/* ul */
.experienceList {
  border-inline-start: 1px dashed var(--color-accent);
  position: relative;
  align-items: center;
  width: min(100%, 1024px)
}

.experienceItemList {
  padding-left: 20px;
  padding-bottom: 40px;
  width: min(100%, 1024px)
}

.experienceItemList time {
  color: black;
}

.experienceItemList p {
  color: black;
  margin: 0 0 30px 0;
  font-size: var(--ExperienceParagraphSixe);
}

.experienceSplit {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .experienceSplit {
    flex-direction: row;
    align-items: stretch;
  }
}

.experienceSplit-text p {
  margin: 0;
}

.experienceSplit-text,
.experienceSplit-media {
  flex: 1;
}

.experienceSplit-media {
  border-radius: 16px;
  overflow: hidden;
}

.experienceSplit-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experienceItemList a {
  background-color: var(--whiteColor);
  padding: 10px 25px;
  border-radius: 10px;

  font-weight: 700;
  color: black;

  width: max-content;

  display: flex;
  align-items: center;
  gap: 5px;
}

.decorativeCircleList {
  height: 30px;
  width: 30px;
  background-color: var(--color-accent);
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;

  left: -15px;
  margin-top: 7px;
}

.decorativeCircleList img {
  width: 80%;
  height: 80%;
  display: block;
}

.h3-subtitle {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  align-items: center;
  font-size: 0.9rem;
  color: var(--color-text-secondary);
  font-weight: 400;
}

.h3-subtitle img {
  width: 1em;
  /* usa la misma altura que el texto */
  height: 1em;
}

/* ======================= */
/*      ACCORDION UKIYO    */
/* ======================= */

/* ----- ACCORDION CON BLOQUE SPLIT DENTRO ----- */

/* Estilo para abrir/cerrar el acordeón */
.exp-toggle {
  width: 100%;
  padding: 12px 18px;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
}

.exp-toggle:hover {
  border-color: var(--color-accent);
}

.exp-chevron {
  width: 20px;
  height: 20px;
  transition: transform .25s ease;
}

/* Contenido del acordeón oculto por defecto */
.exp-content {
  display: none;
  padding: 15px 10px;
}

/* Estado abierto del acordeón */
.experienceItemList.open .exp-content {
  display: block;
}

.experienceItemList.open .decorativeCircleList img {
  transform: rotate(90deg);
  transition: transform 0.25s ease;
}

/* ----- EXPERIENCE SPLIT ----- */

/* Estilo para la galería dentro del acordeón */
.experienceSplit {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .experienceSplit {
    flex-direction: row;
    align-items: stretch;
  }
}

.experienceSplit-text p {
  margin: 0;
}

.experienceSplit-text,
.experienceSplit-media {
  flex: 1;
}

.experienceSplit-media {
  border-radius: 16px;
  overflow: hidden;
}

.experienceSplit-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ukiyo-gallery-wrapper {
  position: relative;
}

.ukiyo-gallery {
  display: block;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 8px 8px 0;
  scrollbar-width: none;
}

.ukiyo-gallery::-webkit-scrollbar {
  display: none;
}

.ukiyo-gallery img {
  flex: 0 0 220px;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  scroll-snap-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.ukiyo-gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
}

.ukiyo-gallery-btn img {
  width: 16px;
  height: 16px;
}

.ukiyo-gallery-btn.gallery-prev {
  left: -12px;
}

.ukiyo-gallery-btn.gallery-next {
  right: -12px;
}


.ukiyo-badge-included {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #b5363e;
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.decorativeCircleListinside {
  height: 30px;
  width: 30px;
  background-color: var(--color-accent);
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;

  left: -15px;
  margin-top: 7px;
}

.decorativeCircleListinside img {
  width: 70%;
  height: 70%;
  display: block;
}

.ukiyo-activities-slider {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  padding-right: 20px;
  /* Ensure last card is visible */
}

.ukiyo-activities-slider::-webkit-scrollbar {
  display: none;
}

/* Activity cards */
.ukiyo-activity-card {
  width: 85vw;
  max-width: 320px;
  height: 380px;
  background: white;
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  flex-shrink: 0;
  text-align: justify;
  scroll-snap-align: start;
}

.activity-cover {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

/* Slider buttons */
.ukiyo-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 20;
}

.ukiyo-slider-btn.prev img {
  left: -14px;
  width: 70%;
}

.ukiyo-slider-btn.next img {
  right: -14px;
  width: 70%;
}

.best-time-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

.best-time-grid .best-time-card {
  flex: initial;
}

.best-time-carousel {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x proximity;
  margin-left: auto;
  margin-right: auto;
  width: min(100%, 1024px);
  align-items: center;
}

.best-time-carousel::-webkit-scrollbar {
  height: 6px;
}

.best-time-carousel::-webkit-scrollbar-thumb {
  background: var(--color-accent-200);
  border-radius: 200px;
}

.best-time-card {
  flex: 0 0 160px;
  scroll-snap-align: center;
  text-align: center;
}

.best-time-card h3 {
  margin: 0 auto;
}

.best-time-card p,
.best-time-card ul {
  margin-left: auto;
  margin-right: auto;
}

/* Tabs */
.ukiyo-tab {
  display: none;
}

.ukiyo-tab.active {
  display: block;
}

/* Estilos del nav activo */
.ukiyo-tab-nav .ukiyo-tab-button.active {
  color: var(--color-primary);
  font-weight: 600;
  border-bottom: 2px solid var(--color-primary);
}

.pagination .page-numbers {
  display: flex;
  gap: 0.5rem;
  /* espacio entre 1, 2, Siguiente */
  list-style: none;
  padding: 40px 0;
  margin: 0;
}

.pagination .page-numbers li a,
.pagination .page-numbers li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* puedes ajustar al color de border */
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}

/* Página actual */
.pagination .page-numbers li span.current {
  background: var(--color-primary, #000);
  /* ajusta a tu color primary */
  color: #fff;
  border-color: transparent;
}

/* Hover */
.pagination .page-numbers li a:hover {
  background: var(--color-primary, #000);
  color: #fff;
}


.ukiyo-nav a {
  position: relative;
  padding: 0.4rem 0.8rem;
  text-decoration: none;
  transition: 0.25s ease;
}

.ukiyo-nav a.nav-active {
  color: var(--color-accent-400)
}

.ukiyo-nav a.nav-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  /* 👈 tamaño fijo del círculo */
  height: 200px;
  /* 👈 tamaño fijo del círculo */
  transform: translate(-50%, -50%);
  /* centrar detrás del texto */

  background-image: url("../icons/circle-nav.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  pointer-events: none;
  z-index: -1;
}