@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1/0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25/0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5/1);
    --text-lg: 14px;
    --text-lg--line-height: calc(1.75/1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75/1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2/1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25/1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5/2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b,
  strong {
    font-weight: bolder;
  }

  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol,
  ul,
  menu {
    list-style: none;
  }

  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    align-items: center;
    display: block;
  }

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

  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  @import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap);

  :root {
    --primary-white: #f6f2ec;
    --alt-beige: #eae3d8;
    --extra-light-beige: #f9f6f1;
    --taupe: #a89f92;
    --dark-charcoal: #2f2f2f;
    --brown-grey: #6e665e;
    --text-charcoal: #2f2f2f;
    --font-serif: "Playfair Display", serif;
    --font-sans: "Inter", sans-serif;
  }

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

  html {
    scroll-behavior: smooth;
  }

  html,
  body {
    background-color: var(--primary-white);
    max-width: 100vw;
    color: var(--brown-grey);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8;
    overflow-x: hidden;
  }

  main {
    z-index: 0;
    position: relative;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--font-serif);
    letter-spacing: 0.01em;
    color: var(--dark-charcoal);
    font-weight: 500;
    line-height: 1.3;
  }
}

@layer components {
  @media (prefers-reduced-motion: reduce) {
    *,
    :before,
    :after {
      transition-duration: 0.01ms !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
    }
  }

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

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

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

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

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

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

  @keyframes slowZoom {
    0% {
      transform: scale(1);
    }

    to {
      transform: scale(1.03);
    }
  }

  @keyframes fadeInReveal {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }

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

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

    to {
      opacity: 1;
    }
  }

  .fade-in-reveal {
    opacity: 0;
    animation: 0.7s ease-out forwards fadeInReveal;
  }

  .fade-in-reveal:first-child {
    animation-delay: 0s;
  }

  .fade-in-reveal:nth-child(2) {
    animation-delay: 0.1s;
  }

  .fade-in-reveal:nth-child(3) {
    animation-delay: 0.2s;
  }

  .fade-in-reveal:nth-child(4) {
    animation-delay: 0.3s;
  }

  @media (max-width: 768px) {
    .fade-in-reveal {
      animation-duration: 0.5s;
    }

    @keyframes fadeInReveal {
      0% {
        opacity: 0;
        transform: translateY(15px);
      }

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

  .nav-link:after {
    content: "";
    background-color: var(--taupe);
    width: 0;
    height: 1px;
    transition: width 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
  }

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

  .mobile-menu-backdrop {
    animation: 0.3s fadeIn;
  }

  .philosophy-image {
    filter: contrast(0.9) saturate(0.85);
  }

  .iphone-video-content {
    filter: contrast(0.9) saturate(0.9) brightness(1.02);
  }

  .final-cta-bg {
    filter: brightness(0.9);
  }

  .hero {
    isolation: isolate;
    background-color: #2f2f2f;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .hero video,
  .hero .hero-video {
    object-fit: cover;
    z-index: 1;
    filter: contrast(0.95) saturate(0.85);
    width: 100%;
    height: 100%;
    animation: 12s ease-out forwards slowZoom;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .hero-overlay {
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(#0000004d, #00000080);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .hero-content {
    z-index: 3;
    text-align: center;
    color: #fff;

    position: relative;
  }

  .hero-content h1 {
    letter-spacing: 0.02em;
    color: #fff;
    text-shadow: 0 4px 20px #0000004d;
    margin-bottom: 2rem;
    font-size: clamp(3rem, 8vw, 6.5rem);
    font-weight: 400;
    line-height: 1.1;
  }

  .hero-content p {
    color: #fffffff2;
    text-shadow: 0 2px 10px #0003;
    max-width: 700px;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1rem, 2vw, 1.3rem);
    font-weight: 400;
    line-height: 1.7;
  }

  .hero-content .btn {
    color: var(--dark-charcoal);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 12px;
    padding: 1.4rem 3.8rem;
    font-size: 0.75rem;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px #0000004d;
  }

  .hero-content .btn:before {
    content: "";
    background: linear-gradient(90deg, #0000, #ffffff4d, #0000);
    width: 100%;
    height: 100%;
    transition: left 0.6s;
    position: absolute;
    top: 0;
    left: -100%;
  }

  .hero-content .btn:hover:before {
    left: 100%;
  }

  .hero-content .btn:hover {
    background: var(--dark-charcoal);
    color: #fff;
    border-color: #fff;
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 50px #0006;
  }

  @media (max-width: 768px) {
    .hero-content h1 {
      margin-bottom: 1.5rem;
    }

    .hero-content p {
      margin-bottom: 2.5rem;
    }

    .hero-content .btn {
      width: auto;
      padding: 1.3rem 3rem;
    }
  }

  .hero-title {
    opacity: 0;
    animation: 0.8s ease-out forwards heroTitleFade;
  }

  .hero-subtitle {
    opacity: 0;
    animation: 0.8s ease-out 0.2s forwards heroSubtextFade;
  }

  .hero-btn {
    opacity: 0;
    animation: 0.8s ease-out 0.4s forwards heroButtonFade;
  }

  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
  }

  @media (max-width: 1024px) {
    .container {
      max-width: 90%;
      padding: 0 1.5rem;
    }
  }

  @media (max-width: 768px) {
    .container {
      max-width: 92%;
      padding: 0 1.25rem;
    }
  }

  @media (max-width: 480px) {
    .container {
      padding: 0 1rem;
    }
  }

  .section {
    padding: 120px 0;
  }

  @media (max-width: 1024px) {
    .section {
      padding: 80px 0;
    }
  }

  @media (max-width: 768px) {
    .section {
      padding: 60px 0;
    }
  }

  .btn {
    letter-spacing: 0.15em;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    border-radius: 12px;
    padding: 1.2rem 3rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
  }

  .btn-primary {
    background-color: var(--taupe);
    color: #fff;
    box-shadow: 0 4px 12px #0000000d;
  }

  .btn-primary:hover {
    background-color: #928a7e;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px #0000001a;
  }

  .btn-outline {
    color: var(--dark-charcoal);
    border: 1.5px solid var(--taupe);
    background-color: #0000;
  }

  .btn-outline:hover {
    background-color: var(--taupe);
    color: #fff;
    transform: translateY(-2px);
  }

  @media (max-width: 768px) {
    .btn {
      text-align: center;
      width: 100%;
      padding: 1.1rem 2rem;
    }
  }

  .premium-card {
    background: var(--extra-light-beige);
    background: #282c3014;
    border-radius: 32px;
    padding: 10px;
    transition: all 0.4s;
    box-shadow: 0 20px 60px #0000000a;
  }

  .premium-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 80px #0000000f;
  }

  @media (max-width: 1024px) {
    .premium-card {
      padding: 40px;
    }
  }

  @media (max-width: 768px) {
    .premium-card {
      border-radius: 24px;
      padding: 30px;
    }

    .premium-card:hover {
      transform: translateY(-2px);
    }
  }

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

  .arch-card-title {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-family: var(--font-serif);
    color: var(--dark-charcoal);
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .arch-card-desc {
    color: var(--brown-grey);
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    line-height: 1.7;
  }

  .rounded-img {
    border-radius: 20px;
    overflow: hidden;
  }

  @media (max-width: 768px) {
    .rounded-img {
      border-radius: 16px;
    }
  }

  .bg-primary-white {
    background-color: var(--primary-white);
  }

  .bg-alt-beige {
    background-color: var(--alt-beige);
  }

  .text-brown-grey {
    color: var(--brown-grey);
  }

  .max-w-body {
    max-width: 65ch;
  }

  .philosophy-split {
    background-color: var(--dark-charcoal);
    min-height: 600px;
    color: var(--primary-white);
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .philosophy-content {
    justify-content: center;
    align-items: center;
    padding: 80px 60px;
    display: flex;
  }

  .philosophy-split img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  @media (max-width: 1024px) {
    .philosophy-content {
      padding: 60px 40px;
    }
  }

  @media (max-width: 768px) {
    .philosophy-split {
      grid-template-columns: 1fr;
      min-height: auto;
    }

    .philosophy-content {
      order: 1;
      padding: 60px 30px;
    }

    .philosophy-split > div:last-child {
      order: 2;
      min-height: 400px;
    }
  }

  .text-taupe {
    color: var(--taupe);
  }

  .text-dark-charcoal {
    color: var(--dark-charcoal);
  }

  .bg-extra-light {
    background-color: var(--extra-light-beige);
  }

  .bg-soft-cream {
    background-color: var(--primary-white);
  }

  .border-light-beige {
    border-color: var(--alt-beige);
  }

  .text-muted-brown {
    color: var(--brown-grey);
  }

  .text-text-charcoal {
    color: var(--text-charcoal);
  }

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

  .scrollbar-hide {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }

  .scrollbar-hide::-webkit-scrollbar {
    display: none !important;
  }

  .final-cta-visual {
    justify-content: center;
    align-items: center;
    min-height: 700px;
    padding: 120px 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .final-cta-visual img {
    object-fit: cover;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .final-cta-visual .container {
    z-index: 2;
    position: relative;
  }

  .final-cta-card {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    text-align: center;
    background: #f6f2ecfa;
    border-radius: 32px;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 60px;
    box-shadow: 0 30px 80px #00000026;
  }

  @media (max-width: 1024px) {
    .final-cta-visual {
      min-height: 600px;
      padding: 80px 0;
    }

    .final-cta-card {
      padding: 60px 40px;
    }
  }

  @media (max-width: 768px) {
    .final-cta-visual {
      min-height: 500px;
      padding: 60px 0;
    }

    .final-cta-card {
      border-radius: 24px;
      padding: 50px 30px;
    }
  }

  .cta-btn-dark {
    background-color: var(--dark-charcoal);
    color: #fff;
    box-shadow: 0 4px 12px #0000001a;
  }

  .cta-btn-dark:hover {
    background-color: #1f1f1f;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px #00000026;
  }

  .nav-btn {
    color: var(--dark-charcoal);
    border: 1.5px solid var(--dark-charcoal);
    background-color: #0000;
  }

  .nav-btn:hover {
    background-color: var(--dark-charcoal);
    color: #fff;
    transform: translateY(-2px);
  }
}

@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

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

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

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

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

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

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }

  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }

  .mb-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

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

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-80 {
    height: calc(var(--spacing) * 80);
  }

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

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

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

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .h-screen {
    height: 100vh;
  }

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

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

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

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

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

  .w-full {
    width: 100%;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .max-w-6xl {
    max-width: var(--container-6xl);
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

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

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

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

  .max-w-lg {
    max-width: var(--container-lg);
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .max-w-xl {
    max-width: var(--container-xl);
  }

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

  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-105 {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }

  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }

  .snap-center {
    scroll-snap-align: center;
  }

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

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

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

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

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

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

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }

  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }

  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }

  .gap-32 {
    gap: calc(var(--spacing) * 32);
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 4) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse))
    );
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 6) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse))
    );
  }

  :where(.space-y-12 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 12) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse))
    );
  }

  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-\[\#A89F92\]\/5 {
    border-color: #a89f920d;
    border-color: lab(65.9889% 1.69542 8.04558/0.05);
  }

  .border-\[\#A89F92\]\/30 {
    border-color: #a89f924d;
    border-color: lab(65.9889% 1.69542 8.04558/0.3);
  }

  .border-black\/5 {
    border-color: #0000000d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/5 {
      border-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }

  .bg-\[\#2F2F2F\] {
    background-color: #2f2f2f;
  }

  .bg-\[\#A89F92\] {
    background-color: #a89f92;
  }

  .bg-\[\#A89F92\]\/30 {
    background-color: #a89f924d;
    background-color: lab(65.9889% 1.69542 8.04558/0.3);
  }

  .bg-\[\#F6F2EC\] {
    background-color: #f6f2ec;
  }

  .bg-\[\#F9F6F1\] {
    background-color: #f9f6f1;
  }

  .bg-\[\#FAF7F2\] {
    background-color: #faf7f2;
  }

  .bg-\[\#FAF8F5\] {
    background-color: #faf8f5;
  }

  .bg-black\/60 {
    background-color: #0009;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/60 {
      background-color: color-mix(
        in oklab,
        var(--color-black) 60%,
        transparent
      );
    }
  }

  .bg-transparent {
    background-color: #2f2f2f00;
  }

  .bg-white {
    background-color: var(--color-white);
  }

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

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-10 {
    padding: calc(var(--spacing) * 10);
  }

  /* .p-12 {
        padding: calc(var(--spacing)*12)
    } */

  .\!px-10 {
    padding-inline: calc(var(--spacing) * 10) !important;
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pt-40 {
    padding-top: calc(var(--spacing) * 40);
  }

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

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }

  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }

  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }

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

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

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

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

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }

  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

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

  .text-\[0\.75rem\] {
    font-size: 0.75rem;
  }

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

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

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

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

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

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

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

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

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

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

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

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

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

  .tracking-\[0\.25em\] {
    --tw-tracking: 0.25em;
    letter-spacing: 0.25em;
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .text-\[\#2F2F2F\] {
    color: #2f2f2f;
  }

  .text-\[\#6E665E\] {
    color: #6e665e;
  }

  .text-\[\#A89F92\] {
    color: #a89f92;
  }

  .text-\[\#A89F92\]\/20 {
    color: #a89f9233;
    color: lab(65.9889% 1.69542 8.04558/0.2);
  }

  .text-white {
    color: var(--color-white);
  }

  .text-white\/90 {
    color: #ffffffe6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/90 {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }

  .uppercase {
    text-transform: uppercase;
  }

  .no-underline {
    text-decoration-line: none;
  }

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

  .opacity-0 {
    opacity: 0;
  }

  .opacity-30 {
    opacity: 0.3;
  }

  .opacity-40 {
    opacity: 0.4;
  }

  .opacity-50 {
    opacity: 0.5;
  }

  .opacity-60 {
    opacity: 0.6;
  }

  .opacity-80 {
    opacity: 0.8;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow-\[-20px_0_40px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: -20px 0 40px var(--tw-shadow-color, #0000001a);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_2px_15px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0 2px 15px var(--tw-shadow-color, #00000014);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_20px_40px_rgba\(0\,0\,0\,0\.03\)\] {
    --tw-shadow: 0 20px 40px var(--tw-shadow-color, #00000008);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow:
      0 10px 15px -3px var(--tw-shadow-color, #0000001a),
      0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow:
      0 1px 3px 0 var(--tw-shadow-color, #0000001a),
      0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow:
      0 20px 25px -5px var(--tw-shadow-color, #0000001a),
      0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .contrast-\[0\.95\] {
    --tw-contrast: contrast(0.95);
    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,);
  }

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

  .grayscale-\[20\%\] {
    --tw-grayscale: grayscale(20%);
    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,);
  }

  .saturate-\[0\.8\] {
    --tw-saturate: saturate(0.8);
    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,);
  }

  .saturate-\[0\.9\] {
    --tw-saturate: saturate(0.9);
    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,);
  }

  .saturate-\[0\.85\] {
    --tw-saturate: saturate(0.85);
    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-all {
    transition-property: all;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property:
      color, background-color, border-color, outline-color,
      text-decoration-color, fill, stroke, --tw-gradient-from,
      --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-300 {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .duration-500 {
    --tw-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .duration-1000 {
    --tw-duration: 1s;
    transition-duration: 1s;
  }

  .duration-\[400ms\] {
    --tw-duration: 0.4s;
    transition-duration: 0.4s;
  }

  .duration-\[3000ms\] {
    --tw-duration: 3s;
    transition-duration: 3s;
  }

  .ease-\[cubic-bezier\(0\.2\,1\,0\.3\,1\)\] {
    --tw-ease: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (hover: hover) {
    .group-hover\:scale-110:is(:where(.group):hover *) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }

    .hover\:-translate-y-2:hover {
      --tw-translate-y: calc(var(--spacing) * -2);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }

    .hover\:border-\[\#A89F92\]:hover {
      border-color: #a89f92;
    }
  }

  .active\:scale-90:active {
    --tw-scale-x: 90%;
    --tw-scale-y: 90%;
    --tw-scale-z: 90%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .active\:scale-\[0\.98\]:active {
    scale: 0.98;
  }

  @media not all and (min-width: 48rem) {
    .max-md\:text-\[\#2F2F2F\] {
      color: #2f2f2f;
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-auto {
      width: auto;
    }

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

    .sm\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 48rem) {
    .md\:static {
      position: static;
    }

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

    .md\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }

    .md\:mb-24 {
      margin-bottom: calc(var(--spacing) * 24);
    }

    .md\:ml-4 {
      margin-left: calc(var(--spacing) * 4);
    }

    .md\:grid {
      display: grid;
    }

    .md\:hidden {
      display: none;
    }

    .md\:h-auto {
      height: auto;
    }

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

    .md\:w-64 {
      width: calc(var(--spacing) * 64);
    }

    .md\:w-auto {
      width: auto;
    }

    .md\:translate-x-0 {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

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

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

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

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

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

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

    .md\:gap-9 {
      gap: calc(var(--spacing) * 9);
    }

    .md\:bg-transparent {
      background-color: #0000;
    }

    .md\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }

    .md\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }

    .md\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }

    .md\:py-28 {
      padding-block: calc(var(--spacing) * 28);
    }

    .md\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }

    .md\:pt-0 {
      padding-top: calc(var(--spacing) * 0);
    }

    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }

    .md\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }

    .md\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }

    .md\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }

    .md\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }

    .md\:text-xs {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }

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

    .md\:text-white {
      color: var(--color-white);
    }

    .md\:shadow-none {
      --tw-shadow: 0 0 #0000;
      box-shadow:
        var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (min-width: 64rem) {
    .lg\:mb-28 {
      margin-bottom: calc(var(--spacing) * 28);
    }

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

    .lg\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }

    .lg\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }

    .lg\:py-28 {
      padding-block: calc(var(--spacing) * 28);
    }
  }

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

  .italic {
    font-style: italic;
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}

@property --tw-tracking {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false;
}

@property --tw-brightness {
  syntax: "*";
  inherits: false;
}

@property --tw-contrast {
  syntax: "*";
  inherits: false;
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}

@property --tw-invert {
  syntax: "*";
  inherits: false;
}

@property --tw-opacity {
  syntax: "*";
  inherits: false;
}

@property --tw-saturate {
  syntax: "*";
  inherits: false;
}

@property --tw-sepia {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}

@property --tw-duration {
  syntax: "*";
  inherits: false;
}

@property --tw-ease {
  syntax: "*";
  inherits: false;
}

.nav-scrolled {
  background-color: #f6f2ec !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.nav-scrolled .nav-text {
  color: #2f2f2f !important;
}

/* Ensure the mobile toggle icon also turns dark */
.nav-scrolled #menu-toggle {
  color: #2f2f2f !important;
}

.anchor-btn {
  width: 193px;
  height: 52px;
  padding-top: 16px;
}

#hamburger-icon.active {
  fill: #000000;
}

