

*, ::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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.right-10 {
  right: 2.5rem;
}

.top-10 {
  top: 2.5rem;
}

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

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

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

.z-\[100\] {
  z-index: 100;
}

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

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

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

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

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

.mt-10 {
  margin-top: 2.5rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-\[400px\] {
  height: 400px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[550px\] {
  height: 550px;
}

.h-\[600px\] {
  height: 600px;
}

.h-full {
  height: 100%;
}

.w-32 {
  width: 8rem;
}

.w-50 {
  width: 13rem;
}
.w-full {
  width: 100%;
}

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

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

.max-w-5xl {
  max-width: 64rem;
}

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

.max-w-7xl {
  max-width: 80rem;
}

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

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

.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-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

.scroll-smooth {
  scroll-behavior: smooth;
}

.border {
  border-width: 1px;
}

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

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

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

.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

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

.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

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

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(156 0 0 / var(--tw-bg-opacity, 1));
}


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

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

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

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


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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-60 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-60-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}

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

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

.pt-4 {
  padding-top: 0.8rem;
} 
.pt-5 {
  padding-top: 1.0rem;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

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

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

.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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}


.text-\[12px\] {
  font-size: 12px;
}
.text-\[10px\] {
  font-size: 10px;
}




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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-light {
  font-weight: 300;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-loose {
  line-height: 2;
}

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

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}

.tracking-\[0\.4em\] {
  letter-spacing: 0.4em;
}

.tracking-\[0\.5em\] {
  letter-spacing: 0.5em;
}

.tracking-\[0\.8em\] {
  letter-spacing: 0.8em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

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

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-20 {
  opacity: 0.2;
}
.opacity-40 {
  opacity: 0.4;
}
.shadow-\[0_-20px_50px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0 -20px 50px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 -20px 50px 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);
}

.invert {
  --tw-invert: invert(100%);
  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-filter {
  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, 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;
}

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

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

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

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

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

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

@media (min-width: 768px) {
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[750px\] {
    height: 750px;
  }

  .md\:h-\[800px\] {
    height: 800px;
  }

  .md\:h-\[850px\] {
    height: 850px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .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\:gap-32 {
    gap: 8rem;
  }

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

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
    
 .md\:py-60-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-60 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
/*
.md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
*/
  .md\:pl-10 {
    padding-left: 2.5rem;
  }

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

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

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

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

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

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

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

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

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

}


        /* About section – red theme */
.about-red {
  background-color: #9C0000; 
}

.about-red h2,
.about-red h3,
.about-red p,
.about-red span {
  color: #ffffff;
}

.about-red p {
  opacity: 0.85; /* 너무 쨍하지 않게 */
}



/* Emblem animation */
.emblem-wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}

.emblem-wrap img{
  width: 80px;
  height: auto;
  opacity: 0;
  transform: translateY(14px) scale(0.7);
  transition:
    opacity 0.8s ease,
    transform 1.1s cubic-bezier(0.16,1,0.3,1);
  will-change: transform, opacity;
}

/* 🔑 스크롤 진입 시 딱 한 번 */
.emblem-wrap.is-visible img{
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Mobile: 10% 작게 */
@media (max-width: 768px){
  .emblem-wrap img{
    width: 61px;
  }
}



/* --- Logo swap (line <-> gold) --- */
.logo-swap{
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 0px;
  overflow: hidden;
}

.logo-swap .logo{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;

  opacity: 1;               
  transform: scale(1);
  transition: none;
  will-change: clip-path, transform;
}

.logo-swap .logo{
  clip-path: inset(0 0 0 100%); 
}


.logo-swap .logo.is-on{
  clip-path: inset(0 0 0 0);
  transition: clip-path 1500ms cubic-bezier(0.16,1,0.3,1);
}
.logo-swap .logo.is-off{
  transition-delay: 100ms;
}

.logo-swap .logo.is-off{
  clip-path: inset(0 100% 0 0); 
  transition: clip-path 1500ms cubic-bezier(0.16,1,0.3,1);
}

@media (min-width: 1024px) {
  .lg\:flex { display: flex; }
  .lg\:hidden { display: none; }
}



/*mobile sitcky black*/
@media (max-width: 1023px){
  nav.scrolled{
    background-color: rgba(0, 0, 0, 0.95) !important;
    backdrop-filter: blur(14px);
  }
}


.cta-link {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #A80000;
  border-bottom: 2px solid #A80000;
  padding-bottom: 12px;
  transition: all 0.3s ease;
}

.cta-link:hover {
  transform: scale(1.1);
  border-bottom-width: 3px;
}
.hero-logo{
  width: clamp(150px, 22vw, 290px);
  height: auto;
  margin: 0 auto;
  display: block;
}




/* Menu section horiontal item:  Bigger mobile cards */
@media (max-width: 767px){
  .horizontal-item{
    width: 320px !important;
    height: auto !important; /* ?? ???? auto? ?? */
  }

  .horizontal-item.has-caption .menu-image{
    height: 440px !important; /* ??? ??? ?? */
  }

  .menu-caption{
    margin-top: 14px;
  }

  .menu-caption h4{
    font-size: 12px;
  }

  .menu-caption p{
    font-size: 14px;
  }

  .marquee__group{
    gap: 14px !important; /* ?? ??? ?? ?? */
  }
}





/* Trio round image */
/* =========================================
   TRIO (#service) only

   ========================================= */

#service .reveal-frame{
  border-radius: 250px;
  overflow: hidden;
}


@media (max-width: 450px){
  #service .reveal-frame{
    border-radius: 180px;
    height: 600px;
  }
}

