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

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

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Manrope, system-ui, 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;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  color: #241b1c;
  background-color: #fbf6ec;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  color: #241b1c;
  line-height: 1.12;
  letter-spacing: -0.015em;
}

a {
  -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
  background: #B91C1C;
  color: #fbf6ec;
}

::selection {
  background: #B91C1C;
  color: #fbf6ec;
}

:focus-visible {
  outline: 2px solid #C9A24B;
  outline-offset: 3px;
  border-radius: 4px;
}

/* Custom scrollbar */

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #E0F4F7;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #16798C, #0B444F);
  border-radius: 9999px;
  border: 3px solid #E0F4F7;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #115F6E, #072F35);
}

.container {
  width: 100%;
}

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

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

/* ---- Layout ---------------------------------------------------------- */

.shell {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .shell {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

@media (min-width: 768px) {
  .section {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}

.section-sm {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

main > section.section:not(.hero):not(.page-banner):not(.admission-cta),
  main > section.section-sm:not(.hero):not(.page-banner):not(.admission-cta) {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

main > section.section:not(.hero):not(.page-banner):not(.admission-cta):nth-of-type(3n + 1),
  main > section.section-sm:not(.hero):not(.page-banner):not(.admission-cta):nth-of-type(3n + 1) {
  background-image:
      linear-gradient(135deg, rgba(201, 162, 75, 0.11), transparent 42%),
      linear-gradient(315deg, rgba(17, 95, 110, 0.06), transparent 52%);
}

main > section.section:not(.hero):not(.page-banner):not(.admission-cta):nth-of-type(3n + 2),
  main > section.section-sm:not(.hero):not(.page-banner):not(.admission-cta):nth-of-type(3n + 2) {
  background-image:
      linear-gradient(145deg, rgba(185, 28, 28, 0.055), transparent 38%),
      linear-gradient(25deg, rgba(201, 162, 75, 0.095), transparent 58%);
}

main > section.section:not(.hero):not(.page-banner):not(.admission-cta):nth-of-type(3n),
  main > section.section-sm:not(.hero):not(.page-banner):not(.admission-cta):nth-of-type(3n) {
  background-image:
      linear-gradient(120deg, rgba(17, 95, 110, 0.07), transparent 44%),
      linear-gradient(300deg, rgba(185, 28, 28, 0.045), transparent 56%);
}

/* ---- Typography helpers --------------------------------------------- */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B91C1C;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(to right, #c9a24b, #B91C1C);
}

.eyebrow.is-center::after {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(to left, #c9a24b, #B91C1C);
}

.eyebrow.on-dark {
  color: #e6cf8e;
}

.section-title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.018em;
}

.section-title.text-ink-900 {
  color: #A87B3C;
}

.lead {
  font-size: 1.075rem;
  color: #5c5152;
  line-height: 1.75;
}

.rule-gold {
  height: 3px;
  width: 64px;
  border: 0;
  border-radius: 2px;
  background: linear-gradient(to right, #c9a24b, #e6cf8e, #c9a24b);
}

.rule-gold.is-center {
  margin-left: auto;
  margin-right: auto;
}

.text-foil {
  background: linear-gradient(100deg, #a87b3c 0%, #e6cf8e 25%, #c9a24b 50%, #f3e2b3 70%, #a87b3c 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: foilShine 7s linear infinite;
}

.text-teal-grad {
  background: linear-gradient(120deg, #16798C, #0B444F);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ---- Glass surfaces -------------------------------------------------- */

.glass {
  background: rgba(251, 246, 236, 0.66);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 32px rgba(7, 47, 53, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.glass-dark {
  background: rgba(7, 47, 53, 0.55);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid rgba(217, 190, 142, 0.28);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(217, 190, 142, 0.18);
}

@supports not (((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) or (-webkit-backdrop-filter: blur(1px))) {
  .glass {
    background: rgba(251, 246, 236, 0.97);
  }

  .glass-dark {
    background: rgba(7, 47, 53, 0.95);
  }
}

/* ---- Cards ----------------------------------------------------------- */

.card {
  background: #fffdf8;
  border: 1px solid #e7ddcb;
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(36, 27, 28, 0.04), 0 12px 28px -14px rgba(7, 47, 53, 0.16);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease;
}

.card-hover:hover {
  transform: translateY(-6px);
  box-shadow: 0 1px 2px rgba(36, 27, 28, 0.05), 0 28px 50px -18px rgba(7, 47, 53, 0.32);
}

.card-3d {
  position: relative;
  transform: perspective(950px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transform-style: preserve-3d;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;
  will-change: transform;
}

.card-3d .lift {
  transform: translateZ(38px);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.card-3d .lift-sm {
  transform: translateZ(20px);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* ---- Mesh / glow background ----------------------------------------- */

.mesh-bg {
  position: relative;
  overflow: hidden;
}

.mesh-bg::before {
  content: "";
  position: absolute;
  inset: -25%;
  z-index: 0;
  pointer-events: none;
  background:
      radial-gradient(38% 34% at 16% 20%, rgba(185, 28, 28, 0.13), transparent 70%),
      radial-gradient(34% 30% at 84% 12%, rgba(201, 162, 75, 0.20), transparent 70%),
      radial-gradient(46% 42% at 72% 90%, rgba(17, 95, 110, 0.18), transparent 70%);
  filter: blur(24px);
}

.mesh-bg > * {
  position: relative;
  z-index: 1;
}

/* ---- Buttons --------------------------------------------------------- */

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.9rem 1.9rem;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 0.96rem;
  border-radius: 14px;
  cursor: pointer;
  text-align: center;
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s ease, background-color 0.25s ease;
  overflow: hidden;
}

.btn:active {
  transform: translateY(0) scale(0.99);
}

.btn-primary {
  color: #fbf6ec;
  background: linear-gradient(160deg, #16798C 0%, #115F6E 58%, #072F35 100%);
  box-shadow: 0 10px 24px -8px rgba(7, 47, 53, 0.55), 0 0 0 1px rgba(201, 162, 75, 0.18) inset, inset 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 -2px 6px rgba(0, 0, 0, 0.28);
}

.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0 0 52% 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px -8px rgba(7, 47, 53, 0.62), 0 0 0 1px rgba(185, 28, 28, 0.22) inset, inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.btn-accent {
  color: #fbf6ec;
  background: linear-gradient(160deg, #C62828 0%, #B91C1C 55%, #991B1B 100%);
  box-shadow: 0 12px 26px -10px rgba(153, 27, 27, 0.52), 0 0 0 1px rgba(230, 207, 142, 0.16) inset, inset 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 -2px 6px rgba(0, 0, 0, 0.22);
}

.btn-accent::before {
  content: "";
  position: absolute;
  inset: 0 0 52% 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.btn-accent:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px -10px rgba(153, 27, 27, 0.6), 0 0 0 1px rgba(230, 207, 142, 0.2) inset, inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.btn-gold {
  color: #072F35;
  background: linear-gradient(160deg, #e6cf8e 0%, #c9a24b 55%, #a87b3c 100%);
  box-shadow: 0 10px 24px -8px rgba(168, 123, 60, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 -2px 6px rgba(0, 0, 0, 0.18);
}

.btn-gold::before {
  content: "";
  position: absolute;
  inset: 0 0 52% 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px -8px rgba(168, 123, 60, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.btn-secondary {
  color: #115F6E;
  background: #fffdf8;
  border: 1.5px solid #d9be8e;
  box-shadow: 0 6px 18px -10px rgba(7, 47, 53, 0.3);
}

.btn-secondary:hover {
  transform: translateY(-3px);
  border-color: #c9a24b;
  box-shadow: 0 12px 28px -10px rgba(201, 162, 75, 0.5), 0 0 0 1px rgba(201, 162, 75, 0.25) inset;
}

.btn-ghost {
  color: #fbf6ec;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(230, 207, 142, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.btn-ghost:hover {
  transform: translateY(-3px);
  background: rgba(230, 207, 142, 0.16);
  border-color: #e6cf8e;
}

.btn-sm {
  padding: 0.6rem 1.25rem;
  font-size: 0.85rem;
  border-radius: 11px;
}

.btn-block {
  width: 100%;
}

/* ---- Chips & badges ------------------------------------------------- */

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.9rem;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 9999px;
  background: #E0F4F7;
  color: #115F6E;
  border: 1px solid rgba(185, 28, 28, 0.16);
}

.chip-gold {
  background: rgba(201, 162, 75, 0.16);
  color: #a87b3c;
  border-color: rgba(201, 162, 75, 0.32);
}

.chip-glass {
  background: rgba(255, 255, 255, 0.12);
  color: #f7eedd;
  border: 1px solid rgba(230, 207, 142, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* ---- Forms ----------------------------------------------------------- */

.field-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #5c5152;
  margin-bottom: 0.4rem;
  letter-spacing: 0.01em;
}

.field-input {
  width: 100%;
  padding: 0.85rem 1rem;
  font-family: "Manrope", sans-serif;
  font-size: 0.96rem;
  color: #241b1c;
  background: #fffdf8;
  border: 1.5px solid #e7ddcb;
  border-radius: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.field-input::-moz-placeholder {
  color: #9a8f8f;
}

.field-input::placeholder {
  color: #9a8f8f;
}

.field-input:focus {
  outline: none;
  border-color: #c9a24b;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(201, 162, 75, 0.16);
}

textarea.field-input {
  resize: vertical;
  min-height: 110px;
}

/* ---- Section divider ------------------------------------------------- */

.divider-fade {
  height: 1px;
  border: 0;
  background: linear-gradient(to right, transparent, #e7ddcb 20%, #e7ddcb 80%, transparent);
}

/* ---- Decorative gold ring icon -------------------------------------- */

.icon-ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  color: #115F6E;
  background: linear-gradient(160deg, #ffffff, #f7eedd);
  border: 1px solid rgba(201, 162, 75, 0.4);
  box-shadow: 0 8px 18px -10px rgba(7, 47, 53, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
}

.icon-ring-dark {
  color: #e6cf8e;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(230, 207, 142, 0.35);
}

/* ---- Skeleton loader ------------------------------------------------- */

.skeleton {
  background: linear-gradient(100deg, #ebdbc0 28%, #f7eedd 50%, #ebdbc0 72%);
  background-size: 220% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  border-radius: 10px;
}

/* ---- Dynamic content cards ------------------------------------------ */

.notice-row {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: #fffdf8;
  border: 1px solid #e7ddcb;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.notice-row:hover {
  transform: translateX(4px);
  border-color: #d9be8e;
  box-shadow: 0 10px 22px -14px rgba(7, 47, 53, 0.4);
}

.gallery-tile {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #e7ddcb;
  background: #f7eedd;
  cursor: pointer;
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.gallery-tile:hover img {
  transform: scale(1.08);
}

.faculty-card {
  background: linear-gradient(170deg, #fffdf8, #f7eedd);
  border: 1px solid #e7ddcb;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease;
}

.faculty-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 46px -20px rgba(7, 47, 53, 0.34);
}

.news-card {
  display: flex;
  flex-direction: column;
  background: #fffdf8;
  border: 1px solid #e7ddcb;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease;
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 46px -20px rgba(7, 47, 53, 0.34);
}

/* ---- Floating action buttons ---------------------------------------- */

.fab {
  position: fixed;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 9999px;
  box-shadow: 0 12px 26px -8px rgba(7, 47, 53, 0.5);
  transition: transform 0.25s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.fab:hover {
  transform: translateY(-4px) scale(1.05);
}

/* ---- Inner-page banner ---------------------------------------------- */

.page-banner {
  position: relative;
  overflow: hidden;
  background:
      radial-gradient(105% 80% at 86% -25%, rgba(185, 28, 28, 0.42), transparent 60%),
      radial-gradient(65% 55% at 12% 118%, rgba(201, 162, 75, 0.18), transparent 64%),
      linear-gradient(160deg, #0B444F 0%, #072F35 70%, #041F24 100%);
}

.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(230, 207, 142, 0.07) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.page-banner::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 9999px;
  background: rgba(185, 28, 28, 0.16);
  filter: blur(70px);
  top: -120px;
  left: -60px;
  pointer-events: none;
}

/* ---- Prose (long-form content) -------------------------------------- */

.prose-vza {
  color: #5c5152;
  line-height: 1.8;
}

.prose-vza > * + * {
  margin-top: 1.1rem;
}

.prose-vza h2 {
  font-family: "Fraunces", serif;
  font-size: 1.7rem;
  color: #241b1c;
  margin-top: 2rem;
}

.prose-vza h3 {
  font-family: "Fraunces", serif;
  font-size: 1.3rem;
  color: #241b1c;
  margin-top: 1.6rem;
}

.prose-vza p {
  color: #5c5152;
}

.prose-vza strong {
  color: #241b1c;
  font-weight: 600;
}

.prose-vza ul {
  list-style: none;
  padding: 0;
}

.prose-vza ul li {
  position: relative;
  padding-left: 1.7rem;
  margin-top: 0.6rem;
}

.prose-vza ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.15rem;
  font-size: 0.72rem;
  color: #c9a24b;
}

/* ---- Navigation ------------------------------------------------------ */

.navbar {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  transition: padding 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.35s ease,
      box-shadow 0.35s ease;
}

.navbar.is-scrolled {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  box-shadow: 0 12px 32px -18px rgba(7, 47, 53, 0.5);
}

.navbar-logo {
  height: 62px;
  transition: height 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.navbar.is-scrolled .navbar-logo {
  height: 48px;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.15rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #072F35;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(to right, #c9a24b, #B91C1C, #16798C);
  transform: scaleX(0);
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.nav-item:hover .nav-link,
  .nav-link.is-current {
  color: #B91C1C;
}

.nav-item:hover .nav-link::after,
  .nav-link.is-current::after {
  transform: scaleX(1);
}

.nav-item:hover .nav-caret {
  transform: rotate(180deg);
}

.nav-caret {
  transition: transform 0.25s ease;
  font-size: 0.6rem;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  min-width: 268px;
  padding: 0.65rem;
  border-radius: 18px;
  background: rgba(255, 251, 244, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 36px rgba(7, 47, 53, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1),
      visibility 0.25s;
  z-index: 50;
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  height: 16px;
}

.nav-item:hover .nav-dropdown,
  .nav-item:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.dropdown-link {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.68rem 0.8rem;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #5c5152;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.dropdown-link i {
  color: #c9a24b;
  font-size: 0.72rem;
  transition: transform 0.18s ease;
}

.dropdown-link:hover {
  background: #f7eedd;
  color: #115F6E;
  transform: translateX(3px);
}

.dropdown-link:hover i {
  transform: translateX(2px);
}

.dropdown-link.is-current {
  background: #FEE2E2;
  color: #B91C1C;
}

.hamburger-line {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #115F6E;
  transition: transform 0.3s ease, opacity 0.2s ease;
}

.hamburger.is-open .hamburger-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.hamburger.is-open .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger.is-open .hamburger-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(7, 47, 53, 0.55);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}

.drawer-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.\!drawer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 90 !important;
  height: 100% !important;
  width: min(87vw, 390px) !important;
  transform: translateX(100%) !important;
  transition: transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: flex !important;
  flex-direction: column !important;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  height: 100%;
  width: min(87vw, 390px);
  transform: translateX(100%);
  transition: transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.\!drawer.is-open {
  transform: translateX(0) !important;
}

.drawer.is-open {
  transform: translateX(0);
}

.m-acc-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s ease;
}

.m-acc.is-open .m-acc-panel {
  max-height: 640px;
}

.m-acc.is-open .m-acc-caret {
  transform: rotate(180deg);
}

.m-acc-caret {
  transition: transform 0.3s ease;
}

.m-link {
  display: block;
  padding: 0.72rem 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #072F35;
  border-radius: 10px;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.m-link:hover {
  background: #f7eedd;
  color: #16798C;
}

.m-sublink {
  display: block;
  padding: 0.55rem 0.5rem 0.55rem 1.4rem;
  font-size: 0.88rem;
  color: #5c5152;
  border-radius: 10px;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.m-sublink:hover {
  background: #f7eedd;
  color: #115F6E;
}

.apply-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.apply-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.apply-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 47, 53, 0.56);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.apply-modal-card {
  position: relative;
  width: min(100%, 820px);
  border-radius: 28px;
  border: 1px solid rgba(217, 190, 142, 0.32);
  background: linear-gradient(180deg, #fffdf9 0%, #f7f1e8 100%);
  box-shadow: 0 28px 70px -30px rgba(7, 47, 53, 0.55);
  padding: 1.25rem 1.35rem 1.2rem;
}

.apply-modal-head {
  padding-right: 2.5rem;
}

.apply-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  color: #B91C1C;
  background: #FEE2E2;
  border: 1px solid rgba(185, 28, 28, 0.16);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.apply-modal-close:hover {
  background: #B91C1C;
  color: #fbf6ec;
  transform: rotate(90deg);
}

.apply-modal-head .eyebrow {
  margin-bottom: 0.6rem;
}

.apply-modal-head h2 {
  font-size: 1.95rem;
}

.apply-modal-head p {
  margin-top: 0.35rem;
}

.apply-modal-form .grid {
  gap: 0.9rem;
}

.apply-modal-form .\!grid {
  gap: 0.9rem !important;
}

.apply-modal-form .field-label {
  margin-bottom: 0.28rem;
  font-size: 0.78rem;
}

.apply-modal-form .field-input {
  padding: 0.72rem 0.95rem;
  font-size: 0.93rem;
}

.apply-modal-form .mt-4 {
  margin-top: 0.9rem;
}

.apply-modal-form .mt-6 {
  margin-top: 1rem;
}

.apply-modal-textarea {
  min-height: 86px;
}

@media (max-width: 640px) {
  .apply-modal-card {
    width: min(100%, 720px);
    padding: 1rem;
    border-radius: 22px;
  }

  .apply-modal-head h2 {
    font-size: 1.65rem;
  }

  .apply-modal-form .grid {
    gap: 0.75rem;
  }

  .apply-modal-textarea {
    min-height: 72px;
  }

  .apply-modal-form .\!grid {
    gap: 0.75rem !important;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

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

.-bottom-5 {
  bottom: -1.25rem;
}

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

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

.-right-10 {
  right: -2.5rem;
}

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

.left-3 {
  left: 0.75rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-3 {
  top: 0.75rem;
}

.top-5 {
  top: 1.25rem;
}

.top-7 {
  top: 1.75rem;
}

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

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

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

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

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

.-mr-1\.5 {
  margin-right: -0.375rem;
}

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

.mt-7 {
  margin-top: 1.75rem;
}

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

.mt-9 {
  margin-top: 2.25rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-72 {
  height: 18rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

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

.w-2\/5 {
  width: 40%;
}

.w-3\/4 {
  width: 75%;
}

.w-40 {
  width: 10rem;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-72 {
  width: 18rem;
}

.w-9 {
  width: 2.25rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.min-w-0 {
  min-width: 0px;
}

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

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

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-\[220px\] {
  max-width: 220px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

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

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[5px\] {
  gap: 5px;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.break-all {
  word-break: break-all;
}

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

.rounded-2xl2 {
  border-radius: 20px;
}

.rounded-3xl2 {
  border-radius: 28px;
}

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

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

.rounded-xl2 {
  border-radius: 14px;
}

.border {
  border-width: 1px;
}

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

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

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

.border-champagne-500\/15 {
  border-color: rgb(217 190 142 / 0.15);
}

.border-champagne-500\/20 {
  border-color: rgb(217 190 142 / 0.2);
}

.border-champagne-500\/25 {
  border-color: rgb(217 190 142 / 0.25);
}

.border-champagne-500\/30 {
  border-color: rgb(217 190 142 / 0.3);
}

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

.border-line {
  --tw-border-opacity: 1;
  border-color: rgb(231 221 203 / var(--tw-border-opacity, 1));
}

.border-line\/70 {
  border-color: rgb(231 221 203 / 0.7);
}

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

.bg-\[\#25D366\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1));
}

.bg-champagne-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 238 221 / var(--tw-bg-opacity, 1));
}

.bg-champagne-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 219 192 / var(--tw-bg-opacity, 1));
}

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(251 246 236 / var(--tw-bg-opacity, 1));
}

.bg-gold-500\/10 {
  background-color: rgb(201 162 75 / 0.1);
}

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

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 244 247 / var(--tw-bg-opacity, 1));
}

.bg-teal-700\/40 {
  background-color: rgb(17 95 110 / 0.4);
}

.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 47 53 / 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\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

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

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

.from-gold-500 {
  --tw-gradient-from: #C9A24B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 162 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600 {
  --tw-gradient-from: #16798C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 121 140 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent 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);
}

.via-champagne-500 {
  --tw-gradient-to: rgb(217 190 142 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #D9BE8E var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gold-500\/55 {
  --tw-gradient-to: rgb(201 162 75 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 162 75 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-bronze-600 {
  --tw-gradient-to: #A87B3C var(--tw-gradient-to-position);
}

.to-teal-800 {
  --tw-gradient-to: #0B444F var(--tw-gradient-to-position);
}

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

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

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.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-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

.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-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

.pb-24 {
  padding-bottom: 6rem;
}

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

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

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

.pt-3 {
  padding-top: 0.75rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

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

.font-bangla {
  font-family: "Noto Serif Bengali", Georgia, serif;
}

.font-deva {
  font-family: "Tiro Devanagari Sanskrit", serif;
}

.font-display {
  font-family: Fraunces, Georgia, serif;
}

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

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

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

.text-\[0\.58rem\] {
  font-size: 0.58rem;
}

.text-\[0\.72rem\] {
  font-size: 0.72rem;
}

.text-\[0\.78rem\] {
  font-size: 0.78rem;
}

.text-\[0\.7rem\] {
  font-size: 0.7rem;
}

.text-\[0\.82rem\] {
  font-size: 0.82rem;
}

.text-\[0\.84rem\] {
  font-size: 0.84rem;
}

.text-\[0\.92rem\] {
  font-size: 0.92rem;
}

.text-\[0\.93rem\] {
  font-size: 0.93rem;
}

.text-\[0\.95rem\] {
  font-size: 0.95rem;
}

.text-\[0\.98rem\] {
  font-size: 0.98rem;
}

.text-\[0\.9rem\] {
  font-size: 0.9rem;
}

.text-\[1\.02rem\] {
  font-size: 1.02rem;
}

.text-\[1\.05rem\] {
  font-size: 1.05rem;
}

.text-\[1\.15rem\] {
  font-size: 1.15rem;
}

.text-\[1\.8rem\] {
  font-size: 1.8rem;
}

.text-\[2\.6rem\] {
  font-size: 2.6rem;
}

.text-\[6rem\] {
  font-size: 6rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

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

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

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

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

.uppercase {
  text-transform: uppercase;
}

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

.leading-none {
  line-height: 1;
}

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

.leading-snug {
  line-height: 1.375;
}

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

.tracking-\[0\.07em\] {
  letter-spacing: 0.07em;
}

.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}

.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}

.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-bronze-600 {
  --tw-text-opacity: 1;
  color: rgb(168 123 60 / var(--tw-text-opacity, 1));
}

.text-champagne-100 {
  --tw-text-opacity: 1;
  color: rgb(247 238 221 / var(--tw-text-opacity, 1));
}

.text-champagne-100\/55 {
  color: rgb(247 238 221 / 0.55);
}

.text-champagne-100\/60 {
  color: rgb(247 238 221 / 0.6);
}

.text-champagne-100\/65 {
  color: rgb(247 238 221 / 0.65);
}

.text-champagne-100\/70 {
  color: rgb(247 238 221 / 0.7);
}

.text-champagne-100\/75 {
  color: rgb(247 238 221 / 0.75);
}

.text-champagne-100\/80 {
  color: rgb(247 238 221 / 0.8);
}

.text-champagne-100\/85 {
  color: rgb(247 238 221 / 0.85);
}

.text-champagne-100\/90 {
  color: rgb(247 238 221 / 0.9);
}

.text-champagne-300 {
  --tw-text-opacity: 1;
  color: rgb(235 219 192 / var(--tw-text-opacity, 1));
}

.text-champagne-500 {
  --tw-text-opacity: 1;
  color: rgb(217 190 142 / var(--tw-text-opacity, 1));
}

.text-error {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-gold-300 {
  --tw-text-opacity: 1;
  color: rgb(230 207 142 / var(--tw-text-opacity, 1));
}

.text-gold-300\/90 {
  color: rgb(230 207 142 / 0.9);
}

.text-gold-500 {
  --tw-text-opacity: 1;
  color: rgb(201 162 75 / var(--tw-text-opacity, 1));
}

.text-gold-500\/70 {
  color: rgb(201 162 75 / 0.7);
}

.text-ink-300 {
  --tw-text-opacity: 1;
  color: rgb(154 143 143 / var(--tw-text-opacity, 1));
}

.text-ink-600 {
  --tw-text-opacity: 1;
  color: rgb(92 81 82 / var(--tw-text-opacity, 1));
}

.text-ink-900 {
  --tw-text-opacity: 1;
  color: rgb(36 27 28 / var(--tw-text-opacity, 1));
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(22 121 140 / var(--tw-text-opacity, 1));
}

.text-teal-600\/80 {
  color: rgb(22 121 140 / 0.8);
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(17 95 110 / var(--tw-text-opacity, 1));
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.shadow-card {
  --tw-shadow: 0 12px 28px -12px rgba(7,47,53,0.16);
  --tw-shadow-colored: 0 12px 28px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lift {
  --tw-shadow: 0 28px 50px -18px rgba(7,47,53,0.32);
  --tw-shadow-colored: 0 28px 50px -18px 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 2px 8px -2px rgba(7,47,53,0.10);
  --tw-shadow-colored: 0 2px 8px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-line {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 221 203 / var(--tw-ring-opacity, 1));
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.animate-floaty {
  animation: floaty 6s ease-in-out infinite;
}

.animate-floaty-slow {
  animation: floatySlow 9s ease-in-out infinite;
}

.reveal-up {
  animation: revealUp 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

/* ==========================================================================
   VISION Z ACADEMY — Premium Design System
   Palette: Dark Teal, Gold & Deep Red
   ========================================================================== */

/* ----------------------------------------------------------- BASE LAYER -- */

/* ------------------------------------------------------------ KEYFRAMES -- */

@keyframes foilShine {
  to {
    background-position: 200% center;
  }
}

@keyframes shimmer {
  to {
    background-position: -200% 0;
  }
}

@keyframes floaty {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

@keyframes floatySlow {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-22px) rotate(2deg);
  }
}

@keyframes pulseRing {
  0% {
    box-shadow: 0 0 0 0 rgba(201, 162, 75, 0.5);
  }

  70% {
    box-shadow: 0 0 0 16px rgba(201, 162, 75, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(201, 162, 75, 0);
  }
}

@keyframes spinSlow {
  to {
    transform: rotate(360deg);
  }
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ------------------------------------------------------ COMPONENT LAYER -- */

/* -------------------------------------------------------- UTILITY LAYER -- */

/* ---- Reduced motion ------------------------------------------------------ */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .card-3d {
    transform: none !important;
  }
}

.hover\:gap-3:hover {
  gap: 0.75rem;
}

.hover\:border-gold-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(201 162 75 / var(--tw-border-opacity, 1));
}

.hover\:bg-gold-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 75 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 95 110 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:text-champagne-100:hover {
  --tw-text-opacity: 1;
  color: rgb(247 238 221 / var(--tw-text-opacity, 1));
}

.hover\:text-gold-300:hover {
  --tw-text-opacity: 1;
  color: rgb(230 207 142 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-700:hover {
  --tw-text-opacity: 1;
  color: rgb(17 95 110 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-900:hover {
  --tw-text-opacity: 1;
  color: rgb(7 47 53 / var(--tw-text-opacity, 1));
}

.hover\:text-white\/85:hover {
  color: rgb(255 255 255 / 0.85);
}

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

@media (min-width: 640px) {
  .sm\:right-6 {
    right: 1.5rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:inline {
    display: inline;
  }

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

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

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

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

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

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

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

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

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

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-9 {
    padding: 2.25rem;
  }

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

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

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

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

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

  .sm\:text-\[0\.64rem\] {
    font-size: 0.64rem;
  }

  .sm\:text-\[0\.72rem\] {
    font-size: 0.72rem;
  }

  .sm\:text-\[0\.78rem\] {
    font-size: 0.78rem;
  }

  .sm\:text-\[0\.7rem\] {
    font-size: 0.7rem;
  }

  .sm\:text-\[0\.8rem\] {
    font-size: 0.8rem;
  }

  .sm\:text-\[1\.22rem\] {
    font-size: 1.22rem;
  }

  .sm\:text-\[3\.4rem\] {
    font-size: 3.4rem;
  }

  .sm\:text-\[8rem\] {
    font-size: 8rem;
  }

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

@media (min-width: 768px) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

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

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

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

  .md\:justify-end {
    justify-content: flex-end;
  }

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

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

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

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

  .lg\:inline {
    display: inline;
  }

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

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

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

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

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

  .lg\:gap-7 {
    gap: 1.75rem;
  }

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

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-line {
    --tw-border-opacity: 1;
    border-color: rgb(231 221 203 / var(--tw-border-opacity, 1));
  }

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

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

  .lg\:pt-20 {
    padding-top: 5rem;
  }

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

  .lg\:text-\[4rem\] {
    font-size: 4rem;
  }
}

@media (min-width: 1280px) {
  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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