*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
/*
    Create custom, reusable component classes here.
    For example, a custom button style. You can use @apply
    to compose utilities directly in your CSS.
    */
:root {
        --primary: #3E4E56;
        --secondary: #CDD1CC;
        --hero-bg: #485c77;
        --tertiary: rgb(240, 242, 243);
        --body-font: "URW Form";
        --headline-font: "Big Caslon Medium";
        --gold: #dac6af;
        --dark-gold: #a29483;
        --box-shadow: 1px 1px 25px #949494;
        --box-shadow-dark: 1px 1px 25px #3a3a3a;
    }
.body-wrap {
        background-color: var(--secondary);
    }
body {
        color: var(--gold);
        font-family: var(--body-font), sans-serif;
        font-weight: 300;
        background-color: var(--tertiary);
        margin: 0;
    }
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light .h1, .text-light .h2, .text-light .h3, .text-light .h4, .text-light .h5, .text-light .h6 {
        color: var(--gold) !important;
    }
.center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
h1, h2, h3, h4, h5, h6 {
        color: var(--gold);
        font-family: var(--body-font);
    }
h4 {
        font-size: 16px;
        text-shadow: 1px 1px 1px black;
        font-weight: normal;
        margin-top: 0;
        text-transform: uppercase;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }
.has-top-divider::before {
        background: initial;
    }
a {
        text-decoration: none;
    }
@media (min-width: 1025px) {
        .feature-extended-image, .feature-extended-body {
            padding: 0 24px;
        }
    }
footer {
        background: var(--primary);
        color: #fff;
    }
.site-footer {
        color: var(--gold);
    }
h1 {

        font-family: var(--body-font), sans-serif;
        text-transform: uppercase;
        font-weight: 200;
        letter-spacing: 4px;
        font-size: 1.5em;
        padding: 8px;
        color: white;
    }
h2 {

        font-family: var(--body-font), sans-serif;
        text-transform: uppercase;
        font-weight: 200;
        letter-spacing: 4px;
        padding: 10px 20px;
        border-bottom-width: 1px;
        border-style: solid;
        border-color: var(--gold);
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        color: var(--primary);
    }
@media (min-width: 1024px) {

    h2 {
        background-color: var(--primary);
        color: var(--gold);
        box-shadow: 20px 20px 0 -10px var(--dark-gold);
        border-style: none;
        line-height: inherit;
        text-align: left;
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
.heading-boxed {
        background-color: var(--primary);
        color: var(--gold);
        box-shadow: 20px 20px 0 -10px var(--dark-gold);
        border-style: none;
        line-height: inherit;
    }
@media (min-width: 641px) {
        .section-inner {
            padding-top: 0;
            padding-bottom: 96px;
        }

        .features .section-inner {
            padding-top: 0;
            padding-bottom: 96px;
        }

        .site-header::before {
        }
    }
@media (max-width: 768px) {
        .side-by-side {
            flex-direction: column;
        }

        .side-by-side > *:not(:last-of-type) {
            margin-right: 0;
            margin-bottom: 40px;
        }

        .side-by-side > * {
            width: 100%;
            margin-right: 0;
        }

        .feature-extended-image {
            padding: 20px;
        }

        .site-header {
        }

        .alert a {
            display: block;
            margin-left: 0;
        }

        .feature-inner {
            padding: 12px;
        }

        .h3-mobile {
            font-size: 16px;
        }

        h4 {
            font-size: 12px;
            height: auto;
        }

        .site-header {
            padding-top: 3em;
            margin-top: -180px;
        }
    }
@media (max-width: 641px) {
        .section-inner {
            padding-top: 0;
            padding-bottom: 96px;
        }

        .site-header {
        }
    }
/* Staff Section Styles */
.staff {
    }
.staff .staff-inner.section-inner.has-top-divider {
        padding-bottom: 0;
    }
.staff-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 50px;
        margin-top: 4rem;
        margin-bottom: 4rem;
        row-gap: 4rem;
        align-items: stretch;
    }
.staff-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
.staff-card:hover {
    }
.staff-image {
        width: 100%;
        height: 200px;
        overflow: hidden;
        flex-shrink: 0;
        box-shadow: 20px 20px 0 -10px var(--dark-gold);
    }
.staff-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top;
           object-position: top;
    }
