@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Carlito:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap");
/*
Theme Name: 505 Ranch Official
Theme URI: https://505ranch.com
Author: Creative Relic
Author URI: https://creativerelic.com/
*/
/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */
/* Categories 01 to 03 are the basics. */
/* Variables */
:root {
  /* Font Family */
  --global--font-primary: "Carlito", Calibri, -apple-system, BlinkMacSystemFont, "Segoe UI",
                          Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --global--font-nav: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --global--font-secondary: var(--font-base, "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", serif);
  --global--color-light-gray: #f0f0f0;
  --global--color-light-blue: #62929e;
  --footer-nav--color-link: var(--global--color-light-blue);
  --footer-nav--color-link-hover: rgba(98, 146, 158, .5);
  --footer--background-color: var(--global--color-light-gray);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration-thickness: 1px;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration-style: dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  /* Apply border-box across the entire page. */
  box-sizing: border-box;
  font-family: var(--global--font-secondary);
  line-height: var(--global--line-height-body);
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-size: var(--global--font-size-base);
  font-weight: normal;
  color: var(--global--color-primary);
  text-align: left;
  background-color: var(--global--color-background);
}

button {
  cursor: pointer;
}

.site-header {
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  /* 🟢 CORRECTION: Ensure mobile toggle is hidden in the default/desktop context */
}
@media (max-width: 768px) {
  .site-header {
    background: #fff;
  }
}
.site-header .mobile-toggle {
  display: none;
}
@media (max-width: 768px) {
  .site-header .mobile-toggle {
    display: block;
    z-index: 1001;
    display: block;
    z-index: 1001;
    background: none;
    border: none;
    font-size: 2rem;
    color: #081359;
    cursor: pointer;
  }
}
.site-header .siteHeaderContainer {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 89.5px;
  padding-right: 89.5px;
}
@media (max-width: 768px) {
  .site-header .siteHeaderContainer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-header .siteHeaderContainer .site-logo {
  padding: 9px 10.5px;
}
.site-header .siteHeaderContainer .site-logo img {
  height: 95px;
  width: auto;
}
.site-header .siteHeaderContainer .navWrapper {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
  gap: 2rem;
}
.site-header .siteHeaderContainer .navWrapper .main-nav {
  margin-right: auto;
  padding: 9px 10.5px;
}
.site-header .siteHeaderContainer .navWrapper .main-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .site-header .siteHeaderContainer .navWrapper .main-nav ul {
    flex-direction: column;
    display: none; /* Hides the main menu by default */
    background: rgba(0, 0, 0, 0.95);
    position: absolute;
    align-items: flex-start;
    top: 70px;
    right: 1rem;
    width: 250px;
    padding: 1rem;
    border-radius: 4px;
    gap: 0;
    z-index: 1001;
  }
}
@media (max-width: 768px) {
  .site-header .siteHeaderContainer .navWrapper .main-nav ul.show {
    display: flex;
  }
}
.site-header .siteHeaderContainer .navWrapper .main-nav ul li {
  /* 🎯 Hover state for desktop */
}
.site-header .siteHeaderContainer .navWrapper .main-nav ul li a {
  padding: 0.5rem 0;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 0;
  cursor: pointer;
  font-family: var(--global--font-nav);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding-right: 15px;
  -webkit-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -moz-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -ms-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -o-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
}
.site-header .siteHeaderContainer .navWrapper .main-nav ul li a:hover {
  color: rgba(255, 255, 255, 0.79);
}
.site-header .siteHeaderContainer .navWrapper .main-nav ul li.has-dropdown {
  position: relative;
}
.site-header .siteHeaderContainer .navWrapper .main-nav ul li.has-dropdown > a {
  z-index: 11;
  position: relative;
}
.site-header .siteHeaderContainer .navWrapper .main-nav ul li.has-dropdown ul.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #547b8a;
  border-radius: 0 0 4px 4px;
  padding: 0.5rem 1rem;
  flex-direction: column;
  min-width: 150px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 10;
  pointer-events: auto;
  /* === Initial Hidden State (Opacity/Transform) === */
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 10px, 0);
  /* === TRANSITION SETUP === */
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0s linear 0.2s;
  display: flex;
  align-items: start;
  gap: 0;
}
@media (max-width: 768px) {
  .site-header .siteHeaderContainer .navWrapper .main-nav ul li.has-dropdown ul.dropdown {
    transition: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    display: none; /* Hide by default, shown by .is-open */
    position: static;
    background-color: transparent;
    padding: 0.5rem 0;
    border-radius: 4px;
    box-shadow: none;
    margin-top: 0.5rem;
    width: 100%;
  }
}
.site-header .siteHeaderContainer .navWrapper .main-nav ul li.has-dropdown ul.dropdown li {
  margin: 0.3rem 0;
}
@media (max-width: 768px) {
  .site-header .siteHeaderContainer .navWrapper .main-nav ul li.has-dropdown ul.is-open {
    display: flex !important;
    margin-left: 25px;
    margin-top: 0;
    padding-top: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .site-header .siteHeaderContainer .navWrapper .main-nav ul li:hover > a.dropdown-toggle + ul.dropdown, .site-header .siteHeaderContainer .navWrapper .main-nav ul li:hover > ul.dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0s linear 0s;
  }
}
@media (max-width: 768px) {
  .site-header .siteHeaderContainer .navWrapper .social-links {
    display: none;
  }
}
.site-header .siteHeaderContainer .navWrapper .social-links .social-icon {
  color: #ffffff; /* The Ranch Teal */
  font-size: 1.4rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.site-header .siteHeaderContainer .navWrapper .social-links .social-icon:hover {
  color: rgba(255, 255, 255, 0.4);
  transform: translateY(-3px); /* Subtle lift effect */
}

.footerWrapper {
  background: var(--footer--background-color);
  padding: 64px 100px;
  padding-top: 5px;
}
@media (max-width: 640px) {
  .footerWrapper {
    padding: 20px;
  }
}
.footerWrapper .footer-navigation {
  padding: 20px 0;
}
.footerWrapper .footer-navigation .footer-navigation-wrapper {
  display: flex;
  justify-content: center;
  list-style: none;
}
.footerWrapper .footer-navigation .footer-navigation-wrapper li {
  font-family: var(--global--font-nav);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding-right: 15px;
}
.footerWrapper .footer-navigation .footer-navigation-wrapper li.menu-item a {
  color: var(--footer-nav--color-link);
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.footerWrapper .footer-navigation .footer-navigation-wrapper li.menu-item a:hover {
  color: var(--footer-nav--color-link-hover);
}
.footerWrapper .footerWidgets .footer-widget {
  color: var(--footer-nav--color-link);
}
.footerWrapper .footerWidgets .footer-widget .social-links {
  text-align: center;
  padding: 17px 0;
}
.footerWrapper .footerWidgets .footer-widget .social-links .social-icon {
  color: #222; /* The Ranch Teal */
  font-size: 2rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.footerWrapper .footerWidgets .footer-widget .social-links .social-icon:hover {
  color: 737373;
  transform: translateY(-3px); /* Subtle lift effect */
}
.footerWrapper .footer-copy {
  font-weight: 400;
  font-size: 19.6px;
  line-height: 1.35em;
  font-family: var(--global--font-primary);
  color: var(--footer-nav--color-link);
  text-align: center;
}
.footerWrapper .footerBottom {
  text-align: center;
}
.footerWrapper .footerBottom .footerCredit {
  font-weight: 400;
  font-size: 19.6px;
  line-height: 1.35em;
  font-family: var(--global--font-primary);
  color: var(--footer-nav--color-link);
  text-align: center;
}
.footerWrapper .footerBottom .footerCredit a {
  color: var(--footer-nav--color-link);
  text-decoration: none;
}

.homeContainer {
  /* Hover State: Inverts the colors */
  /* Responsive adjustments for mobile */
  /* Specific Teal Solid Button from the image */
  /* Mobile Fixes */
}
.homeContainer .row {
  margin-left: 0;
  margin-right: 0;
}
.homeContainer .homeIntro {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 100px;
}
@media (max-width: 640px) {
  .homeContainer .homeIntro {
    padding: 80px 15px;
  }
}
.homeContainer .homeIntro h2 {
  font-family: var(--global--font-secondary);
  color: var(--global--color-light-blue);
  font-size: 56px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 0.67em 0;
}
@media (max-width: 640px) {
  .homeContainer .homeIntro h2 {
    font-size: 32px;
  }
}
.homeContainer .homeIntro p {
  color: var(--global--color-light-blue);
  font-size: 19.6px;
  line-height: 1.35em;
  text-align: center;
}
.homeContainer .scroll-down-wrap {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.homeContainer .scroll-arrow {
  animation: bounce 2s infinite;
  display: block;
  opacity: 0.8;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.homeContainer .btn-ranch-outline {
  display: inline-block;
  padding: 12px 35px;
  /* The core styling */
  background-color: transparent;
  border: 2px solid var(--global--color-light-blue); /* The exact teal color from 505 Ranch */
  color: var(--global--color-light-blue);
  border-radius: 50px; /* This creates the pill shape */
  /* Typography */
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--global--font-nav);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px; /* Adds that airy, luxury feel */
  margin-top: 50px;
  /* Smooth hover effect */
  transition: all 0.3s ease;
}
.homeContainer .btn-ranch-outline:hover {
  background-color: var(--global--color-light-blue);
  color: #ffffff;
  text-decoration: none;
}
.homeContainer .ranch-hero-banner {
  position: relative;
  width: 100%;
  height: 60vh; /* Set to roughly 80% of screen height */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Pushes text to the right side */
  padding: 0 10%; /* Keeps text away from the screen edge */
  background-attachment: fixed;
}
.homeContainer .hero-overlay-content {
  max-width: 700px;
  text-align: right;
  color: #ffffff;
}
.homeContainer .hero-title {
  margin-bottom: 20px;
  font-family: var(--global--font-secondary);
  font-size: 56px;
  font-weight: 700;
}
.homeContainer .hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 300;
}
.homeContainer .hero-button-wrap {
  display: flex;
  justify-content: center;
}
.homeContainer .btn-outline-white {
  display: inline-block;
  padding: 12px 40px;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
}
.homeContainer .btn-outline-white:hover {
  background: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .homeContainer .ranch-hero-banner {
    justify-content: center;
    text-align: center;
    padding: 0 20px;
  }
  .homeContainer .hero-overlay-content {
    text-align: center;
  }
  .homeContainer .hero-title {
    font-size: 2.5rem;
  }
}
.homeContainer .ranch-cta-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height based on your design preference */
  background-size: cover;
  background-position: center;
  display: flex;
}
.homeContainer .ranch-cta-section .cta-title {
  margin-bottom: 20px;
  font-family: var(--global--font-secondary);
  font-size: 56px;
  font-weight: 700;
}
.homeContainer .ranch-cta-section .cta-text {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 550px;
}
.homeContainer .ranch-cta-section .cta-button-wrap .btn-ranch-teal {
  display: inline-block;
  background-color: #6a8d92; /* The exact teal shade from the logo/site */
  color: #ffffff;
  padding: 15px 45px;
  text-decoration: none;
  border-radius: 50px; /* Rounded pill shape as shown */
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  transition: background 0.3s ease;
}
.homeContainer .ranch-cta-section .cta-button-wrap .btn-ranch-teal:hover {
  background-color: #557276;
  color: #ffffff;
}
@media (max-width: 768px) {
  .homeContainer .ranch-cta-section {
    height: auto;
    padding: 80px 0;
    /* Stronger overlay for mobile readability */
  }
  .homeContainer .cta-title {
    font-size: 2.5rem;
  }
}

.interior-page .interiorHeader {
  position: relative;
  height: 100vh;
  max-height: 720.46px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 5%;
  padding-bottom: 10%;
}
.interior-page .interiorHeader .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: center;
  transform: translateZ(0);
  will-change: transform;
}
.interior-page .interiorHeader .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.interior-page .interiorHeader .pageTitleInterior {
  font-family: var(--global--font-secondary);
  color: #fff;
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: table-row-group;
  width: 100%;
  position: relative;
  z-index: 3;
}
.interior-page .interiorHeader .pageTitleInterior h1 {
  font-size: 56px;
}
.interior-page .interior-page-container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 120px 100px;
}
@media (max-width: 640px) {
  .interior-page .interior-page-container {
    padding: 60px 20px;
  }
}