@media only screen and (max-width: 768px) {
  .mb-12 svg {
    margin-top: 65px !important;
  }

  .nav-home {
    padding-top: 15px;
  }

  #main-logo {
    height: 43px;
  }

  .premium-card {
    padding: 0px;
  }

  .fade-in-reveal {
    padding: 10px;
  }

  .final-cta-card {
    padding: 30px;
  }

  body {
    overflow-x: hidden !important;
  }

  .hero-content {
    margin-left: 0% !important;
    padding: 0px !important;
  }
}

#nav-overlay.pointer-events-none {
  display: none !important;
  pointer-events: none !important;
}

#menu-toggle {
  cursor: pointer !important;
  pointer-events: auto !important;
  -webkit-tap-highlight-color: transparent;
}

.menu-is-open #menu-toggle,
.menu-is-open #menu-toggle svg,
.menu-is-open #menu-toggle svg line {
  stroke: #000000 !important;
  color: #000000 !important;
}

/* 2. FORCE LOGO VISIBILITY */
.menu-is-open #main-logo {
  filter: none !important;
}

/* 3. ENSURE SCROLL DOESN'T FIGHT THE OPEN STATE */
body.menu-is-open #navbar {
  background-color: #f6f2ec !important;
}

.menu-is-open {
  overflow: hidden !important;
}

