/* @import 'e4fca80d1a9dd2dc.ltr.css'; Removed unused vendor styles */

/* Manual Font Overrides - Matching Source Site */

/* 1) Hagrid Text (Regular & Bold) - Headings, Logo, Nav */
@font-face {
    font-family: 'Hagrid Text';
    src: url('../_assets/fonts/HagridText-Regular.woff2') format('woff2');
    font-weight: 400;
    /* Regular / Light in context */
    font-style: normal;
}

@font-face {
    font-family: 'Hagrid Text';
    src: url('../_assets/fonts/HagridText-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* 2) Gordita (Regular & Bold) - Body Text */
@font-face {
    font-family: 'Gordita';
    src: url('../_assets/fonts/Gordita-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gordita';
    src: url('../_assets/fonts/Gordita-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* 3) Open Sauce (Regular) - Secondary UI */
@font-face {
    font-family: 'Open Sauce';
    src: url('../_assets/fonts/OpenSauce-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

:root {
    /* Using exact families from source */
    /* Hagrid Text is a serif/display styling in this context */
    --font-heading: 'Hagrid Text', serif;
    --font-body: 'Gordita', sans-serif;
    --font-ui: 'Open Sauce', sans-serif;
}

body {
    font-family: var(--font-body) !important;
    color: #333;
    overflow-x: hidden !important;
    overflow: auto !important;
    font-size: 16px;
    /* Base reset */
}

/* Main Logo Text */
.navbar-brand {
    font-family: var(--font-heading) !important;
    font-weight: 700 !important;
    /* Bold */
    letter-spacing: -0.5px;
    line-height: 1;
}

/* Navigation Links */
.nav-link {
    font-family: var(--font-heading) !important;
    font-weight: 400 !important;
    /* Regular/Light */
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.fw-bold {
    font-family: var(--font-heading) !important;
}

/* Logo "urban space..." was 106.67px */
.brand-title {
    font-size: 75px !important;
    /* Reduced by ~30% from 106.67px */
    line-height: 1.1;
    color: rgb(61, 61, 61);
    margin-bottom: 1.5rem;
    text-align: left;
    font-family: var(--font-heading) !important;
    font-weight: 700 !important;
}

/* Home Headline "Calm you can come home to" was 300 and 66.67px */
.display-4 {
    font-family: var(--font-heading) !important;
    font-weight: 300 !important;
    font-size: 66.67px !important;
}

/* Home Body Text was 20px */
.hero-tagline,
.hero-content p {
    font-family: var(--font-body) !important;
    font-size: 11px !important;
    /* Reduced to tiny size */
    font-weight: 400 !important;
    color: rgb(61, 61, 61);
    max-width: none;
    /* Allow card to dictate width */
    margin: 0;
    text-align: left;
}

/* Specific overrides for text classes */
p,
.text-muted,
.text-secondary,
.fs-5 {
    font-family: var(--font-body) !important;
}

/* Fix Hero Section Layout */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: rgb(248, 246, 253);

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 5vh;
    width: 100%;
}

/* New Right Image Style */
.hero-right-image {
    max-height: 80vh;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Products Page Styles */
.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.product-image {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

/* Fallback for general text if unassigned */
div {
    font-family: var(--font-body);
}

/* Products Page Specifics */
/* Using targeted class .product-heading */
.product-heading {
    font-family: var(--font-heading) !important;
    font-weight: 700 !important;
    /* "Nurture More than Nature" was 17.33px */
    font-size: 17.33px !important;
}

/* Product Body Text */
.card p {
    font-size: 14.67px !important;
}

/* Contact Page Specifics */
/* Using targeted class .contact-heading */
.contact-heading {
    font-family: var(--font-heading) !important;
    font-weight: 300 !important;
    font-size: 66.67px !important;
    line-height: 1.2;
}

/* Using targeted class .contact-label */
.contact-label {
    font-family: var(--font-heading) !important;
    font-weight: 400 !important;
    /* Labels were 400 */
    font-size: 22.67px !important;
}

/* "High Contrast" Contact Values */
.contact-card .fs-5 {
    font-size: 20px !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .brand-title {
        font-size: 3rem !important;
    }

    .display-4,
    .contact-heading {
        font-size: 2.5rem !important;
    }
}

/* Homepage Hero Card */
/* Homepage Hero Card */
.hero-card {
    background-color: rgb(255, 255, 255);
    border-radius: 50px;
    /* More pill-like for "long and thin" */
    padding: 0.8rem 3rem;
    /* Reduced horizontal padding from 15rem to 3rem for tighter fit */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: fit-content;
    /* Hug the content */
    max-width: 98%;
    /* Prevent overflow on small screens */
    margin: 2rem auto 0;
}

/* Responsive adjustments for Her Card */
@media (max-width: 991px) {
    .hero-card {
        padding: 0.8rem 2rem !important;
        /* Reduce padding significantly on mobile */
        max-width: 90% !important;
        border-radius: 30px;
    }

    .hero-tagline,
    .hero-content p {
        white-space: normal !important;
        /* Allow text to wrap */
        text-align: center;
        /* Center text on mobile for better look */
        line-height: 1.4;
    }
}

/* Ensure hero text centering */
.hero-content .brand-title {
    text-align: center;
}

.hero-content .hero-tagline {
    text-align: left;
    color: #666;
    white-space: nowrap;
    /* Force single line */
    margin: 0;
}

/* Feature Cards on Products Page */
.feature-card {
    min-height: 525px;
    padding-top: 4rem !important;
    padding-bottom: 3rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    display: flex;
    flex-direction: column;
}