.aboutUs h2 {
  font-family: var(--global--font-secondary);
  color: var(--global--color-light-blue);
  font-size: 56px;
  text-align: center;
  font-weight: 700;
  padding: 0 17px 17px 17px;
}
.aboutUs .about-content {
  color: var(--global--color-light-blue);
}
.aboutUs .about-content p {
  font-weight: 400;
  letter-spacing: 0em;
  font-size: 19.6px;
  line-height: 1.35em;
  margin-bottom: 1em;
}
.aboutUs .about-content h3 {
  margin-bottom: 1em;
}
.aboutUs .about-quote {
  border-top: 1px solid rgba(222, 222, 222, 0.57);
  padding: 17px;
  margin-top: 17px;
}
.aboutUs .about-quote p {
  padding: 17px;
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0em;
  font-size: 19.6px;
  line-height: 1.35em;
  margin-bottom: 1em;
  color: var(--global--color-light-blue);
  color: var(--global--color-light-blue);
}
.aboutUs .about-quote p span {
  font-weight: 700;
  padding: 1em;
  display: block;
}

.availableProperties {
  color: var(--global--color-light-blue);
}
.availableProperties h2 {
  font-family: var(--global--font-secondary);
  color: var(--global--color-light-blue);
  font-size: 56px;
  text-align: center;
  font-weight: 700;
  padding: 0 17px 17px 17px;
}
@media (max-width: 640px) {
  .availableProperties h2 {
    font-size: 32px;
  }
}
.availableProperties h3 {
  font-family: var(--global--font-secondary);
  font-weight: 700;
  font-size: 32px;
}
.availableProperties .hr {
  padding: 17px;
}
.availableProperties .hr hr {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .availableProperties span {
    padding: 25px 0;
    display: block;
  }
}
.availableProperties .button {
  display: inline-block;
  width: auto;
  height: auto;
  border-width: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  line-height: normal;
  padding: 21px 34px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.28em;
  font-size: 13px;
  font-family: futura-pt;
  font-style: normal;
  color: #fff;
  background-color: #62929e;
  border-color: #62929e;
  border-radius: 300px;
  font-family: var(--global--font-nav);
  margin: 17px;
}