#header-logo-container img {
  height: 47px;
  width: 56px;
}

.logo-text-sub {
  font-size: 19px;
  letter-spacing: 4px;
}

/*======================== training=================== */

/* ==========teacher training header======= */
/* Variables - Ensure these match your pricing/hero sections */
:root {
  --cream-light: #f9f7f5;
  --taupe-muted: #b59a7d;
  --charcoal: #2a2826;
  --text-grey: #706c68;
}

.training-banner {
  background-color: var(--cream-light);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

/* Optional: Add a subtle background texture pattern */
.training-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.03;
  /* background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); */
}

.training-container {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.training-wrapper {
  display: flex;
  gap: 190px;
}

/* Vertical Accent Line */
.accent-line {
  width: 2px;
  background-color: var(--taupe-muted);
  height: 100px;
  margin-top: 15px;
}

/* .training-content {
    max-width: 700px;
} */

.training-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.85rem;
  color: var(--taupe-muted);
  font-weight: 700;
  /* margin-bottom: 15px; */
  margin-top: 40px;
}

.training-title {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  color: var(--charcoal);
  margin: 0 0 30px 0;
  line-height: 1.1;
}

.serif-italic {
  font-style: italic;
  font-weight: 400;
  color: var(--taupe-muted);
}

.training-description p {
  font-size: 1.25rem;
  line-height: 1.8;
  color: var(--text-grey);
  margin-bottom: 40px;
}

/* CTA Area */
.training-cta {
  display: flex;
  align-items: center;
  gap: 30px;
}

.btn-primary-elegant {
  background: var(--charcoal);
  color: white;
  padding: 18px 35px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.btn-primary-elegant:hover {
  background: var(--taupe-muted);
  transform: translateY(-3px);
}

.session-date {
  font-size: 0.9rem;
  color: var(--taupe-muted);
  font-style: italic;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .training-wrapper {
    flex-direction: column;
  }

  .accent-line {
    width: 60px;
    height: 2px;
    margin-bottom: 20px;
  }

  .training-title {
    font-size: 2.8rem;
  }

  .training-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .session-date {
    border-left: none;
    padding-left: 0;
  }
}

/* ===========end===================== */
.training-banner {
  /* Matches the cream background in your image */
  background-color: #f5f2eb;
  /* Matches the dark charcoal text color */
  color: #333333;
  /* Ensures vertical breathing room */
  padding: 100px 20px;
  text-align: center;
}

.training-banner h1 {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  /* margin-bottom: 50px 0px !important; */
  font-weight: 400;
  padding: 10px;
}

.training-banner p {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  letter-spacing: 0.5px;
  line-height: 1.6;
  opacity: 0.9;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
  .training-banner h1 {
    font-size: 2.5rem;
  }

  .training-banner {
    padding: 60px 15px;
  }
}

.teacher-training-section {
  padding: 100px 0;
  background: #e9e3da;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.training-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 120px;
}

.training-row.reverse {
  flex-direction: row-reverse;
}

.training-img img {
  width: 100%;
  border-radius: 20px;
}

.training-img {
  flex: 1;
}

.training-content {
  flex: 1;
}

.badge {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #bdb6ac;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.training-content h2 {
  font-size: 42px;
  margin: 10px 0 15px;
  font-weight: 500;
}

.training-content p {
  color: #6d6d6d;
  line-height: 1.7;
  margin-bottom: 25px;
}

.btn-training {
  padding: 12px 28px;
  border: 1px solid #222;
  text-decoration: none;
  color: #222;
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: 1px;
  transition: 0.3s;
}

.btn-training:hover {
  background: #222;
  color: #fff;
}

/* responsive */

@media (max-width: 900px) {
  .training-row {
    flex-direction: column;
  }

  .training-row.reverse {
    flex-direction: column;
  }

  .training-content h2 {
    font-size: 32px;
  }
}

/* <!--=========================== index page hero below======================== --> */

/* Professional Studio Styling */
.studio-row {
  display: flex;
  align-items: center;
  min-height: 600px;
}

/* Left Side: Creative Image Masking */
.image-block {
  position: relative;
  padding-right: 20px;
}

/* .image-block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #d4c3b5;
    
    top: -15px;
    left: -15px;
    z-index: 0;
} */

.image-block img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 550px;
  object-fit: cover;
  /* clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%); */
  border-radius: 20px;
  border: 1px solid #d4c3b5;
  padding: 10px;
}

