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

body {
  font-family: var(--font-body);
  background-color: var(--color-cream);
  color: var(--color-ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Type roles */

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

.font-script  {
  font-family: var(--font-script);
}

.eyebrow {
  font-family: var(--font-cambria);
  font-size: 13px;
  line-height: 16.8px;
  color: var(--color-gold-600);
}

html[lang='en'] .eyebrow {
  text-transform: uppercase;
  letter-spacing: 5.6px;
}

html[lang='ar'] .eyebrow {
  font-family: var(--font-body);
}

@media (min-width: 768px) {
  .eyebrow {
    font-size: 16px;
  }
}

.heading-gradient {
  background: var(--gradient-gold);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* Layout helpers */

.page-w {
  width: calc(100vw - 32px);
}

.divider-soft {
  height: 1px;
  background: var(--gradient-line);
}

.diamond-divider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 16px;
  width: 170px;
}

.diamond-divider-rule {
  height: 1px;
  width: 64px;
  background: var(--line-strong);
}

.diamond-divider-mark {
  font-family: var(--font-cambria);
  font-size: 12px;
  line-height: 16px;
  color: var(--color-ink);
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: var(--radius-pill);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}

.btn--primary {
  background: black;
  color: var(--color-cream-light);
  box-shadow: var(--shadow-glow);
  border: none;
}

.btn--outline {
  border: 1px solid var(--line-mid);
  color: rgba(34, 24, 17, 0.9);
  background: transparent;
}

.btn--block {
  display: flex;
  width: 100%;
  height: 52px;
  border-radius: var(--radius-button);
  gap: 16px;
}

html[lang='en'] .btn--block {
  text-transform: uppercase;
  letter-spacing: 4.2px;
}

.btn-icon {
  width: 16px;
  height: 16px;
}

html[lang='ar'] .btn-icon {
  transform: scaleX(-1);
}

/* Header language pill */

.lang-pill {
  border-radius: var(--radius-pill);
  border: 1px solid var(--stroke-dark);
  color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
}

@media (min-width: 768px) {
  .lang-pill {
    padding: 8px 20px;
    font-size: 18px;
  }
}

/* Form fields */

.field {
  position: relative;
  height: 45.33px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-field);
  background: var(--color-field-bg);
  display: flex;
  align-items: center;
  padding: 0 15.66px;
  color: var(--color-field-text);
  font-size: 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.field:hover {
  border-color: var(--line-mid);
}

.field:focus-within {
  border-color: var(--line-strong);
  box-shadow: 0 0 0 3px rgba(179, 121, 3, 0.12);
  background: var(--color-cream-light);
}

.field img {
  width: 16px;
  height: 16px;
  flex: none;
}

.field input,
  .field textarea {
  background: transparent;
  outline: none;
  width: 100%;
  color: inherit;
  font: inherit;
  border: none;
}

.field input::-moz-placeholder, .field textarea::-moz-placeholder {
  color: var(--color-ink-soft);
}

.field input::placeholder,
  .field textarea::placeholder {
  color: var(--color-ink-soft);
}

.field-select {
  background: transparent;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  min-width: 0;
  color: inherit;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-block: 0;
  text-overflow: ellipsis;
}

.field-select::-ms-expand {
  display: none;
}

.field-select option {
  background-color: var(--color-field-bg);
  color: var(--color-field-text);
}

.field-select option:disabled {
  color: var(--color-ink-soft);
}

.field-select:disabled {
  cursor: not-allowed;
}

.field:has(.field-select:disabled) {
  opacity: 0.65;
}

.field-select:has(option[value='']:checked) {
  color: var(--color-ink-soft);
}

.field:has(.field-select, input[name='date']) {
  cursor: pointer;
}

.field:has(.field-select:disabled) {
  cursor: not-allowed;
}

input::-webkit-calendar-picker-indicator,
  input::-webkit-inner-spin-button,
  input::-webkit-clear-button,
  input::-webkit-list-button {
  display: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

.field input[type='date']::-webkit-date-and-time-value {
  text-align: start;
}

.field input[type='date'] {
  background-image: none;
}

.is-submitted .field:has(:invalid:not(:disabled)) {
  border-color: #dc2626;
  background: #fef2f2;
}

.is-submitted .field:has(:invalid:not(:disabled)):focus-within {
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

#form-status {
  transition: color 160ms ease;
  min-height: 20px;
}

#form-status[data-state='success'] {
  color: #15803d;
  font-weight: 600;
}

#form-status[data-state='error'] {
  color: #b91c1c;
}

#form-status[data-state='loading'] {
  color: var(--color-ink-soft);
}

#form-status[data-state='success']::before {
  content: '✓  ';
}

#form-status[data-state='error']::before {
  content: '⚠  ';
}

.flatpickr-day.selected,
  .flatpickr-day.selected:hover,
  .flatpickr-day.startRange,
  .flatpickr-day.endRange {
  background: #b37903;
  border-color: #b37903;
  color: #fff;
}

.flatpickr-day.today {
  border-color: #b37903;
}

.flatpickr-day.today:hover {
  background: #b37903;
  color: #fff;
}

.field--tall {
  height: 85.33px;
  align-items: flex-start;
  padding-top: 15.67px;
  padding-bottom: 15.67px;
}

.field--static {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 500;
}

.field--static:hover {
  border-color: var(--line-soft);
}

.field--static:focus-within {
  border-color: var(--line-soft);
  box-shadow: none;
  background: var(--color-field-bg);
}

.field-counter {
  position: absolute;
  bottom: 15px;
  inset-inline-end: 15px;
  font-size: 10.4px;
  line-height: 15.6px;
  color: var(--color-ink-soft);
}