@media (max-width: 767px){
  #service .reveal-frame{
    width: min(92vw, 460px) !important;  /* w-full ?? */
    margin: 0 auto !important;
    aspect-ratio: 4 / 7;                 /* Promotion? ?? */
    height: auto !important;             /* h-[600px] ?? */
    border-radius: 250px !important;
    overflow: hidden;
  }
}

/* ??? ??? */
#service .reveal-frame img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Desktop only */
@media (min-width: 1024px){
  #service .reveal-frame{
    height: 700px;   /* 600 ? 750 or 800 */
  }
}
/* Mobile spacing under Trio titles */
@media (max-width: 767px){
  #service .tilt-card h4{
    margin-bottom: 32px;
  }
}

/* Alternating section reverse */
.alt-reverse {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .alt-reverse {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alt-reverse > :first-child {
    order: 2;
  }

  .alt-reverse > :last-child {
    order: 1;
  }
}
/* Alternating layout: ?? ? ?? = gap 0, ??? ??? ?? ?? */
.alt-row{
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 768px){
  .alt-row{
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

/* ???/???? ?? ?? ?? */
.alt-media{ width: 100%; }
.alt-copy{
  display: flex;
  align-items: center;
}

/* ?? ?? ?? ?? ??? */
.alt-copy-inner{
  width: 100%;
  padding: 40px 24px;         /* ???: px-6 ?? */
  max-width: 42rem;           /* ??? ? ?? ??? ?? */
}

@media (min-width: 768px){
  .alt-copy-inner{
    padding: 20 60px;          
  }
}

/* ROW 2: ??????? ?? (order ?? ??) */
@media (min-width: 768px){
  .alt-row--swap .alt-media{ grid-column: 2; }
  .alt-row--swap .alt-copy{  grid-column: 1; }
}

@media (min-width: 768px){

  .alt-row--swap{
    grid-auto-flow: dense;
  }

  .alt-row--swap .alt-media{
    grid-column: 2;
    grid-row: 1;
  }

  .alt-row--swap .alt-copy{
    grid-column: 1;
    grid-row: 1;
  }

}




.about-bg {
  position: relative;
/*  background-color: #fafafa;*/
  overflow: hidden;
}

.about-bg::before {
    background-size:25%;
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/logo-line-gray.svg");
  background-repeat: no-repeat;
background-position: 26% center;
/*  background-size: 600px;*/
  opacity: 0.1;   
  pointer-events: none;
}



@media (max-width: 767px){
  .about-bg::before{
    display: none;
  }
}

  .marquee__group{
    gap: 10px !important;
  }

/* nav Reservation CTA*/
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

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

.border-white\/30 {
    border-color: rgb(255 255 255 / 0.9);
}




/*promoton ipad*/


/* iPad / Tablet */
@media (min-width: 768px) and (max-width: 1024px){
  #promotion .promo-row{
    display: flex;
    flex-direction: column;
  }

  #promotion .promo-img,
  #promotion .promo-copy{
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
  #promotion .promo-card,
  #promotion .promo-copy{
    height: auto !important;
  }
}

/* =========================
   MENU MARQUEE (FINAL)
   ========================= */

/* Gray box wrapper */
#menu.horizontal-wrapper{
  background: #f8f8f8;
  padding: 100px 0 40px 0px;
  width: 100%;
  overflow: hidden;
}