/* Right Side: High-End Content Styling */
.content-block {
  padding-left: 60px !important;
}

.label-accent {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #a39385;
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
}

.studio-title {
  font-family: "Playfair Display", serif;
  /* Or any high-end serif font */
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #1a1a1a;
}

.studio-title span {
  font-style: italic;
  font-weight: 300;
  display: block;
}

.description-lead {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8;
  border-left: 2px solid #1a1a1a;
  padding-left: 25px;
  margin-bottom: 30px;
}

.description-sub {
  font-size: 0.95rem;
  color: #777;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 90%;
}

.btn-studio-luxury {
  background: none;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  padding: 18px 45px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 4px;
  transition: 0.4s all;
  display: inline-block;
  text-decoration: none;
}

.btn-studio-luxury:hover {
  background: #1a1a1a;
  color: #fff;
  transform: translateY(-3px);
}

/* Tablet/Mobile Fix */
@media (max-width: 768px) {
  .content-block {
    padding-left: 15px !important;
    margin-top: 50px;
  }

  .studio-title {
    font-size: 2.5rem;
  }
}

/* ====================================2nd hero below======================================= */

/* Architectural Aperture Masks */
.aperture-pill {
  clip-path: inset(0% 0% 0% 0% round 100px);
}

.aperture-circle {
  clip-path: circle(50% at 50% 50%);
}

.aperture-arch {
  clip-path: polygon(0% 100%, 0% 20%, 50% 0%, 100% 20%, 100% 100%);
  border-radius: 150px 150px 0 0;
}

.sanctuary-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.aperture-card {
  position: relative;
  transition: all 0.7s cubic-bezier(0.3, 1, 0.3, 1);
  filter: grayscale(0.2);
}

.aperture-card:hover {
  filter: grayscale(0);
  transform: translateY(-15px);
}

/* Unique Vertical Title Style */
.floating-title {
  position: absolute;
  bottom: 15%;
  left: -20px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: #f6f2ec;
  padding: 15px 5px;
  font-family: "serif";
  font-size: 1.2rem;
  letter-spacing: 2px;
  z-index: 10;
  border: 1px solid rgba(168, 159, 146, 0.2);
}

.aperture-img-wrapper {
  width: 100%;
  overflow: hidden;
  background: #eae4dd;
}

.aperture-img-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 2s ease;
}

.aperture-card:hover img {
  transform: scale(1.15) rotate(2deg);
}

.card-meta {
  margin-top: 25px;
  text-align: center;
  opacity: 0;
  transition: 0.5s ease;
}

.aperture-card:hover .card-meta {
  opacity: 1;
}

/* ===============================================3rd below hero====================================================== */
.testimonial-card {
  background: #faf9f6;
  border: 1px solid rgba(168, 159, 146, 0.1);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
}

.testimonial-card:hover {
  background: #ffffff;
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.08);
  transform: translateY(-10px);
}

.quote-mark {
  font-family: "Playfair Display", serif;
  font-size: 8rem;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: 20px;
  color: #a89f92;
  opacity: 0.1;
  pointer-events: none;
}

/* Staggering effect for desktop */
@media (min-width: 992px) {
  .stagger-up {
    margin-top: -40px;
  }

  .stagger-down {
    margin-top: 40px;
  }
}

/* ============about=========== */

/* Pillar Totem Cards */
.pillar-totem-wrapper {
  perspective: 1000px;
}

.pillar-totem-card {
  position: relative;
  border-radius: 20px;
  /*height: 500px;
    */
  background: #faf9f6;
  /*Off-whitesandcolor*/
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /*Putstextatbottomlikeagallerylabel*/
  border: 1px solid rgba(182, 173, 158, 0.2);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

/* The Architectural Hover Arch */
.totem-arch {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  border: 1px solid #b6ad9e;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.9s ease;
  pointer-events: none;
}

.pillar-totem-card:hover {
  background: #ffffff;
  transform: translateY(-15px);
  box-shadow: 0 30px 60px rgba(182, 173, 158, 0.1);
}

.pillar-totem-card:hover .totem-arch {
  opacity: 1;
  top: -20px;
  right: -20px;
  transform: scale(1.5);
}

.totem-number {
  position: absolute;
  top: 40px;
  left: 40px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.5rem;
  color: #504d47;
}

.totem-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2d2a26;
}

.totem-text {
  font-size: 0.95rem;
  color: #5c5852;
  line-height: 1.6;
  max-width: 250px;
}

/* Offset the middle card for architectural rhythm */
@media (min-width: 768px) {
  .card-offset {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .pillar-totem-card {
    padding: 20px;
  }
  .premium-card {
    background: none;
    border-radius: 32px;
    transition: none;
    box-shadow: none;
  }
}

/* ====================================instructure============================ */
/* Instructor Section Refinements */

.instructor-profile {
  position: relative;
  max-width: 500px;
}

.instructor-image-frame {
  width: 100%;
  height: 600px;
  border-radius: 120px 5px 120px 5px;
  z-index: 1;
  /* Keep image behind text */
}

/* Fix for image stretching seen in your Vision section */
.instructor-image-frame img,
.vision-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.instructor-info-card {
  position: absolute;
  bottom: -60px;
  /* Pushed further down to reveal more of the image */
  right: -30px;
  /* Pushed further right for an architectural feel */
  width: 90%;
  z-index: 10;
  /* Ensures text is always on top */
  border-radius: 20px 0 20px 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: white;
  /* Solid white is more professional for readability */
}

/* Hover Interactivity */
.group:hover .instructor-info-card {
  transform: translate(-15px, -15px);
  box-shadow: 0 40px 80px rgba(182, 173, 158, 0.25);
}

/* =====for channge color of pulse span====== */
/* initial color */
#typed-pulse {
  color: white;
}

/* after scroll */
#typed-pulse.scrolled {
  color: black;
}