.staff-info {
        padding: 20px;
        text-align: left;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 1rem;
    }
.staff-name, h4.staff-name {
        color: var(--primary);
        font-family: var(--body-font);
        margin-bottom: 1rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 1.2;
        display: flex;
        align-items: flex-start;
        text-shadow: none;
    }
.staff-title {
        color: #666;
        font-family: var(--body-font);
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        line-height: 1.4;
    }
/* Responsive adjustments for staff grid */
@media (max-width: 1024px) {
        .staff-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }
    }
@media (max-width: 768px) {
        .staff-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .staff-image {
            height: 360px;
        }

        .staff-info {
            padding: 15px;
        }

        .staff-name, h4.staff-name {
            font-size: 24px !important;
            min-height: auto;
            height: auto;
            display: block;
            text-align: center;
        }

        .staff-title {
            font-size: 20px;
            text-align: center;
        }
    }
@media (max-width: 480px) {
        .staff-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .staff {
            padding: 60px 0;
        }
    }
/* Projects section specific styling */
.features .section-inner {
        padding-top: 80px;
    }
/* Override feature styles for staff members */
.staff-member {
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
    }
.staff-member:hover {
        transform: none !important;
    }
/* PetSpace Photos Layout */
/*.footer-copyright.mobile {*/
/*    display: none !important;*/
/*}*/
/* Mobile styling for PetSpace photos */
/* Footer Social Media Layout */
.footer-left-content {
        flex: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
.footer-social-container {
        flex: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
/* Fix social media icon spacing and sizing */
.footer-social-links {
        display: flex;
        align-items: center;
        gap: 8px;
    }
.footer-social-links li {
        margin: 0 !important;
    }
.footer-social-links a {
        padding: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.footer-social-links svg {
        width: 24px;
        height: 24px;
        fill: white;
    }
.footer-social-links img {
        height: 42px;
        width: auto;
    }
@media (min-width: 641px) {
        .site-footer-inner {
            justify-content: space-between;
            align-items: flex-start;
        }

        .footer-left-content {
            flex: 0 0 auto;
            width: auto;
            align-items: flex-start;
            justify-content: flex-start;
        }

        .footer-brand,
        .footer-copyright {
            flex: 0 0 auto;
            width: auto;
            justify-content: flex-start;
            margin-bottom: 24px;
        }

        .footer-social-container {
            flex: 0 0 auto;
            width: auto;
            justify-content: flex-end;
            align-items: flex-end;
            margin-bottom: 0;
        }

        .footer-social-links {
            justify-content: flex-end;
            margin-bottom: 16px;
        }
    }
/* Main Navigation */
.main-nav {
        background-color: var(--primary);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 1000;
    }
.nav-container {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1rem;
        height: 110px;
    }
/* Logo Section */
.nav-logo a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: var(--primary);
    }
.logo-img {
        height: 80px;
        width: auto;
        margin-right: 0.5rem;
    }
/* Navigation Menu */
.nav-menu {
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }
.nav-list {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        gap: 2rem;
    }
.nav-item {
    }
.nav-link {
        display: block;
        padding: 1rem 1.5rem;
        text-decoration: none;
        font-weight: 500;
        font-size: 1.2rem;
        transition: color 0.3s ease;
        color: var(--gold);
    }
.nav-link:hover {
        color: var(--secondary);
        text-decoration: underline;
    }
/* Dropdown Menu */
.dropdown-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        background-color: var(--primary);
        color: var(--secondary);

        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, box-shadow 0.1s ease 0.1s;

        z-index: 999;
    }
.nav-item.nav-item.has-dropdown.dropdown-active .dropdown-menu {
        max-height: 100vh;
        box-shadow: inset 0 -1px 5px #0c0c0c;
        transition: max-height 0.4s ease;
        background-color: var(--primary);
    }
.dropdown-content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        padding: 2rem;
        max-width: 1200px;
        margin: 0 auto;
    }
