@charset "UTF-8";
/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Variables

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic - Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Generic - Box Sizing
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base - Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Base - Elements
--------------------------------------------------------------*/
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Base - Links
--------------------------------------------------------------*/
a {
  color: #4169e1;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Base - Buttons
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

/*--------------------------------------------------------------
# Base - Fields
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components - Navigation
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Components - Posts and Pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

/* ---------- Contained / 404 Page Typography ---------- */
.page-template-page-contained .page-title,
.page-template-page-contained .entry-title,
.error404 .page-title,
.error404 .entry-title {
  color: #474a2d;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.page-template-page-contained .page-content p,
.page-template-page-contained .entry-content p,
.page-template-page-contained .entry-summary p,
.error404 .page-content p,
.error404 .entry-content p,
.error404 .entry-summary p {
  color: #474a2d;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.5em;
  text-wrap: pretty;
}
.page-template-page-contained .page-content h2,
.page-template-page-contained .entry-content h2,
.error404 .page-content h2,
.error404 .entry-content h2 {
  color: #474a2d;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 2rem 0 1rem;
}
.page-template-page-contained .page-content h3,
.page-template-page-contained .entry-content h3,
.error404 .page-content h3,
.error404 .entry-content h3 {
  color: #474a2d;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 1.5rem 0 0.75rem;
}
.page-template-page-contained .page-content a,
.page-template-page-contained .entry-content a,
.error404 .page-content a,
.error404 .entry-content a {
  color: #e6582a;
  text-decoration: underline;
}
.page-template-page-contained .page-content a:hover,
.page-template-page-contained .entry-content a:hover,
.error404 .page-content a:hover,
.error404 .entry-content a:hover {
  color: #d14425;
}
.page-template-page-contained .page-content ul,
.page-template-page-contained .page-content ol,
.page-template-page-contained .entry-content ul,
.page-template-page-contained .entry-content ol,
.error404 .page-content ul,
.error404 .page-content ol,
.error404 .entry-content ul,
.error404 .entry-content ol {
  color: #474a2d;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
  padding-left: 1.5rem;
}
.page-template-page-contained .widget-title,
.error404 .widget-title {
  color: #474a2d;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 1.5rem 0 0.75rem;
}

/* ---------- Contained Page Template & 404 ---------- */
.page-template-page-contained .site-main,
.error404 .site-main {
  padding: 4rem 1.25rem;
}

.page-template-page-contained .site-main > article,
.error404 .site-main > .error-404 {
  max-width: 900px;
  margin: 0 auto;
}

.page-template-page-contained .page-header,
.error404 .page-header {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .page-template-page-contained .site-main,
  .error404 .site-main {
    padding: 5rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .page-template-page-contained .site-main,
  .error404 .site-main {
    padding: 5rem 4rem;
  }
}
@media (max-width: 767px) {
  .page-template-page-contained .site-main,
  .error404 .site-main {
    padding: 3rem 1.25rem;
  }
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Components - Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Components - Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Components - Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins - Jetpack Infinite Scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities - Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Utilities - Alignments
--------------------------------------------------------------*/
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Components - Teton Header
--------------------------------------------------------------*/
/* ---------- Header bar ---------- */
.teton-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fffaf2;
  padding: 28px 116px;
  width: 100%;
  box-sizing: border-box;
  transition: padding 0.3s ease, box-shadow 0.3s ease;
}

.teton-header.is-scrolled {
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.teton-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}

/* ---------- Logo / Branding ---------- */
.teton-branding {
  flex-shrink: 0;
}

.teton-branding a {
  display: block;
  text-decoration: none;
}

.teton-branding .custom-logo-link img {
  height: 70px;
  width: auto;
}

.teton-site-title {
  font-family: Outfit, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #474a2d;
  text-decoration: none;
}

/* ---------- Nav wrapper (menu + CTA) ---------- */
.teton-nav-wrap {
  display: flex;
  align-items: center;
  gap: 32px;
}

/* ---------- Menu ---------- */
.teton-navigation .teton-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 36px;
  margin: 0;
  padding: 0;
}

.teton-navigation .teton-menu li {
  position: relative;
}

.teton-navigation .teton-menu li a {
  font-family: Outfit, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #474a2d;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.teton-navigation .teton-menu li a:hover,
.teton-navigation .teton-menu li.current-menu-item > a {
  color: #e6582a;
}

/* Dropdown indicator arrow for parent items */
.teton-navigation .teton-menu li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 7px;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23474a2d' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.teton-navigation .teton-menu li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

/* ---------- Submenu / Dropdown ---------- */
.teton-navigation .teton-menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: 8px;
  padding: 10px 12px;
  margin-top: 12px;
  list-style: none;
  background: #fffaf2;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translate(-8px, -8px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.teton-navigation .teton-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition-delay: 0.05s;
}

.teton-navigation .teton-menu li .sub-menu li a {
  display: block;
  padding: 6px 12px;
  font-size: 17px;
}

.teton-navigation .teton-menu li .sub-menu li a:hover {
  background: rgba(230, 88, 42, 0.08);
}

/* ---------- Book Now CTA ---------- */
.teton-book-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 18px 38px;
  background: #e6582a;
  color: #ffffff;
  font-family: Outfit, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border: 3px solid #ffffff;
  border-radius: 22.5px;
  transition: background 0.2s ease;
}

.teton-book-now:hover {
  background: #cf4c22;
  color: #ffffff;
}

/* ---------- Mobile toggle (hidden on desktop) ---------- */
.teton-nav-wrap .menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.teton-nav-wrap .menu-toggle .menu-toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: #474a2d;
  border-radius: 2px;
}