/* cursor */
.typing-cursor {
  display: inline-block;
  margin-left: 3px;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/* Mobile Adjustments - Fixes the "text squashing" on phones */
@media (max-width: 768px) {
  .instructor-image-frame {
    height: 480px;
    border-radius: 60px 5px 60px 5px;
  }

  .mob-view {
    margin-top: 20px;
  }

  .mob-view img {
    height: 44px;
    width: 53px;
  }

  .instructor-info-card {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-top: -80px;
    /* Controlled overlap */
    margin-left: auto;
    padding: 2rem !important;
    border-radius: 20px;
  }

  .elevated {
    margin-right: 70px;
  }

  .md\:mt-24 {
    margin-top: 80px !important;
  }
}

.philo {
  color: #f5deb3 !important;
}

/* ====================training======================== */
/* Container Spacing */
.training-stack {
  display: flex;
  flex-direction: column;
  gap: 15rem;
  /* Massive gaps for luxury feel */
}

/* Grid Logic */
.grid-layout {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
}

/* Image Wrapper & Shapes */
.training-visual {
  grid-column: 1 / span 8;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  z-index: 1;
}

.training-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.group:hover .training-img {
  transform: scale(1.1);
}

/* Custom Architectural Curves */
.arch-top-left {
  border-radius: 200px 20px 20px 20px;
}

.rounded-pill {
  border-radius: 500px 500px 20px 20px;
}

.portrait-arch {
  border-radius: 200px 200px 0 0;
  aspect-ratio: 4/5;
  max-width: 80%;
  margin: 0 auto;
}

/* The Floating Content Card */
.training-card {
  grid-column: 7 / span 6;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  padding: 5rem;
  margin-left: -5rem;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  margin-top: 20px;
}

/* Reverse Alignment */
.reverse .training-visual {
  grid-column: 5 / span 8;
  order: 2;
}

.reverse .training-card {
  grid-column: 1 / span 6;
  margin-left: 0;
  margin-right: -5rem;
  order: 1;
}

/* Typography */
.training-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.meta-tag {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #8c7e6d;
}

.meta-dot {
  width: 4px;
  height: 4px;
  background: #8c7e6d;
  border-radius: 50%;
  opacity: 0.4;
}

.training-title {
  font-size: 3rem;
  font-family: serif;
  color: #2c2c2c;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.training-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 3rem;
}

/* Interactive Button */
.training-btn {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #2c2c2c;
  text-decoration: none;
}

.btn-line {
  height: 1px;
  width: 40px;
  background: #2c2c2c;
  transition: width 0.6s ease;
}

.training-btn:hover .btn-line {
  width: 80px;
}

/* Responsive Tweaks */
@media (max-width: 992px) {
  .training-card {
    grid-column: 1 / span 12;
    margin: -4rem 2rem 0 2rem;
    padding: 3rem;
  }

  .training-visual {
    grid-column: 1 / span 12;
  }

  .reverse .training-card {
    margin-right: 2rem;
  }
}

.image-now img {
  margin-top: 50px;
}

.logo-text-main {
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .logo-text-main {
    font-size: 13px;
  }
}

.training-session {
  padding: 25px 0px;
  text-align: center;
}

.training-section {
  padding: 65px 0px;
  background: #e8e2da;
}

.training-gap {
  padding-top: 70px;
}

.totem-content {
  padding-top: 9px;
}

/*======== classes cards====== */
/* Container Spacing */
.experience-section {
  padding: 4rem 0;
  overflow: hidden;
}

/* 1. Image Styling with 'Floating' Frame */
.image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 40px 4px 40px 4px;
  /* Asymmetric corners */
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
  filter: saturate(0.8) contrast(0.9);
}

.image-frame:hover .reveal-img {
  transform: scale(1.08);
}

/* 2. Meta Badges */
.meta-container {
  display: flex;
  gap: 12px;
  margin-bottom: 1.5rem;
}

.pill-badge {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 6px 16px;
  border: 1px solid rgba(141, 128, 120, 0.2);
  border-radius: 100px;
  color: #8d8078;
  /* Taupe */
  font-weight: 700;
}

/* 3. Typography Hierarchy */
.section-title {
  font-family: "Serif", serif;
  /* Assuming a serif font is linked */
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  color: #2d2d2d;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.accent-text {
  display: block;
  font-style: italic;
  font-weight: 300;
  color: #8d8078;
  padding-left: 1.5rem;
}

.section-description {
  color: #6b6b6b;
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 90%;
  margin-bottom: 2.5rem;
  border-left: 2px solid #8d807822;
  padding-left: 1.5rem;
}

/* 4. Creative Button Animation */
.modern-action-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #2d2d2d;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}

.modern-action-btn svg {
  width: 18px;
  transition: transform 0.3s ease;
}

.modern-action-btn::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #8d8078;
  transition: width 0.3s ease;
}

.modern-action-btn:hover {
  color: #8d8078;
}

.modern-action-btn:hover::after {
  width: 100%;
}

.modern-action-btn:hover svg {
  transform: translateX(5px);
}

/* ===============VIDEO TESTIMONIEALS============= */
.testimonial-section {
  padding: 80px 0;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.pill-badge {
  background: rgba(255, 77, 5, 0.1);
  color: var(--accent);
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 0.9rem;
}

.section-title {
  font-size: 2.5rem;
  margin-top: 15px;
  color: var(--dark);
}

.accent-text {
  color: var(--accent);
}

/* Carousel Wrapper */
.video-carousel-wrapper {
  position: relative;
  margin-top: 50px;
}

.video-carousel-inner {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  /* Firefox */
  padding-bottom: 20px;
}

.video-carousel-inner::-webkit-scrollbar {
  display: none;
}

/* Chrome/Safari */

.video-card {
  min-width: 300px;
  flex: 0 0 300px;
  scroll-snap-align: start;
  border-radius: 15px;
  overflow: hidden;
  background: #000;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  cursor: pointer;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.8));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.play-btn {
  width: 60px;
  height: 60px;
  background: var(--accent);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.play-btn svg {
  width: 30px;
  height: 30px;
  fill: white;
}

.video-card:hover .play-btn {
  transform: scale(1.1);
}

.client-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  text-align: left;
}

.client-info h4 {
  margin: 0;
  font-size: 1.2rem;
}

.client-info p {
  margin: 0;
  opacity: 0.8;
  font-size: 0.9rem;
}

/* Controls */
.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control.prev {
  left: -25px;
}

.carousel-control.next {
  right: -25px;
}

.carousel-control svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .carousel-control {
    display: none;
  }

  .video-card {
    min-width: 260px;
  }
}

/* ========================PRICING PAGE SECTION 1========================== */
/* Custom Properties for easy editing */
:root {
  --primary: #c2a68d;
  /* Taupe */
  --accent: #2c2c2c;
  /* Charcoal */
  --bg-light: #fdfaf7;
  --white: #ffffff;
  --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pricing-section {
  background-color: var(--bg-light);
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
}

.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-header {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-subtitle {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.8rem;
  color: var(--primary);
  font-weight: 700;
}

.pricing-title {
  font-size: 3rem;
  font-family: "Playfair Display", serif;
  color: var(--accent);
  margin-top: 10px;
}

/* Grid Layout */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  align-items: center;
}

/* Card Styling */
.pricing-card {
  background: var(--white);
  border: 1px solid #eee;
  border-radius: 24px;
  padding: 40px;
  position: relative;
  transition: var(--transition);
  overflow: hidden;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.card-inner {
  position: relative;
  z-index: 2;
}

/* Featured Card Special Styling */
.pricing-card.featured {
  border: 2px solid var(--primary);
  background: #fffdfb;
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(194, 166, 141, 0.2);
}

.popular-badge {
  position: absolute;
  top: 20px;
  right: -30px;
  background: var(--primary);
  color: white;
  padding: 5px 40px;
  transform: rotate(45deg);
  font-size: 0.7rem;
  font-weight: bold;
}

.dual-pricing {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin: 15px 0;
}

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

.entry-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #888;
  display: block;
  margin-bottom: 5px;
}

.price-divider {
  width: 1px;
  height: 40px;
  background-color: #eee;
}

/* To keep the 3-column layout on top */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bottom-row {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  /* Centers the 4th card below the 3 cards */
}

/* Typography */
.plan-name {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: var(--primary);
}

.plan-price {
  font-size: 2rem;
  font-family: "Playfair Display", serif;
  color: var(--accent);
  margin-bottom: 10px;
}

.currency {
  font-size: 1rem;
  vertical-align: top;
  margin-right: 5px;
}

.plan-description {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 30px;
}

/* Features List */
.plan-features {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  text-align: left;
}

.plan-features li {
  padding: 12px 0;
  font-size: 0.95rem;
  color: var(--accent);
  border-bottom: 1px solid #f0f0f0;
}

.plan-features li::before {
  content: "◈";
  margin-right: 10px;
  color: var(--primary);
}

/* Button Styling */
.plan-btn {
  display: block;
  width: 100%;
  padding: 18px;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  border: 1px solid var(--accent);
  color: var(--accent);
  transition: var(--transition);
}

.plan-btn:hover {
  background: var(--accent);
  color: white;
}

.featured-btn {
  background: var(--accent);
  color: white;
}

.featured-btn:hover {
  background: transparent;
  color: var(--accent);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .pricing-card.featured {
    transform: scale(1);
  }

  .pricing-title {
    font-size: 2.2rem;
  }
}

/* ==========================2ND SECTION====================== */
/* Variables for consistency */
:root {
  --text-dark: #2a2826;
  --text-muted: #706c68;
  --accent-gold: #b59a7d;
  --cream-bg: #f9f7f5;
  --white: #ffffff;
}

.private-sessions {
  background-color: var(--cream-bg);
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
}

.private-container {
  max-width: 700px;
  margin: 0 auto;
}

.private-header {
  text-align: center;
  margin-bottom: 50px;
}

.private-title {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  color: var(--text-dark);
  margin-bottom: 15px;
}

.private-lead {
  color: var(--text-muted);
  font-size: 1.1rem;
  font-style: italic;
}

/* The Session Card */
.private-card {
  background: var(--white);
  padding: 20px 50px;
  border-radius: 4px;
  /* Sharp, professional corners */
  position: relative;
  border: 1px solid rgba(181, 154, 125, 0.2);
}

.shadow-premium {
  box-shadow: 0 30px 60px rgba(42, 40, 38, 0.08);
}

/* List Items */
.session-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid #f0ebe6;
  transition: all 0.3s ease;
}