.dropdown-section h3 {
        margin: 0 0 1rem 0;
        font-size: 1.1rem;
        text-transform: uppercase;
        color: var(--gold);
        border-bottom: 2px solid var(--secondary);
        padding-bottom: 0.5rem;
    }
.dropdown-section a {
        display: block;
        padding: 0.5rem 0;
        text-decoration: none;
        color: var(--gold);
        transition: color 0.3s ease;
    }
.dropdown-section a:hover {
        color: var(--secondary);
    }
.dropdown-section a em {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--secondary);
}
/* Mobile Menu Toggle */
.mobile-menu-toggle {
        display: none;
        flex-direction: column;
        cursor: pointer;
        padding: 0.5rem;
    }
.mobile-menu-toggle span {
        width: 25px;
        height: 3px;
        background-color: var(--gold);
        margin: 3px 0;
        transition: 0.3s;
    }
/* Mobile Menu Active States */
.mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }
.mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
.mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
.nav-item.dropdown-active .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
/* Mobile Styles */
@media screen and (max-width: 768px) {
        .nav-container {
            padding: 0 1rem;
            height: 60px;
        }

        .logo-img {
            height: 30px;
        }

        .logo-text {
            font-size: 1.2rem;
        }

        .nav-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background-color: white;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 999;
        }

        .nav-menu.mobile-active {
            display: block;
        }

        .nav-list {
            flex-direction: column;
            gap: 0;
            background-color: var(--primary);
        }

        .nav-item {
            border-bottom: 1px solid #eee;
        }

        .nav-link {
            padding: 1rem;
            border-bottom: none;
        }

        .dropdown-menu {
            position: static;
            width: 100%;
            transform: none;
            box-shadow: none;
            background-color: #f8f9fa;
            max-height: 0;
            transition: max-height 0.12s ease-out;
            overflow: hidden;
        }

        .nav-item.has-dropdown.dropdown-active .dropdown-menu {
            max-height: 100vw;
            transition: max-height 0.12s ease-in;
        }

        .dropdown-content {
            grid-template-columns: 1fr;
            padding: 1rem;
            gap: 1rem;
        }

        .mobile-menu-toggle {
            display: flex;
        }
    }
/* Tablet Styles */
@media screen and (max-width: 1024px) and (min-width: 769px) {
        .nav-list {
            gap: 1rem;
        }

        .nav-link {
            padding: 1rem;
            font-size: 0.9rem;
        }

        .dropdown-content {
            padding: 1.5rem;
        }
    }
section {
  display: flex;
}
div.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
div.wrapper article {
        color: var(--primary);
    }
article {
  max-width: 800px;
  padding: 2rem;
}
@media (min-width: 1024px) {

  article {
    width: 800px;
  }
}
article p {
        margin-bottom: 1em;
        line-height: 2;
        font-size: 1.25em;
    }
/*.title img {*/
/*    @apply img-framed;*/
/*}*/
.text-body p:not(:last-child) {
        margin-bottom: 1em;
    }