/* Viewport */
#menu .marquee{
  display: flex;
  width: 100%;
  overflow: hidden;
}

/* Moving track (ONLY this animates) */
#menu .marquee__track{
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  animation-name: menuScroll;
  animation-duration: 80s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* One group (your HTML has 1 group, JS clones it) */
#menu .marquee__group{
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  flex: 0 0 auto;
  gap: 20px;
  padding-right: 20px;
}

/* Card */
#menu .horizontal-item{
  flex: 0 0 auto;
  width: 400px;
  height: auto;
}

/* Image frame inside card */
#menu .horizontal-item.has-caption .menu-image{
  height: 550px;
  overflow: hidden;
}

#menu .horizontal-item.has-caption .menu-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  will-change: transform;
}

/* Caption */
#menu .menu-caption{
  margin-top: 14px;
}

#menu .menu-caption h4{
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin: 0 0 6px 0;
  color: #0a0a0a;
}

#menu .menu-caption p{
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #6b7280;
}

/* Mobile */
@media (max-width: 767px){
  #menu .horizontal-item{
    width: 320px;
  }

  #menu .horizontal-item.has-caption .menu-image{
    height: 360px;
  }

  #menu .marquee__group{
    gap: 14px;
  }
}

/* Pause on hover (NO JUMP) */
/*
#menu:hover .marquee__track{
  animation-play-state: paused;
}
*/

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  #menu .marquee__track{
    animation: none !important;
    transform: none !important;
  }
}

/* Keyframes */
@keyframes menuScroll{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}




/* ==============================
   MOBILE MENU SAFE VERSION
============================== */

#mobile-menu{
  position: fixed;
  inset: 0;
  background-color: #A80000 !important;
  z-index: 9999;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;  /* key change */

  padding: 160px 24px 60px;     /* reserves space for logo/header */
  gap: 22px;
}

/* Make sure links are visible */
#mobile-menu a{
  color: #ffffff !important;
}

/* Menu items */
#mobile-menu .mobile-item{
  color: #ffffff !important;
  font-size: clamp(22px, 7vw, 46px) !important;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

/* Close button */
#mobile-menu #close-btn{
  color: #ffffff !important;
  font-size: 16px !important;
  letter-spacing: 0.3em !important;
}

/* Cookie Consent */
.cookie-consent {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 280px;
  background: rgba(0, 0, 0, 0.92);
  color: #fff;
  border-radius: 12px;
  padding: 14px 14px 12px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
  backdrop-filter: blur(10px);
}

.cookie-consent.is-hidden {
  display: none;
}

.cookie-consent__text {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.85);
}

.cookie-consent__btn {
  background: #A80000;
  border: none;
  color: white;
  font-size: 11px;
  padding: 7px 14px;
  border-radius: 999px;
  cursor: pointer;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.cookie-consent__btn:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}

@media (max-width: 640px) {
  .cookie-consent {
    left: 12px;
    right: 12px;
    width: auto;
    bottom: 12px;
  }
}