.session-item:last-of-type {
  border-bottom: none;
}

.session-name {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  color: var(--text-dark);
}

.session-meta {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

.session-price {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--text-dark);
  letter-spacing: 1px;
}

/* Hover Effect */
.session-item:hover {
  padding-left: 15px;
  border-bottom-color: var(--accent-gold);
}

.session-item:hover .session-name {
  color: var(--accent-gold);
}

/* Footer & Button */
.private-footer {
  padding: 40px 0 20px;
  text-align: center;
}

.inquiry-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 2px;
  padding: 15px 30px;
  border: 1px solid var(--text-dark);
  transition: all 0.3s ease;
}

.inquiry-link:hover {
  background: var(--text-dark);
  color: var(--white);
}

.inquiry-link svg {
  transition: transform 0.3s ease;
}

.inquiry-link:hover svg {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 600px) {
  .private-card {
    padding: 10px 25px;
  }

  .private-title {
    font-size: 2rem;
  }

  .session-item {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}

/* ============pricing header========== */
:root {
  --soft-cream: #f9f7f5;
  --muted-brown: #706c68;
  --deep-charcoal: #2a2826;
  --accent-gold: #b59a7d;
}

.pricing-hero {
  position: relative;
  padding: 160px 0 100px;
  background-color: #f5f2eb;
  overflow: hidden;
}

/* Creative Background Element */
.hero-decoration {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(181, 154, 125, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 1;
}

.pricing-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.pricing-hero-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* Tagline Styling */
.pricing-tagline {
  display: inline-block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--accent-gold);
  margin-bottom: 20px;
  font-weight: 700;
}

/* Main Header */
.pricing-main-title {
  font-family: "Playfair Display", serif;
  font-size: 4.5rem;
  line-height: 1.1;
  color: var(--deep-charcoal);
  margin: 0;
}

.accent-italic {
  font-style: italic;
  font-weight: 400;
  color: var(--accent-gold);
  position: relative;
}

/* Elegant Divider */
.pricing-divider {
  width: 60px;
  height: 1px;
  background-color: var(--accent-gold);
  margin: 40px auto;
}

/* Lead Paragraph */
.pricing-lead {
  font-size: 1.2rem;
  color: var(--muted-brown);
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .pricing-hero {
    padding: 100px 0 60px;
  }

  .pricing-main-title {
    font-size: 3rem;
  }
}

/* ================social media icons for footer============== */
.social-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #e5e1dd;
  /* Light beige border */
  color: #706c68;
  /* Muted brown color */
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: transparent;
  text-decoration: none;
}

.social-circle:hover {
  background-color: #2a2826;
  /* Deep charcoal on hover */
  border-color: #2a2826;
  color: #ffffff;
  /* White icon on hover */
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* ======================BOOK A SESSION FORM======================= */
/* Minimalist Form Elements */
.minimal-input {
  width: 100%;
  padding: 15px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e1dd;
  color: #2a2826;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  transition: border-color 0.3s ease;
  outline: none;
}

.minimal-input:focus {
  border-bottom-color: #b59a7d;
}

select.minimal-input {
  appearance: none;
  cursor: pointer;
}

/* Submit Button */
.submit-btn-elegant {
  width: 100%;
  background: #2a2826;
  color: white;
  padding: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.submit-btn-elegant:hover {
  background: #b59a7d;
  transform: translateY(-2px);
}

/* Map Styling */
.map-wrapper {
  position: relative;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #f0ebe6;
}

.map-overlay {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: white;
  padding: 10px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  color: #b59a7d;
}

.shadow-premium {
  box-shadow: 0 30px 60px rgba(42, 40, 38, 0.08);
}

/* =======================CLIENT EXPERIENCE========================== */
/* 1. Header Styles */
.tracking-widest-tag {
  display: block;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 0.7rem;
  color: #a89f92;
  font-weight: 700;
  margin-bottom: 15px;
}

.accent-italic {
  font-style: italic;
  font-weight: 400;
  color: #a89f92;
}

.header-divider {
  width: 64px;
  height: 1px;
  background: #a89f92;
  margin: 0 auto;
  opacity: 0.3;
}

/* 2. Desktop Grid (above 768px) */
@media (min-width: 768px) {
  .carousel-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1280px;
    margin: 0 auto;
  }

  .testimonial-card.featured {
    transform: translateY(-20px);
  }

  .testimonial-card:hover {
    transform: translateY(-25px);
  }
}

/* 3. Mobile Carousel (below 768px) */
@media (max-width: 767px) {
  .carousel-container {
    margin: 0 -1rem;
    /* Allows cards to bleed to edge */
    padding: 0 1rem;
  }

  .carousel-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 1.5rem;
    padding: 20px 0;
    scrollbar-width: none;
    /* Firefox */
  }

  .carousel-track::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
  }

  .testimonial-card {
    flex: 0 0 85%;
    /* Shows a preview of the next card */
    scroll-snap-align: center;
  }
}

/* 4. Card Aesthetics */
.card-inner {
  background: #ffffff;
  padding: 40px;
  position: relative;
  border: 1px solid rgba(168, 159, 146, 0.15);
  box-shadow: 10px 10px 0px rgba(168, 159, 146, 0.5);
  height: 100%;
  transition: all 0.5s ease;
}

.quote-icon {
  font-family: serif;
  font-size: 4rem;
  position: absolute;
  top: -5px;
  left: 20px;
  color: #a89f92;
  opacity: 0.15;
  font-style: italic;
}

.testimonial-text {
  font-family: serif;
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #2f2f2f;
  margin-bottom: 30px;
}

.footer-line {
  width: 30px;
  height: 1px;
  background: #a89f92;
  margin-bottom: 20px;
  opacity: 0.5;
}

.name {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-weight: 700;
  color: #a89f92;
  margin-bottom: 5px;
}

.role {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #6e665e;
  opacity: 0.6;
}

/* Small animation for mobile scroll hint */
@keyframes progress {
  0% {
    left: 0%;
  }

  100% {
    left: 66%;
  }
}

.carousel-progress {
  animation: progress 5s infinite alternate ease-in-out;
}

/* Desktop */
/* Default state for Home Page (assuming your PHP class provides white) */
.scroll-logo {
  transition: color 0.5s ease;
}