/* Surfaces */

.surface-card {
  background: rgba(249, 245, 236, 0.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

/* Hero carousel — two-slide crossfade */

.hero-carousel {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1200ms ease-in-out;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    transition: none;
  }
}

/* Gallery cards */

.gallery-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  background-color: var(--color-field-bg);
  background-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(255, 252, 245, 0.65) 50%,
      transparent 100%
    );
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation: skeleton-shimmer 2.4s ease-in-out infinite;
}

.gallery-card.is-loaded {
  background-image: none;
  animation: none;
}

.gallery-card picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-card-scrim {
  position: absolute;
  inset: 0;
  background: var(--gradient-scrim);
  opacity: 0.6;
  pointer-events: none;
  z-index: 2;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

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

.ms-3 {
  margin-inline-start: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-11 {
  height: 2.75rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-\[45\.33px\] {
  height: 45.33px;
}

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

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

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.min-h-\[calc\(100vh-200px\)\] {
  min-height: calc(100vh - 200px);
}

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

.w-12 {
  width: 3rem;
}

.w-40 {
  width: 10rem;
}

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

.w-\[207\.69px\] {
  width: 207.69px;
}

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

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

.resize-none {
  resize: none;
}

.auto-rows-\[210px\] {
  grid-auto-rows: 210px;
}

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

.grid-cols-\[88px_1fr\] {
  grid-template-columns: 88px 1fr;
}

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.bg-cream\/20 {
  background-color: rgb(253 250 244 / 0.2);
}

.bg-gold-600\/50 {
  background-color: rgb(179 121 3 / 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[29\.6px\] {
  font-size: 29.6px;
}

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-9 {
  line-height: 2.25rem;
}

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

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

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

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

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

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

.tracking-\[2\.6px\] {
  letter-spacing: 2.6px;
}

.tracking-normal {
  letter-spacing: 0em;
}

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

.text-gold-600 {
  --tw-text-opacity: 1;
  color: rgb(179 121 3 / var(--tw-text-opacity, 1));
}

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

.text-ink\/60 {
  color: rgb(34 24 17 / 0.6);
}

.text-ink\/70 {
  color: rgb(34 24 17 / 0.7);
}

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

/* ============================================================
 * Grand Plaza Halls — Design System
 * Tokens (CSS variables) + component classes.
 * Components live in @layer components so Tailwind utilities
 * still win at the call site.
 * ========================================================== */

/* ---------- 1. Tokens ---------- */

:root {
  --color-cream: #fdfaf4;
  --color-cream-light: #fdfcf8;
  --color-ink: #221811;
  --color-ink-soft: #655c52;
  --color-gold-400: #e3ae28;
  --color-gold-500: #d29922;
  --color-gold-600: #b37903;
  --color-gold-700: #9d6300;
  --color-field-bg: #f1eee7;
  --color-field-text: #2f2722;
  --color-card-bg: #f9f5ec;
  --color-divider: #ded6c9;
  --line-soft: rgba(179, 121, 3, 0.2);
  --line-mid: rgba(179, 121, 3, 0.5);
  --line-strong: rgba(179, 121, 3, 0.6);
  --stroke-dark: rgba(42, 42, 42, 0.5);
  --shadow-card: 0 30px 80px -20px rgba(138, 86, 0, 0.25);
  --shadow-glow: 0 0 20px rgba(210, 153, 34, 0.25);
  --radius-pill: 9999px;
  --radius-field: 16px;
  --radius-card: 20px;
  --radius-button: 16px;
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-display: 'Cormorant Garamond', serif;
  --font-script: 'Aref Ruqaa', serif;
  --font-cambria: 'Cambria Math', serif;
  --gradient-gold: linear-gradient(135deg, #9d6300 0%, #e3ae28 50%, #9d6300 100%);
  --gradient-line: linear-gradient(to right, rgba(210, 153, 34, 0), #d29922, rgba(210, 153, 34, 0));
  --gradient-scrim: linear-gradient(to top, rgba(253, 250, 244, 0.6), rgba(253, 250, 244, 0) 50%);
}

html[lang='ar'] {
  --font-body: 'Almarai', system-ui, sans-serif;
  --font-display: 'Almarai', system-ui, sans-serif;
}

/* ---------- 2. Base ---------- */

/* ---------- 3. Components ---------- */

@media (prefers-reduced-motion: reduce) {
  .gallery-card {
    animation: none;
  }
}

@media (min-width: 640px) {
  .sm\:h-\[40px\] {
    height: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tracking-\[4px\] {
    letter-spacing: 4px;
  }
}

@media (min-width: 768px) {
  .md\:col-start-1 {
    grid-column-start: 1;
  }

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

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

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

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

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

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

  .md\:flex {
    display: flex;
  }

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

  .md\:h-\[58\.67px\] {
    height: 58.67px;
  }

  .md\:h-\[62\.67px\] {
    height: 62.67px;
  }

  .md\:h-\[643\.33px\] {
    height: 643.33px;
  }

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

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

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

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

  .md\:auto-rows-\[220px\] {
    grid-auto-rows: 220px;
  }

  .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\:items-center {
    align-items: center;
  }

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

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

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

  .md\:px-\[39\.67px\] {
    padding-left: 39.67px;
    padding-right: 39.67px;
  }

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

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

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

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

  .md\:pt-\[39\.67px\] {
    padding-top: 39.67px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:leading-\[91\.2px\] {
    line-height: 91.2px;
  }

  .md\:tracking-\[5\.6px\] {
    letter-spacing: 5.6px;
  }
}