.experienceWater .experienceWaterContent {
  color: var(--global--color-light-blue);
  font-family: var(--global--font-nav);
  font-size: 15.68px;
}
.experienceWater .experienceWaterContent p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  padding: 17px 0;
}
.experienceWater .experienceWaterContent h3 {
  font-family: var(--global--font-secondary);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
  display: block;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.experience .experienceContent {
  color: var(--global--color-light-blue);
  font-family: var(--global--font-nav);
  font-size: 15.68px;
}
.experience .experienceContent p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  padding: 17px 0;
}
.experience .experienceContent h2 {
  font-family: var(--global--font-secondary);
  color: var(--global--color-light-blue);
  font-size: 56px;
  text-align: center;
  font-weight: 700;
  padding: 0 17px 17px 17px;
}
.experience .experienceContent h3 {
  font-family: var(--global--font-secondary);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
  display: block;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
.experience .experienceContent .amenities-grid {
  padding: 100px 0;
  margin: 0;
}
.experience .experienceContent .amenities-grid h3 {
  font-size: 28px;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.experience .experienceContent .amenities-grid p {
  padding: 0px 0 1em;
  margin: 0;
}

.contact-section .contact-header h2 {
  font-family: var(--global--font-secondary);
  color: var(--global--color-light-blue);
  font-weight: 700;
  font-size: 56px;
  text-align: center;
}
.contact-section .contact-grid p {
  font-size: 19.6px;
  font-weight: 400;
  font-family: var(--global--font-primary);
  color: var(--global--color-light-blue);
}
.contact-section .contact-grid .address-wrapper {
  padding: 17px;
}
.contact-section .contact-grid .address-wrapper .contact-block {
  margin: 1em 0;
}
.contact-section .contact-grid .address-wrapper .contact-block h3 {
  font-size: 19.6px;
  color: var(--global--color-light-blue);
}
.contact-section .contact-main-info {
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0em;
  font-size: 32px;
  text-align: center;
  font-family: var(--global--font-secondary);
  color: var(--global--color-light-blue);
  padding: 17px;
}
.contact-section .contact-main-info p {
  margin: 1em 0;
}

/*# sourceMappingURL=style.css.map */