/* This forces the logo to black when the 'scrolled' class is added by JS */
.scroll-logo.scrolled {
  color: #000 !important;
}

/* Typing Cursor Styling */
.typing-cursor {
  animation: blink 0.8s infinite;
  font-weight: bold;
  margin-left: 2px;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/* =================training section in indecx page after cta================ */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;1,400&family=Inter:wght@300;400;600&display=swap");

.train-sec {
  padding: 80px 20px;
  background: #f6f2ec;
  overflow: hidden;
}

.train-wrap {
  max-width: 1300px;
  margin: auto;
}

/* Header Adjustments */
.train-head {
  text-align: center;
  margin-bottom: 80px;
}

.train-head h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 5vw, 50px);
  color: #a89f92;
  font-style: italic;
  margin-bottom: 15px;
}

.train-head h2 span {
  color: #2f2f2f;
  font-style: normal;
}

/* Grid Layout */
.train-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* Card Styling */
.train-card {
  background: transparent;
  transition: all 0.5s ease;
  position: relative;
}

.train-img-container {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  /* background: #000; */
}

.train-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.5s ease;
}

/* Floating Number Overlay */
.train-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.3);
  z-index: 2;
  font-style: italic;
}

/* Info Box */
.train-info {
  padding: 30px 0;
  transition: transform 0.4s ease;
}

.train-info h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #2f2f2f;
  margin-bottom: 12px;
}

.train-info h3 span {
  font-weight: 400;
  font-style: italic;
  color: #a89f92;
}

.train-info p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #76726d;
  margin-bottom: 20px;
  opacity: 0.8;
}

.train-link {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #2f2f2f;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: gap 0.3s ease;
}

.train-link .arrow {
  transition: transform 0.3s ease;
}

/* Hover Effects */
.train-card:hover .train-img-container img {
  transform: scale(1.1);
}

.train-card:hover .train-link {
  gap: 20px;
  color: #a89f92;
}

.train-card:hover .train-link .arrow {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 1024px) {
  .train-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .train-img-container {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .train-grid {
    grid-template-columns: 1fr;
  }
  .train-img-container {
    height: 350px;
  }
  .train-head {
    margin-bottom: 50px;
  }
}

/* ================================== */
.nav-item {
  font-size: 14px;
  /* font-weight: 700; */
}

.footer-links {
  font-size: 14px;
  /* font-weight: 600; */
}

.tracking-wide {
  font-size: 14px;
  /* font-weight: 700; */
}

.reformer {
  margin-top: 30px;
}

/* ===========================index-refined practice============================= */
/* Container */
.card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 40px;
}

/* Card */
.card {
  text-align: center;
  transition: transform 0.5s ease;
}

/* Image Wrapper */
.card-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  margin-bottom: 40px;
  transition: transform 0.6s ease;
}

.card:hover .card-image-wrapper {
  transform: translateY(-10px);
}

/* Image Box */
.card-image-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f9f6f1;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

.card-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8);
  transition: transform 1s ease;
}

.card:hover img {
  transform: scale(1.1);
}

/* Badge */
.card-badge {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 48px;
  height: 48px;
  background: #2f2f2f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Content */
.card-content h3 {
  font-size: 32px;
  font-family: serif;
  color: #2f2f2f;
  margin-bottom: 10px;
}

/* Line */
.card-line {
  width: 30px;
  height: 1px;
  background: #a89f92;
  margin: 15px auto;
  transition: width 0.5s ease;
}

.card:hover .card-line {
  width: 80px;
}

/* Text */
.card-content p {
  font-size: 14px;
  color: hsl(0deg 3.28% 12.47%);
  line-height: 1.6;
  padding: 0 15px;
  margin-bottom: 20px;
  opacity: 0.8;
  transition: opacity 0.4s ease;
}

.card:hover p {
  opacity: 1;
}

.paragraph {
  color: white !important;
}

/* Link */
.card-content a {
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: bold;
  text-decoration: none;
  color: #2f2f2f;
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
  transition: all 0.3s ease;
}

.card-content a:hover {
  border-color: #2f2f2f;
}

/* ---------------- RESPONSIVE ---------------- */

/* Tablet */
@media (max-width: 992px) {
  .card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .card-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .card-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .mob-view-refined {
    display: none;
  }
  .training-label {
    margin-top: 60px;
  }

  .wid {
    min-width: 90px;
  }
}

/* ============================CLIENT EXPERIENCE====================================== */
/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;1,600&family=Inter:wght@300;400;600&display=swap'); */

:root {
  --primary: #a89f92;
  --bg: #f6f2ec;
  --white: #ffffff;
  --dark: #2f2f2f;
}

.testi-sec {
  background: var(--bg);
  padding: 100px 0;
  overflow: hidden;
}

.testi-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Header Styling */
.testi-header h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 5vw, 48px);
  color: var(--dark);
  margin: 10px 0;
}

.testi-header h2 span {
  font-style: italic;
  color: var(--primary);
}

/* Creative Card Design */
.testi-card {
  min-width: 33.333%;
  /* Desktop default */
  padding: 20px;
  box-sizing: border-box;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.testi-inner {
  background: var(--white);
  padding: 60px 40px 40px 40px;
  position: relative;
  border-radius: 0px 80px 0px 80px;
  border: 1px solid rgba(168, 159, 146, 0.1);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s ease;
}

/* Floating Quote Background */
.quote-bg {
  position: absolute;
  top: 3px;
  left: 14px;
  font-size: 75px;
  font-family: "Playfair Display", serif;
  color: #917c66;
  opacity: 0.9;
  line-height: 1;
  z-index: 0;
}
.testi-body {
  position: relative;
  z-index: 1;
}

#testiTrack {
  display: flex;
  gap: 1px;
}

.testi-body p {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #4a4a4a; /* Slightly darker for better readability */
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .testi-body p {
    padding-left: 15px;
  }

  .testi-footer {
    padding-left: 15px;
  }
}

.testi-footer {
  /* margin-top: 20px; */
  padding-top: 20px;
  border-top: 1px solid rgba(168, 159, 146, 0.2); /* Horizontal divider line */
  text-align: right;
}

.footer-line {
  width: 30px;
  height: 2px;
  background: var(--primary);
  margin-bottom: 15px;
}
.footer-line {
  display: none;
}

.testi-footer h4 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  margin: 0;
}

.testi-footer span {
  font-size: 11px;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-top: 4px;
}

/* Desktop Slider Logic */
.testi-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.testi-card:hover .testi-inner {
  transform: translateY(-8px);
  box-shadow: 15px 20px 40px rgba(168, 159, 146, 0.15);
}

/* Pagination & Buttons */
.testi-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