/* ---------- Header Responsive ---------- */
@media (max-width: 1024px) {
  .teton-header {
    padding: 20px 32px;
  }
}
@media (max-width: 910px) {
  .teton-header {
    padding: 16px 20px;
  }
  .teton-nav-wrap .menu-toggle {
    display: flex;
  }
  .teton-navigation .teton-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: #fffaf2;
    padding: 16px 24px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
  .teton-navigation .teton-menu.toggled {
    display: flex;
  }
  .teton-navigation .teton-menu li {
    width: 100%;
  }
  .teton-navigation .teton-menu li a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
  }
  .teton-navigation .teton-menu li .sub-menu {
    position: static;
    box-shadow: none;
    margin-top: 0;
    padding-left: 16px;
  }
  .teton-book-now {
    display: none;
  }
}
/*--------------------------------------------------------------
# Components - Teton Footer
--------------------------------------------------------------*/
/* ---------- Reset footer defaults ---------- */
.teton-footer {
  font-family: Outfit, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin: 0;
  padding: 0;
  background: #474a2d url("/wp-content/uploads/2026/02/footer-bg.png") no-repeat center center;
  background-size: cover;
}

/* ---------- Accent bars ---------- */
.teton-footer-bar-orange {
  height: 26px;
  background: #e6582a;
}

.teton-footer-bar-tan {
  height: 15px;
  background: #d5cbb7;
}

/* ---------- Main footer area ---------- */
.teton-footer-main {
  padding: 48px 0 0;
}

.teton-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.teton-footer-main > .teton-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

/* ---------- Left: Logo + Contact ---------- */
.teton-footer-left {
  flex: 0 0 auto;
  max-width: 520px;
}

.teton-footer-logo {
  margin-bottom: 40px;
  max-width: 364px;
}

.teton-footer-logo .custom-logo-link img {
  height: 190px;
  width: auto;
  filter: brightness(0) invert(0.28) sepia(0.1) saturate(0.5);
}

.teton-footer-site-title {
  font-size: 48px;
  font-weight: 700;
  color: #fffaf2;
  text-decoration: none;
}

/* Contact items */
.teton-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.teton-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 23px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.teton-footer-contact-item:hover {
  opacity: 0.8;
}

.teton-footer-contact-item svg {
  flex-shrink: 0;
}

.teton-footer-phone span {
  color: #fff6e3;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}

.teton-footer-contact-item span {
  color: #fffaf2;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.23px;
  line-height: 1;
}

/* ---------- Right: Nav columns + Social ---------- */
.teton-footer-right {
  display: flex;
  gap: 67px;
  padding-top: 24px;
}

/* Footer menu columns */
.teton-footer-nav-col .teton-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.teton-footer-nav-col .teton-footer-menu li a {
  color: #fffaf2;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.teton-footer-nav-col .teton-footer-menu li a:hover {
  color: #e6582a;
}

/* Dropdown arrows on parent items */
.teton-footer-nav-col .teton-footer-menu li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 7px;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23fffaf2' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.teton-footer-nav-col .teton-footer-menu li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

.teton-footer-nav-col .teton-footer-menu li.menu-item-has-children {
  position: relative;
}

.teton-footer-nav-col .teton-footer-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  top: 100%;
  left: 72px;
  min-width: 220px;
  z-index: 10;
  background: #32341e;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translate(-8px, -8px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.teton-footer-nav-col .teton-footer-menu li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition-delay: 0.05s;
}

