@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Great+Vibes&display=swap");

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.absolute.h-full.w-px {
    top: 0;
    bottom: 0;
    height: auto !important;
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

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

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

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}


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

.max-w-5xl {
    max-width: 1024px;
}

.container.max-w-5xl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.flex {
    display: flex;
}

.space-y-12 > * + * {
    margin-top: 48px;
}

.p-6 {
    padding: 24px;
}

.text-2xl {
    font-size: 24px;
    line-height: 1.33;
}

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

.w-px {
    width: 1px;
}

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

.transform {
    transform: translateZ(0);
}

.-translate-x-1\/2 {
    transform: translateX(-50%);
}

.hidden {
    display: none;
}

.md\:block {
    display: none;
}

@media (min-width: 768px) {
    .md\:block {
        display: block !important;
    }
}

.relative > .absolute.left-1\/2.transform.-translate-x-1\/2.h-full.w-px.bg-primary\/20 {
    top: 0;
    bottom: 0;
    height: 100%;
    display: block !important;
}

@media (max-width: 1023px) {
    .relative > .absolute.left-1\/2.transform.-translate-x-1\/2.h-full.w-px.bg-primary\/20 {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .space-y-12 .hidden.md\:block {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .space-y-12 .hidden.md\:block {
        display: block !important;
    }
}

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

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

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

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

@media (min-width: 768px) {
    .md\:flex-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

.inline-block {
    display: inline-block;
    width: 100%;
    max-width: 360px;
}

.bg-primary\/20 {
    background-color: hsla(var(--brand-hue) var(--brand-saturation) var(--brand-lightness), 0.2);
}

.absolute.left-1\/2.transform.-translate-x-1\/2.h-full.w-px.bg-primary\/20 {
    z-index: 0;
}

.space-y-12 .inline-block {
    position: relative;
    z-index: 1;
}

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

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

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

.text-white {
    color: #ffffff;
}

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

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

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

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

.space-y-6 > * + * {
    margin-top: 24px;
}

.max-w-4xl {
    max-width: 896px;
}

.container.max-w-4xl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.max-w-2xl {
    max-width: 672px;
}

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

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

.font-sans {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.font-serif {
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-weight: 500;
}

.font-script {
    font-family: "Great Vibes", "Brush Script MT", cursive;
    font-weight: 400;
}

.text-sm {
    font-size: 14px;
    line-height: 1.2;
}

.text-xl {
    font-size: 20px;
    line-height: 1.6;
}

.text-5xl {
    font-size: 48px;
    line-height: 1.05;
}

.md\:text-7xl {
    font-size: 48px;
}

@media (min-width: 768px) {
    .md\:text-7xl {
        font-size: 72px;
    }
}

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

.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

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

.py-20 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-16 {
    padding-top: 64px;
    padding-bottom: 64px;
}

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

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

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

.text-xs {
    font-size: 12px;
    line-height: 1.3;
}

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

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

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

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

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

.mb-12 {
    margin-bottom: 48px;
}

.space-y-4 > * + * {
    margin-top: 16px;
}

.text-4xl {
    font-size: 36px;
    line-height: 1.15;
}

.text-3xl {
    font-size: 30px;
    line-height: 1.2;
}

.md\:text-5xl {
    font-size: 36px;
}

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

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

.grid {
    display: grid;
}

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

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

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

.gap-8 {
    gap: 32px;
}

.space-y-2 > * + * {
    margin-top: 8px;
}

@media (min-width: 768px) {
    .md\:text-5xl {
        font-size: 48px;
    }

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

@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.py-24 {
    padding-top: 96px;
    padding-bottom: 96px;
}

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

.max-w-6xl {
    max-width: 1152px;
}

.container.max-w-6xl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mb-16 {
    margin-bottom: 64px;
}

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

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

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

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

@media (min-width: 1024px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

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

@media (min-width: 1024px) {
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.gap-16 {
    gap: 64px;
}

.p-8 {
    padding: 32px;
}

.h-16 {
    height: 64px;
}

.w-16 {
    width: 64px;
}

.h-8 {
    height: 32px;
}

.w-8 {
    width: 32px;
}

.bg-primary\/10 {
    background-color: hsla(var(--brand-hue) var(--brand-saturation) var(--brand-lightness), 0.1);
}

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

.text-2xl {
    font-size: 24px;
    line-height: 1.33;
}

.gap-2 {
    gap: 8px;
}

.space-y-8 > * + * {
    margin-top: 32px;
}

.text-primary {
    color: var(--brand-color);
}

.border-primary\/20 {
    border-color: hsla(var(--brand-hue) var(--brand-saturation) var(--brand-lightness), 0.2);
}

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

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

.text-muted-foreground {
    color: var(--text-color-mute);
}

.text-lg {
    font-size: 18px;
    line-height: 1.75;
}

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

.bg-muted\/20 {
    background-color: rgba(222, 222, 222, 0.2);
}

.bg-muted\/30 {
    background-color: rgba(222, 222, 222, 0.3);
}

.p-4 {
    padding: 16px;
}

.border {
    border-width: 1px;
    border-style: solid;
}

.border-border {
    border-color: var(--border-color);
}

.grayscale {
    filter: grayscale(1);
}

.hover\:grayscale-0:hover {
    filter: grayscale(0);
}

.transition-all {
    transition-property: all;
    transition-timing-function: ease;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: ease;
}

.hover\:border-primary\/50:hover {
    border-color: hsla(var(--brand-hue) var(--brand-saturation) var(--brand-lightness), 0.5);
}

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

.bottom-4 {
    bottom: 16px;
}

.left-4 {
    left: 16px;
}

.bg-white\/90 {
    background-color: rgba(255, 255, 255, 0.9);
}

.backdrop-blur {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.py-2 {
    padding-top: 8px;
    padding-bottom: 8px;
}

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

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

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

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

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

.outline-none {
    outline: none;
}

.focus-visible\:border-ring:focus-visible {
    border-color: var(--brand-color);
}

.focus-visible\:ring-ring\/50:focus-visible {
    --ring-color: hsla(var(--brand-hue) var(--brand-saturation) var(--brand-lightness), 0.5);
}

.focus-visible\:ring-\[3px\]:focus-visible {
    box-shadow: 0 0 0 3px var(--ring-color, hsla(var(--brand-hue) var(--brand-saturation) var(--brand-lightness), 0.5));
}

.aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
    --ring-color: rgba(220, 38, 38, 0.2);
}

.aria-invalid\:border-destructive[aria-invalid="true"] {
    border-color: rgba(220, 38, 38, 0.9);
}

.dark .dark\:aria-invalid\:ring-destructive\/40[aria-invalid="true"] {
    --ring-color: rgba(220, 38, 38, 0.4);
}

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

.shadow-xs {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.hover\:bg-accent:hover {
    background-color: rgba(225, 203, 136, 0.2);
}

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

.dark .dark\:border-input {
    border-color: var(--border-color);
}

.dark .dark\:hover\:bg-input\/50:hover {
    background-color: rgba(206, 212, 218, 0.5);
}

.h-9 {
    height: 36px;
}

.has-\[\>svg\]\:px-3:has(> svg) {
    padding-left: 12px;
    padding-right: 12px;
}

.rounded-none {
    border-radius: 0;
}

.ml-2 {
    margin-left: 8px;
}

.h-4 {
    height: 16px;
}

.w-4 {
    width: 16px;
}

.\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
}

.\[\&_svg\:not\(\[class\*\='size-'\]\)\]\:size-4 svg:not([class*='size-']) {
    width: 16px;
    height: 16px;
}

.\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
}

.bg-primary\/5 {
    background-color: hsla(var(--brand-hue) var(--brand-saturation) var(--brand-lightness), 0.05);
}

.p-12 {
    padding: 48px;
}

.rounded-2xl {
    border-radius: 16px;
}

.my-16 {
    margin-top: 64px;
    margin-bottom: 64px;
}

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

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

.gap-4 {
    gap: 16px;
}

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

@media (min-width: 640px) {
    .sm\:flex-row {
        flex-direction: row !important;
    }
}

.text-primary-foreground {
    color: #ffffff;
}

.hover\:bg-primary\/90:hover {
    background-color: var(--brand-color);
}

.rounded-md {
    border-radius: 6px;
}

.has-\[\>svg\]\:px-4:has(> svg) {
    padding-left: 16px;
    padding-right: 16px;
}

.h-14 {
    height: 56px;
}

.px-8 {
    padding-left: 32px;
    padding-right: 32px;
}

.bg-white {
    background-color: #ffffff;
}

.hover\:bg-gray-50:hover {
    background-color: #f9fafb;
}

.mr-2 {
    margin-right: 8px;
}

.text-\[\#25D366\] {
    color: #25D366;
}
