*, ::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: 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;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Albert Sans', system-ui, sans-serif;
  color: #3B2313;
  background-color: #F8F5F0;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
}

em {
  font-style: italic;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

/* Navigation link hover animation */

.nav-link {
  position: relative;
  font-family: "Albert Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.16px;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0px;
  height: 1px;
  width: 0px;
  background-color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.nav-link:hover::after {
  width: 100%;
}

/* Active nav link (current page) — underline like Core Atelier */

.nav-link-active {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.nav-link-active::after {
  display: none;
}

/* Contact nav link — subtle dark badge like Core Atelier */

.nav-link-contact {
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: rgba(59, 35, 19, 0.5);
}

.header-scrolled .nav-link-contact {
  background: rgba(59, 35, 19, 0.08);
}

/* Button styles */

.btn-primary {
  display: inline-block;
  border-radius: 80px;
  --tw-bg-opacity: 1;
  background-color: rgb(59 35 19 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "Albert Sans", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-primary:hover {
  background-color: rgb(59 35 19 / 0.8);
}

.btn-rounded {
  display: inline-block;
  font-family: "Albert Sans", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(59 35 19 / var(--tw-text-opacity, 1));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
  transition: background-size 0.3s ease;
}

.btn-rounded:hover {
  background-size: 0% 1px;
}

/* Input styles */

.gl-input {
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(59 35 19 / 0.4);
  background-color: transparent;
  padding-bottom: 0.5rem;
  font-family: "Albert Sans", system-ui, sans-serif;
  font-size: 15px;
  line-height: 19px;
  --tw-text-opacity: 1;
  color: rgb(59 35 19 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.gl-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 35 19 / var(--tw-border-opacity, 1));
}

.gl-input::-moz-placeholder {
  color: rgb(59 35 19 / 0.4);
}

.gl-input::placeholder {
  color: rgb(59 35 19 / 0.4);
}

/* Section spacing */

/* Heading sizes matching Core Atelier */

.heading-xl {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 52.25px;
  letter-spacing: -0.55px;
}

@media (min-width: 768px) {
  .heading-xl {
    font-size: 60px;
    line-height: 57px;
    letter-spacing: -0.6px;
  }
}

@media (min-width: 1024px) {
  .heading-xl {
    font-size: 80px;
    line-height: 68px;
    letter-spacing: -0.8px;
  }
}

.heading-lg {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 40.5px;
  letter-spacing: -0.45px;
}

@media (min-width: 768px) {
  .heading-lg {
    font-size: 55px;
    line-height: 46.75px;
    letter-spacing: -0.55px;
  }
}

@media (min-width: 1024px) {
  .heading-lg {
    font-size: 70px;
    line-height: 60px;
    letter-spacing: -0.7px;
  }
}

.heading-hero {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 85%;
  letter-spacing: 0.7px;
}

@media (min-width: 1024px) {
  .heading-hero {
    font-size: 80px;
    line-height: 68px;
    letter-spacing: -0.8px;
  }
}

.body-text {
  font-family: "Albert Sans", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.14px;
}

@media (min-width: 768px) {
  .body-text {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.15px;
  }
}

@media (min-width: 1024px) {
  .body-text {
    font-size: 18px;
    line-height: 25px;
  }
}

/* Placeholder image style */

/* Reveal animations (controlled by JS) */

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-image {
  overflow: hidden;
}

.reveal-image .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F8F5F0;
  z-index: 2;
  transform-origin: right;
}

.reveal-image .\!cover {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #F8F5F0 !important;
  z-index: 2 !important;
  transform-origin: right !important;
}

/* Logo light version (for dark backgrounds) */

.logo-light {
  filter: brightness(0) invert(1);
}

/* Header default: transparent */

.site-header {
  background-color: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
}

/* Scrolled header state — solid bg with shadow, clearly separated from content */

.site-header.header-scrolled {
  background-color: #F3EDE6;
  border-bottom: 1px solid rgba(59, 35, 19, 0.15);
  box-shadow: 0 2px 12px rgba(59, 35, 19, 0.08);
}

.header-scrolled .nav-link {
  --tw-text-opacity: 1;
  color: rgb(59 35 19 / var(--tw-text-opacity, 1));
}

.header-scrolled .logo-img {
  filter: none !important;
}

/* Hero gradient overlay — center darkening for text readability */

.hero-overlay {
  background: linear-gradient(0deg, rgba(59, 35, 19, 0) 50%, rgba(59, 35, 19, 0.6) 100%);
}

.hero-overlay-bottom {
  background: linear-gradient(180deg, rgba(59, 35, 19, 0) 30%, rgba(59, 35, 19, 0.5) 100%);
}

.hero-overlay-center {
  background: radial-gradient(ellipse at center, rgba(59, 35, 19, 0.4) 0%, rgba(59, 35, 19, 0) 70%);
}

/* Hero text — strong multi-layer shadow for readability on any background */

.hero-text {
  text-shadow:
      0 0 40px rgba(0, 0, 0, 0.5),
      0 0 80px rgba(0, 0, 0, 0.3),
      0 2px 6px rgba(0, 0, 0, 0.6);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

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

.left-6 {
  left: 1.5rem;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.top-0 {
  top: 0px;
}

.top-\[140px\] {
  top: 140px;
}

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.aspect-\[328\/250\] {
  aspect-ratio: 328/250;
}

.aspect-\[360\/420\] {
  aspect-ratio: 360/420;
}

.aspect-\[360\/600\] {
  aspect-ratio: 360/600;
}

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

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

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

.h-8 {
  height: 2rem;
}

.h-\[100dvh\] {
  height: 100dvh;
}

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

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

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

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

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

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

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

.min-h-screen {
  min-height: 100vh;
}

.w-8 {
  width: 2rem;
}

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

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

.w-\[45\%\] {
  width: 45%;
}

.w-\[55\%\] {
  width: 55%;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-full {
  max-width: 100%;
}

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

.basis-\[100\%\] {
  flex-basis: 100%;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-center {
  transform-origin: center;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-x-\[100\%\] {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-y-\[100\%\] {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[4\.5px\] {
  --tw-translate-y: 4.5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.scale-\[1\.1\] {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

@keyframes scale-in {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.animate-scale-in {
  animation: scale-in 1.2s ease-out forwards;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-none {
  resize: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.grid-cols-\[auto_1fr_auto\] {
  grid-template-columns: auto 1fr auto;
}

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-\[22px\] {
  -moz-column-gap: 22px;
       column-gap: 22px;
}

.gap-x-\[32px\] {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-\[30px\] {
  row-gap: 30px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.rounded-\[80px\] {
  border-radius: 80px;
}

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

.border {
  border-width: 1px;
}

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

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

.border-cream\/20 {
  border-color: rgb(248 245 240 / 0.2);
}

.border-cream\/30 {
  border-color: rgb(248 245 240 / 0.3);
}

.border-espresso {
  --tw-border-opacity: 1;
  border-color: rgb(59 35 19 / var(--tw-border-opacity, 1));
}

.border-espresso\/20 {
  border-color: rgb(59 35 19 / 0.2);
}

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

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

.bg-brown-mid {
  --tw-bg-opacity: 1;
  background-color: rgb(123 74 42 / var(--tw-bg-opacity, 1));
}

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 240 / var(--tw-bg-opacity, 1));
}

.bg-espresso {
  --tw-bg-opacity: 1;
  background-color: rgb(59 35 19 / var(--tw-bg-opacity, 1));
}

.bg-espresso\/80 {
  background-color: rgb(59 35 19 / 0.8);
}

.bg-taupe {
  --tw-bg-opacity: 1;
  background-color: rgb(140 122 107 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-\[url\(\'data\:image\/svg\+xml\;charset\=UTF-8\2c \%3Csvg\%20xmlns\%3D\%22http\%3A\%2F\%2Fwww\.w3\.org\%2F2000\%2Fsvg\%22\%20width\%3D\%2212\%22\%20height\%3D\%227\%22\%20viewBox\%3D\%220\%200\%2012\%207\%22\%3E\%3Cpath\%20d\%3D\%22M1\%201l5\%205\%205-5\%22\%20stroke\%3D\%22\%233B2313\%22\%20stroke-width\%3D\%221\.5\%22\%20fill\%3D\%22none\%22\%20stroke-linecap\%3D\%22round\%22\%20stroke-linejoin\%3D\%22round\%22\%2F\%3E\%3C\%2Fsvg\%3E\'\)\] {
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%3E%3Cpath%20d%3D%22M1%201l5%205%205-5%22%20stroke%3D%22%233B2313%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
}

.bg-\[right_0_center\] {
  background-position: right 0 center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

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

.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}

.px-\[64px\] {
  padding-left: 64px;
  padding-right: 64px;
}

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

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

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

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

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[17px\] {
  padding-top: 17px;
  padding-bottom: 17px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}

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

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

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

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

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

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

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[48px\] {
  padding-bottom: 48px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pb-\[80px\] {
  padding-bottom: 80px;
}

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

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

.pt-\[120px\] {
  padding-top: 120px;
}

.pt-\[12px\] {
  padding-top: 12px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

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

.font-body {
  font-family: "Albert Sans", system-ui, sans-serif;
}

.font-display {
  font-family: "Cormorant Garamond", Georgia, serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.leading-\[14px\] {
  line-height: 14px;
}

.leading-\[17px\] {
  line-height: 17px;
}

.leading-\[19px\] {
  line-height: 19px;
}

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

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[23px\] {
  line-height: 23px;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[40\.5px\] {
  line-height: 40.5px;
}

.leading-\[52px\] {
  line-height: 52px;
}

.leading-\[56px\] {
  line-height: 56px;
}

.leading-\[58px\] {
  line-height: 58px;
}

.leading-\[60px\] {
  line-height: 60px;
}

.leading-\[72px\] {
  line-height: 72px;
}

.tracking-\[-0\.12px\] {
  letter-spacing: -0.12px;
}

.tracking-\[-0\.45px\] {
  letter-spacing: -0.45px;
}

.tracking-\[-0\.55px\] {
  letter-spacing: -0.55px;
}

.tracking-\[-0\.64px\] {
  letter-spacing: -0.64px;
}

.tracking-\[-0\.65px\] {
  letter-spacing: -0.65px;
}

.tracking-\[-0\.6px\] {
  letter-spacing: -0.6px;
}

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

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

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-\[0\.39px\] {
  letter-spacing: 0.39px;
}

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

.text-cream {
  --tw-text-opacity: 1;
  color: rgb(248 245 240 / var(--tw-text-opacity, 1));
}

.text-cream\/40 {
  color: rgb(248 245 240 / 0.4);
}

.text-cream\/60 {
  color: rgb(248 245 240 / 0.6);
}

.text-cream\/70 {
  color: rgb(248 245 240 / 0.7);
}

.text-cream\/80 {
  color: rgb(248 245 240 / 0.8);
}

.text-cream\/90 {
  color: rgb(248 245 240 / 0.9);
}

.text-cream\/\[0\.12\] {
  color: rgb(248 245 240 / 0.12);
}

.text-espresso {
  --tw-text-opacity: 1;
  color: rgb(59 35 19 / var(--tw-text-opacity, 1));
}

.text-espresso\/40 {
  color: rgb(59 35 19 / 0.4);
}

.text-espresso\/50 {
  color: rgb(59 35 19 / 0.5);
}

.text-espresso\/60 {
  color: rgb(59 35 19 / 0.6);
}

.text-espresso\/80 {
  color: rgb(59 35 19 / 0.8);
}

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

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

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

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[transform\2c background-color\2c border-color\2c box-shadow\] {
  transition-property: transform,background-color,border-color,box-shadow;
  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;
}

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

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

.duration-\[800ms\] {
  transition-duration: 800ms;
}

.ease-\[cubic-bezier\(0\.6\2c 0\2c \.2\2c 1\)\] {
  transition-timing-function: cubic-bezier(0.6,0,.2,1);
}

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

.placeholder\:text-cream\/30::-moz-placeholder {
  color: rgb(248 245 240 / 0.3);
}

.placeholder\:text-cream\/30::placeholder {
  color: rgb(248 245 240 / 0.3);
}

.hover\:bg-espresso:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 35 19 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-cream:hover {
  --tw-text-opacity: 1;
  color: rgb(248 245 240 / var(--tw-text-opacity, 1));
}

.hover\:text-cream\/60:hover {
  color: rgb(248 245 240 / 0.6);
}

.hover\:text-cream\/70:hover {
  color: rgb(248 245 240 / 0.7);
}

.hover\:text-espresso:hover {
  --tw-text-opacity: 1;
  color: rgb(59 35 19 / var(--tw-text-opacity, 1));
}

.hover\:text-karamell:hover {
  --tw-text-opacity: 1;
  color: rgb(154 106 78 / var(--tw-text-opacity, 1));
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus {
  position: absolute;
}

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

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

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

.focus\:rounded:focus {
  border-radius: 0.25rem;
}

.focus\:border-cream:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 245 240 / var(--tw-border-opacity, 1));
}

.focus\:bg-espresso:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(59 35 19 / var(--tw-bg-opacity, 1));
}

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

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

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

@media (min-width: 768px) {
  .md\:bottom-8 {
    bottom: 2rem;
  }

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

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

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

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

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

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

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

  .md\:mt-\[27px\] {
    margin-top: 27px;
  }

  .md\:block {
    display: block;
  }

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

  .md\:aspect-\[280\/300\] {
    aspect-ratio: 280/300;
  }

  .md\:aspect-\[332\/400\] {
    aspect-ratio: 332/400;
  }

  .md\:aspect-\[768\/450\] {
    aspect-ratio: 768/450;
  }

  .md\:aspect-\[768\/500\] {
    aspect-ratio: 768/500;
  }

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

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

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

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

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

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

  .md\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:basis-\[39\.325\%\] {
    flex-basis: 39.325%;
  }

  .md\:basis-\[60\.675\%\] {
    flex-basis: 60.675%;
  }

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

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

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

  .md\:gap-\[24px\] {
    gap: 24px;
  }

  .md\:gap-\[32px\] {
    gap: 32px;
  }

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:gap-\[8px\] {
    gap: 8px;
  }

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

  .md\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:px-\[64px\] {
    padding-left: 64px;
    padding-right: 64px;
  }

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

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

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

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

  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .md\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .md\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .md\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .md\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .md\:pt-\[100px\] {
    padding-top: 100px;
  }

  .md\:pt-\[16px\] {
    padding-top: 16px;
  }

  .md\:pt-\[80px\] {
    padding-top: 80px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-\[21px\] {
    line-height: 21px;
  }

  .md\:leading-\[23px\] {
    line-height: 23px;
  }

  .md\:leading-\[26px\] {
    line-height: 26px;
  }

  .md\:leading-\[28px\] {
    line-height: 28px;
  }

  .md\:leading-\[52\.25px\] {
    line-height: 52.25px;
  }

  .md\:leading-\[57px\] {
    line-height: 57px;
  }

  .md\:leading-\[72px\] {
    line-height: 72px;
  }

  .md\:leading-\[90px\] {
    line-height: 90px;
  }

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

@media (min-width: 1024px) {
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .lg\:mt-\[36px\] {
    margin-top: 36px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:aspect-\[500\/450\] {
    aspect-ratio: 500/450;
  }

  .lg\:aspect-\[688\/400\] {
    aspect-ratio: 688/400;
  }

  .lg\:aspect-\[750\/450\] {
    aspect-ratio: 750/450;
  }

  .lg\:aspect-\[96\/35\] {
    aspect-ratio: 96/35;
  }

  .lg\:aspect-\[96\/40\] {
    aspect-ratio: 96/40;
  }

  .lg\:max-h-\[160px\] {
    max-height: 160px;
  }

  .lg\:min-h-\[84px\] {
    min-height: 84px;
  }

  .lg\:w-\[80\%\] {
    width: 80%;
  }

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

  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }

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

  .lg\:scale-\[1\.5\] {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:px-\[64px\] {
    padding-left: 64px;
    padding-right: 64px;
  }

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

  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }

  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }

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

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

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

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

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

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

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

  .lg\:leading-\[100px\] {
    line-height: 100px;
  }

  .lg\:leading-\[110px\] {
    line-height: 110px;
  }

  .lg\:leading-\[68px\] {
    line-height: 68px;
  }

  .lg\:leading-\[90px\] {
    line-height: 90px;
  }

  .lg\:tracking-\[-1\.1px\] {
    letter-spacing: -1.1px;
  }

  .lg\:tracking-\[-1\.3px\] {
    letter-spacing: -1.3px;
  }

  .lg\:tracking-\[-1px\] {
    letter-spacing: -1px;
  }

  .lg\:transition-none {
    transition-property: none;
  }
}

@media (min-width: 1536px) {
  .\32xl\:gap-x-\[126px\] {
    -moz-column-gap: 126px;
         column-gap: 126px;
  }
}