.teton-footer-nav-col .teton-footer-menu .sub-menu li a {
  font-size: 18px;
  font-weight: 400;
}

/* Social column */
.teton-footer-social-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.teton-footer-social-heading {
  color: #fffaf2;
  font-size: 24px;
  font-weight: 600;
}

.teton-footer-social-icons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.teton-footer-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: opacity 0.2s;
}

.teton-footer-social-icons a:hover {
  opacity: 0.7;
}

/* ---------- Bottom section ---------- */
.teton-footer-bottom {
  padding: 0 0 24px;
}

.teton-footer-divider {
  height: 1px;
  background: rgba(255, 250, 242, 0.25);
  margin: 16px 0;
}

.teton-footer-legal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.teton-footer-legal-links {
  display: flex;
  align-items: center;
  gap: 29px;
  flex-wrap: wrap;
}

.teton-footer-legal-links a {
  color: #fffaf2;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: underline;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.teton-footer-legal-links a:hover {
  opacity: 0.7;
}

.teton-footer-eeo {
  color: #fffaf2;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.teton-footer-credits-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 4px;
}

.teton-footer-copyright {
  color: #fffaf2;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.teton-footer-credit-link {
  color: #fffaf2;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: opacity 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.teton-footer-dooley-logo {
  height: 20px;
  width: auto;
  vertical-align: middle;
}

.teton-footer-credit-link:hover {
  opacity: 0.7;
}

/* ---------- Mobile Footer ---------- */
.teton-footer-mobile {
  display: none;
}