/*.emphasis {*/
/*    font-size: 1.2em;*/
/*    text-transform: uppercase;*/
/*    font-weight: bold;*/
/*}*/
.board-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.board-list > * {
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {

  .board-list > *::after {
    padding-left: 0.5rem;
    --tw-content: '•';
    content: var(--tw-content);
  }
}
.board-list > *:last-of-type:after {
  display: none;
}
.board-list span {
  margin-top: 1rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: capitalize;
}
.bg-light {
  background-color: var(--tertiary);
  color: var(--primary);
}
.hero-section {
        background-color: var(--tertiary);
    }
.hero.wrapper {
        display: flex;
        align-items: stretch;
    }
.hero-left {
        flex: 1;
        position: relative;
        align-self: stretch;
    }
.img-framed {
        box-shadow: 20px 20px 0 -10px var(--dark-gold);
    }
.hero-left img {
        -o-object-fit: cover;
           object-fit: cover;
        display: block;
        height: 100%;
    }
/*.hero-left .caption {*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    bottom: 10px;*/
/*    right: 30%;*/
/*    left: 30%;*/
/*    background: #3E4E56;*/
/*    padding: 10px;*/
/*}*/
.hero-right {
        flex: 2;

    }
.hero-right h1, h1 {
  padding: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
        margin-bottom: 20px;
        background-color: var(--primary);
        color: var(--gold);
        text-align: center;
        box-shadow: 10px 10px 0 var(--dark-gold);
        margin-bottom: 2em;
        padding-left: 2rem;
        padding-right: 2rem;
}
.hero-right p {
        font-size: 1.2rem;
        line-height: 1.6;
        color: var(--primary);
    }
.wa-background {
  background-image: url('/static/img/wa-letters-transparent.png');
  background-size: 500px;
  background-position: center;
  background-repeat: no-repeat;
}
div.mission {
        color: var(--primary);
        font-size: 1.2rem;
        padding: 40px;
        font-family: var(--body-font);
        line-height: 2em;
        letter-spacing: 1px;
    }
.mission-section .mission {
      color: var(--gold);
    }
.mission-section h2 {
  padding: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
      box-shadow: 10px 10px 0 var(--dark-gold);
}
.static {
  position: static;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.z-10 {
  z-index: 10;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-\[200px\] {
  margin-bottom: 200px;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[500px\] {
  height: 500px;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[12em\] {
  width: 12em;
}
.min-w-\[500px\] {
  min-width: 500px;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.-translate-x-\[2\%\] {
  --tw-translate-x: -2%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[50px\] {
  --tw-translate-y: -50px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.98\] {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.border-\[var\(--tertiary\)\] {
  border-color: var(--tertiary);
}
.bg-\[\#565f68\] {
  --tw-bg-opacity: 1;
  background-color: rgb(86 95 104 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[var\(--primary\)\] {
  background-color: var(--primary);
}
.bg-\[var\(--secondary\)\] {
  background-color: var(--secondary);
}
.bg-\[var\(--tertiary\)\] {
  background-color: var(--tertiary);
}
.bg-\[url\(\'\/static\/img\/circle-bg-left\.jpg\'\)\] {
  background-image: url('/static/img/circle-bg-left.jpg');
}
.bg-\[url\(\/static\/img\/featured-petspace\.jpg\)\] {
  background-image: url(/static/img/featured-petspace.jpg);
}
.bg-\[length\:cover\] {
  background-size: cover;
}
.bg-\[position\:0_center\] {
  background-position: 0 center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pt-12 {
  padding-top: 3rem;
}
.text-center {
  text-align: center;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.uppercase {
  text-transform: uppercase;
}
.filter {
  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);
}
/*
    Create custom, low-level utility classes here.
    This is less common, but useful for one-off helpers.
    */

input[type=text], input[type=email], textarea {
  padding: 1rem;
  color: var(--primary);
}

label {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: var(--primary);
}

button {
  display: inline-block;
  flex-shrink: 0;
  background-color: var(--primary);
  padding: 1rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {

    .lg\:img-framed {
        box-shadow: 20px 20px 0 -10px var(--dark-gold);
    }

    .lg\:-ml-8 {
    margin-left: -2rem;
  }

    .lg\:-mt-0 {
    margin-top: -0px;
  }

    .lg\:mt-32 {
    margin-top: 8rem;
  }

    .lg\:flex {
    display: flex;
  }

    .lg\:hidden {
    display: none;
  }

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

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

    .lg\:w-\[initial\] {
    width: initial;
  }

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

    .lg\:translate-x-10 {
    --tw-translate-x: 2.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

    .lg\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

    .lg\:gap-\[10px\] {
    gap: 10px;
  }

    .lg\:bg-\[var\(--secondary\)\] {
    background-color: var(--secondary);
  }

    .lg\:bg-\[url\(\'\/static\/img\/wa-circle\.svg\'\)\] {
    background-image: url('/static/img/wa-circle.svg');
  }

    .lg\:p-0 {
    padding: 0px;
  }

    .lg\:pl-\[150px\] {
    padding-left: 150px;
  }

    .lg\:pr-\[80px\] {
    padding-right: 80px;
  }

    .lg\:pt-32 {
    padding-top: 8rem;
  }
}