.testi-btn {
  background: transparent;
  border: 1px solid #ddd;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.testi-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

.testi-pagination {
  font-weight: 600;
  color: var(--primary);
  letter-spacing: 2px;
}

/* MOBILE INFINITE SCROLLER */
.testi-track.auto-scroll {
  animation: scrollInfinite 50s linear infinite;
  width: max-content;
}

.testi-track.auto-scroll:hover {
  animation-play-state: paused;
}

.testi-track.manual-mode {
  animation: none !important;
}

@media (max-width: 991px) {
  .testi-track.auto-scroll {
    animation-duration: 50s;
  }

  .testi-controls {
    display: flex;
  }

  /* can move reverse */

  .testi-track.manual-mode {
    width: max-content;
  }
}

.auto-scroll.paused {
  animation-play-state: paused;
}

/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;1,600&family=Inter:wght@300;400;600&display=swap'); */

:root {
  --gold: #a89f92;
  --dark: #2f2f2f;
  --cream: #f6f2ec;
  --white: #ffffff;
  --transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.testi-sec {
  background: var(--cream);
  padding: 120px 0;
  overflow: hidden;
}

.testi-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5%;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 80px;
  align-items: center;
}

/* Static Branding */
.testi-tag {
  letter-spacing: 5px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.testi-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.1;
  font-weight: 400;
}

.testi-title span {
  font-style: italic;
  color: var(--gold);
}

/* The Sliding Track */
.testi-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.testi-track {
  display: flex;
  gap: 20px;
  will-change: transform;
  /* Transition for Desktop Click */
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.testi-track.manual-mode {
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}




.testi-card {
  /* Fluid width for mobile, fixed for desktop */
  min-width: calc(100vw - 40px);
  max-width: 420px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .testi-card {
    min-width: 400px;
  }
}

.testi-inner {
  background: #fff;
  padding: 44px 48px;
  position: relative;
  border-top: 5px solid #a89f92;
  box-shadow: 0 15px 35px rgb(0 0 0 / 22%);
  border-bottom: 5px solid #a89f92;
}



/* Floating Quote Effect */
.quote-mark {
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 120px;
  font-family: "Playfair Display", serif;
  color: var(--cream);
  /* Creates a 'punch-out' effect against white card */
  line-height: 1;
  z-index: 0;
}

.card-inner {
  position: relative;
  z-index: 1;
}

.card-body p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.card-footer {
  margin-top: 30px;
}

.footer-line {
  width: 30px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 15px;
}

.card-footer strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: var(--dark);
}

.card-footer span {
  font-size: 13px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Control Styling */
.testi-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}

.testi-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #dcd6cd;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testi-btn:hover {
  background: var(--dark);
  color: var(--white);
  border-color: var(--dark);
}

.testi-counter {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Inter";
  font-size: 14px;
  letter-spacing: 2px;
  color: var(--gold);
}

.sep {
  width: 40px;
  height: 1px;
  background: #dcd6cd;
}

/* MOBILE RESPONSIVE & INFINITE SCROLL */
@media (max-width: 991px) {
  .testi-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .testi-controls {
    display: flex;
  }

  /* Use auto-scroll on mobile */
  .testi-title {
    margin-bottom: 20px;
  }

  .testi-track {
    animation: scrollInfinite 35s linear infinite;
    width: max-content;
  }

  .testi-track:hover {
    animation-play-state: paused;
  }

  .testi-card {
    min-width: 300px;
    padding: 40px 30px;
  }
}



/* ================================================================== */
/* =============================INDEX-PHILOSOPHY===================================== */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;600&display=swap");

@keyframes scrollInfinite {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

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

.philosophy-section {
  background-color: #a89f9238;
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}

.philo-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5%;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  /* Asymmetric split */
  align-items: center;
  gap: 40px;
}

/* --- TEXT CONTENT --- */
.philo-text-box {
  position: relative;
  z-index: 10;
  padding-right: 50px;
}

.philo-label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5em;
  color: #847b6e;
  display: block;
  margin-bottom: 30px;
  font-weight: 800;
}

.philo-quote {
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.1;
  color: #2f2f2f;
  margin-bottom: 40px;
}

.accent-serif {
  font-style: italic;
  color: #847b6e;
  font-weight: 400;
}

.philo-description {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #555;
  max-width: 450px;
  opacity: 0.9;
}

.philo-footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-line {
  width: 272px;
  height: 1px;
  background: rgba(168, 159, 146, 0.4);
}

.philo-traits {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.philo-traits li {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #4f4b45;
}

/* --- IMAGE CONTENT --- */
.philo-image-wrapper {
  position: relative;
  padding: 20px;
}

.philo-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: grayscale(20%);
  transition: transform 3s ease;
  border-radius: 20px;
}

.philo-image-wrapper:hover .philo-img {
  transform: scale(1.05);
}

/* Floating Architectural Box (The "Creative" Touch) */
.philo-deco-box {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 200px;
  height: 300px;
  border: 1px solid rgba(168, 159, 146, 0.3);
  z-index: -1;
  border-radius: 20px;
}

.train-img-container img {
  border-radius: 20px;
}

/* --- RESPONSIVE DESIGN --- */

@media (min-width: 1024px) {
  /* Slightly overlap text over image */
  .philo-image-wrapper {
    margin-left: -100px;
  }
}

@media (max-width: 991px) {
  .philo-container {
    grid-template-columns: 1fr;
    /* Stack layout */
    text-align: center;
    gap: 80px;
  }

  .philo-text-box {
    padding-right: 0;
    order: 2;
  }

  .philo-description {
    margin: 0 auto 40px;
  }

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

  .philo-image-wrapper {
    order: 1;
    max-width: 80%;
    margin: 0 auto;
  }

  .philo-deco-box {
    display: none;
    /* Simplify for mobile */
  }
}

@media (max-width: 480px) {
  .philo-image-wrapper {
    max-width: 100%;
  }

  .philo-quote {
    font-size: 28px;
  }
}

/* ================================================================== */
/* ==============================Index page video styling ==================================== */

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(2px) brightness(0.8);
  transform: scale(1.1);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.7);
  -webkit-filter: blur(2px) brightness(0.8);
}

/* This creates the black shadow/overlay */
.hero-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 10.5); /* Black with 50% transparency */
  z-index: 1;
}

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

/* ================================book.php dropdown style=========================== */
.creative-select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 15px 0px; /* No side padding for an underlined look */

  /* Colors from your image */
  background: transparent;
  border: none;
  border-bottom: 1px solid #d4c4a8; /* Elegant Beige border */
  border-radius: 0;

  /* Typography */
  color: #2d2b29;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;

  cursor: pointer;
  transition: all 0.4s ease;

  /* Custom Beige Chevron Arrow */
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d4c4a8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); */
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px;
}

.creative-select:hover {
  border-bottom-color: #2d2b29; /* Darkens on hover */
  letter-spacing: 1.5px;
}

.creative-select:focus {
  outline: none;
  border-bottom: 2px solid #2d2b29;
}

/* Styling the dropdown list */
.creative-select optgroup {
  background-color: #f9f7f2; /* Light beige background */
  color: #a69677; /* Muted beige for headers */
  font-style: italic;
  font-size: 14px;
  padding: 10px;
}

.creative-select option {
  background-color: #f9f7f2;
  color: #2d2b29;
  padding: 12px;
  text-transform: none; /* Keeps items easy to read */
}
/* ======================POPUP======================= */

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

body.blur-active > :not(.promo-focus-overlay) {
  filter: blur(12px) grayscale(20%);
  transition: filter 0.8s ease;
  pointer-events: none;
}

.promo-focus-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.85);  */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.promo-focus-overlay.active {
  display: flex;
  opacity: 1;
}

.promo-window {
  background: #ffffff;
  width: 90%;
  max-width: 420px;
  padding: 60px 40px 40px;
  border-radius: 40px;
  position: relative;
  text-align: center;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transform: scale(0.9) translateY(30px);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.promo-focus-overlay.active .promo-window {
  transform: scale(1) translateY(0);
}

.promo-close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #000000;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--tw-ring-offset-color);
  transition: all 0.2s;
}

.promo-close-btn:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.promo-header {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a855f7;
  margin-bottom: 15px;
}

.promo-headline {
  font-size: 2rem;
  color: #0f172a;
  font-weight: 300;
}
.promo-headline strong {
  font-weight: 800;
  color: #7c3aed;
}

.discount-box {
  margin: 30px 0;
  padding: 25px;
  background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
  border-radius: 24px;
  border: 2px solid #ddd6fe;
}

.discount-value {
  display: block;
  font-size: 3.5rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1;
}

.claim-offer-btn {
  width: 100%;
  padding: 20px;
  background: #0f172a;
  color: white;
  border: none;
  border-radius: 18px;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition:
    transform 0.3s,
    background 0.3s;
}

.claim-offer-btn:hover {
  background: #7c3aed;
  transform: translateY(-3px);
}

.totem-img {
  margin-bottom: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.pricing {
  color: var(--taupe);
}

.cta-button {
  border: 1px solid;
  border-radius: 20px;
  padding: 4px 28px;
  margin-bottom: 2px;
  text-decoration: none;
}
a {
  text-decoration: none !important;
}