@media (max-width: 910px) {
  .teton-footer-mobile {
    display: block;
    padding: 3rem 1.5rem;
  }
  .teton-footer-main {
    display: none;
  }
  .teton-footer-mobile__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .teton-footer-mobile__logo {
    margin-bottom: 2.5rem;
  }
  .teton-footer-mobile__logo img {
    max-height: 80px;
    width: auto;
  }
  .teton-footer-mobile__nav {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .teton-footer-mobile__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
  }
  .teton-footer-mobile__menu > li {
    text-align: center;
  }
  .teton-footer-mobile__menu > li > a {
    display: inline-block;
    color: #fffaf2;
    font-family: "Outfit", sans-serif;
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    padding: 0.625rem 0;
    transition: opacity 0.2s ease;
  }
  .teton-footer-mobile__menu > li > a:hover {
    opacity: 0.7;
  }
  .teton-footer-mobile__menu > li.menu-item-has-children {
    position: relative;
  }
  .teton-footer-mobile__menu > li.menu-item-has-children > .submenu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.625rem 0 0.625rem 0.5rem;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }
  .teton-footer-mobile__menu > li.menu-item-has-children > .submenu-toggle::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fffaf2;
    border-bottom: 2px solid #fffaf2;
    transform: rotate(-45deg);
    margin-bottom: 4px;
    position: relative;
    top: -7px;
    transition: transform 0.25s ease;
  }
  .teton-footer-mobile__menu > li.menu-item-has-children.submenu-open > .submenu-toggle::after {
    transform: rotate(45deg);
    margin-bottom: 8px;
  }
  .teton-footer-mobile__menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0.25rem 0 0.5rem;
    display: none;
  }
  .teton-footer-mobile__menu li.submenu-open > .sub-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .teton-footer-mobile__menu .sub-menu a {
    display: block;
    color: #fffaf2;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    text-decoration: none;
    padding: 0.375rem 0;
    opacity: 0.7;
    transition: opacity 0.2s ease;
  }
  .teton-footer-mobile__menu .sub-menu a:hover {
    opacity: 1;
  }
  .teton-footer-mobile__cta {
    margin-bottom: 1.25rem;
  }
  .teton-footer-mobile__book-btn {
    display: inline-block;
    padding: 0.5rem 3rem;
    background-color: #e6582a;
    color: #d5cbb7;
    font-family: "Outfit", sans-serif;
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    border: 5.302px solid #d5cbb7;
    border-radius: 39.761px;
    transition: background-color 0.25s ease;
  }
  .teton-footer-mobile__book-btn:hover {
    background-color: #d14425;
  }
  .teton-footer-mobile__actions {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem;
    margin-top: 1.5rem;
  }
  .teton-footer-mobile__action {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 0.5rem;
    transition: opacity 0.2s ease;
  }
  .teton-footer-mobile__action:hover {
    opacity: 0.7;
  }
  .teton-footer-mobile__action img {
    height: 40px;
    width: auto;
  }
  .teton-footer-mobile__action span {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fffaf2;
    text-align: center;
  }
  .teton-footer-legal-links {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }
  .teton-footer-legal-row,
  .teton-footer-credits-row {
    align-items: center;
    text-align: center;
  }
  .teton-footer-eeo {
    text-align: center;
  }
  .teton-footer-copyright {
    text-align: center;
  }
  .teton-footer-credit-link {
    text-align: center;
  }
}
/* ---------- Footer Responsive ---------- */
@media (max-width: 1024px) {
  .teton-footer-main > .teton-footer-inner {
    flex-direction: column;
    gap: 40px;
  }
  .teton-footer-right {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .teton-footer-inner {
    padding: 0 20px;
  }
  .teton-footer-right {
    flex-wrap: wrap;
    gap: 32px;
  }
  .teton-footer-nav-col {
    flex: 1 1 auto;
  }
  .teton-footer-social-col {
    align-items: flex-start;
    flex-basis: 100%;
  }
  .teton-footer-social-icons {
    flex-direction: row;
    gap: 16px;
  }
  .teton-footer-phone span {
    font-size: 24px;
  }
  .teton-footer-contact-item span {
    font-size: 18px;
  }
  .teton-footer-legal-row,
  .teton-footer-credits-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 910px) {
  .teton-footer-legal-row,
  .teton-footer-credits-row {
    align-items: center;
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Components - Teton Blog
--------------------------------------------------------------*/
/* ---------- Blog listing wrapper ---------- */
.teton-blog {
  background: #fffaf2;
  padding: 4rem 0 5rem;
  width: 100%;
}

.teton-blog-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ---------- Blog header ---------- */
.teton-blog-header {
  text-align: center;
  margin-bottom: 3rem;
}

.teton-blog-header__title {
  margin: 0;
  color: #474a2d;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.3px;
}

.teton-blog-header__description {
  max-width: 600px;
  margin: 1rem auto 0;
  color: #5a5a5a;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7;
}

/* ---------- Blog grid ---------- */
.teton-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

/* ---------- Blog card ---------- */
.teton-blog-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.teton-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

/* Card image */
.teton-blog-card__image {
  display: block;
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.teton-blog-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.teton-blog-card:hover .teton-blog-card__image img {
  transform: scale(1.03);
}

/* Card content */
.teton-blog-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 1.75rem 2rem;
}

/* Card meta */
.teton-blog-card__meta {
  margin-bottom: 0.5rem;
}

.teton-blog-card__date {
  color: #e6582a;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Card title */
.teton-blog-card__title {
  margin: 0 0 0.75rem;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.2px;
  color: #474a2d;
}

.teton-blog-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.teton-blog-card__title a:hover {
  color: #e6582a;
}

/* Card excerpt */
.teton-blog-card__excerpt {
  margin: 0 0 1.5rem;
  color: #5a5a5a;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  flex-grow: 1;
}

/* Card CTA link */
.teton-blog-card__link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 0.5rem 1.25rem;
  background: #e6582a;
  color: #ffffff;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.25s ease;
}

.teton-blog-card__link:hover {
  background: #d14425;
  color: #ffffff;
}

/* Card without featured image */
.teton-blog-card:not(:has(.teton-blog-card__image)) .teton-blog-card__content {
  padding-top: 2rem;
}

/* ---------- Blog pagination ---------- */
.teton-blog-pagination {
  margin-top: 3rem;
}

.teton-blog-pagination .posts-navigation {
  margin: 0;
}

.teton-blog-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.teton-blog-pagination .nav-links a {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1.5rem;
  background: #e6582a;
  color: #ffffff;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 22.5px;
  border: 2px solid #ffffff;
  transition: background-color 0.25s ease;
}

.teton-blog-pagination .nav-links a:hover {
  background: #d14425;
  color: #ffffff;
}

/* ---------- Single post wrapper ---------- */
.teton-blog-single {
  background: #fffaf2;
  padding: 3rem 0 5rem;
  width: 100%;
}

.teton-blog-single-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Single post thumbnail */
.teton-blog-single .post-thumbnail {
  margin-bottom: 2.5rem;
}

.teton-blog-single .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  object-fit: cover;
}

/* Single post header */
.teton-blog-single .entry-header {
  margin-bottom: 2rem;
}

.teton-blog-single .entry-title {
  margin: 0 0 0.75rem;
  color: #474a2d;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

.teton-blog-single .entry-meta {
  color: #5a5a5a;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
}

.teton-blog-single .entry-meta a {
  color: #e6582a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.teton-blog-single .entry-meta a:hover {
  color: #d14425;
}

.teton-blog-single .entry-meta .posted-on,
.teton-blog-single .entry-meta .byline {
  display: inline;
}

/* Single post content */
.teton-blog-single .entry-content {
  color: #474a2d;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.75;
}

.teton-blog-single .entry-content p {
  margin-bottom: 1.5em;
}

.teton-blog-single .entry-content h2,
.teton-blog-single .entry-content h3,
.teton-blog-single .entry-content h4 {
  color: #474a2d;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin: 2em 0 0.75em;
}

.teton-blog-single .entry-content h2 {
  font-size: clamp(1.375rem, 3vw, 1.875rem);
}

.teton-blog-single .entry-content h3 {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
}

.teton-blog-single .entry-content a {
  color: #e6582a;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.teton-blog-single .entry-content a:hover {
  color: #d14425;
}

.teton-blog-single .entry-content img {
  border-radius: 1rem;
  height: auto;
}

.teton-blog-single .entry-content blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-left: 4px solid #e6582a;
  background: rgba(214, 208, 195, 0.2);
  border-radius: 0 1rem 1rem 0;
  font-style: italic;
}

/* Single post footer */
.teton-blog-single .entry-footer {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(71, 74, 45, 0.12);
  color: #5a5a5a;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

.teton-blog-single .entry-footer .cat-links,
.teton-blog-single .entry-footer .tags-links {
  display: block;
  margin-bottom: 0.5rem;
}

.teton-blog-single .entry-footer a {
  color: #e6582a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.teton-blog-single .entry-footer a:hover {
  color: #d14425;
}

/* Single post navigation (prev/next) */
.teton-blog-single .post-navigation {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(71, 74, 45, 0.12);
}

.teton-blog-single .post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.teton-blog-single .post-navigation .nav-previous,
.teton-blog-single .post-navigation .nav-next {
  flex: 0 1 50%;
}

.teton-blog-single .post-navigation .nav-subtitle {
  display: block;
  color: #e6582a;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
}

.teton-blog-single .post-navigation .nav-title {
  color: #474a2d;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.teton-blog-single .post-navigation a {
  text-decoration: none;
  transition: color 0.2s ease;
}

.teton-blog-single .post-navigation a:hover .nav-title {
  color: #e6582a;
}

/* ---------- Blog responsive ---------- */
@media (max-width: 1024px) {
  .teton-blog {
    padding: 3rem 0 4rem;
  }
  .teton-blog-header {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .teton-blog-inner {
    padding: 0 20px;
  }
  .teton-blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .teton-blog-card__content {
    padding: 1.25rem 1.25rem 1.5rem;
  }
  .teton-blog-single-inner {
    padding: 0 20px;
  }
  .teton-blog-single .post-thumbnail img {
    border-radius: 1rem;
  }
  .teton-blog-single .entry-content img {
    border-radius: 0.75rem;
  }
  .teton-blog-single .post-navigation .nav-links {
    flex-direction: column;
    gap: 1.5rem;
  }
  .teton-blog-single .post-navigation .nav-previous,
  .teton-blog-single .post-navigation .nav-next {
    flex: 1 1 auto;
  }
}
@media (max-width: 575px) {
  .teton-blog {
    padding: 2.5rem 0 3rem;
  }
  .teton-blog-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .teton-blog-header {
    margin-bottom: 2rem;
  }
  .teton-blog-card__content {
    padding: 1rem 1rem 1.5rem;
  }
  .teton-blog-single .entry-content blockquote {
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
  }
}
/* ── Gravity Forms ── */
.gform-theme--framework label.gform-field-label.gform-field-label--type-inline {
  color: #474A2D !important;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

.gform-theme--framework input[type=text],
.gform-theme--framework input[type=email],
.gform-theme--framework input[type=tel],
.gform-theme--framework input[type=number],
.gform-theme--framework input[type=url],
.gform-theme--framework select,
.gform-theme--framework textarea {
  color: #2c2e1a !important;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

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