:root { --tbh-charcoal:    #504a4b;
--tbh-cream:       #f5f0e8;
--tbh-sand:        #d4c5a0;
--tbh-dusty-rose:  #c4846a;
--tbh-teal:        #2d7d8a; --tbh-sage:        #b2b487; --tbh-terracotta:  #cc6b49; --tbh-mcleod-teal: #217d8a;  --tbh-accent:      var(--tbh-teal); --tbh-font-display: 'Gilda Display', Georgia, serif;
--tbh-font-body:    'Plus Jakarta Sans', system-ui, sans-serif;
} .page-retreat       { --tbh-accent: var(--tbh-sage); }
.page-little-bird   { --tbh-accent: var(--tbh-sage); }
.page-villa-bir     { --tbh-accent: var(--tbh-terracotta); }
.page-bougainvillea { --tbh-accent: var(--tbh-mcleod-teal); }
.page-monal         { --tbh-accent: var(--tbh-mcleod-teal); } body {
background-color: var(--tbh-cream);
color: var(--tbh-charcoal);
font-family: var(--tbh-font-body);
-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--tbh-font-display);
font-weight: 400;
color: var(--tbh-charcoal);
letter-spacing: 0.01em;
}
a {
color: var(--tbh-accent);
text-decoration: none;
}
a:hover {
color: var(--tbh-charcoal);
} :root {
--theme-palette-color-1: var(--tbh-teal);
--theme-palette-color-2: var(--tbh-charcoal);
--theme-palette-color-3: var(--tbh-dusty-rose);
--theme-palette-color-4: var(--tbh-sand);
--theme-palette-color-5: var(--tbh-cream);
--theme-palette-color-6: #ffffff;
--theme-palette-color-7: #f0ebe3;
--theme-palette-color-8: #3a3536;
} .wp-block-button__link,
.tbh-btn {
font-family: var(--tbh-font-body);
font-size: 11px;
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
background-color: var(--tbh-accent) !important;
color: #ffffff !important;
border: none;
border-radius: 2px;
padding: 14px 28px;
transition: opacity 0.2s ease;
cursor: pointer;
}
.wp-block-button__link:hover,
.tbh-btn:hover {
opacity: 0.88;
color: #ffffff !important;
} .wp-block-button.is-style-outline .wp-block-button__link,
.tbh-btn-outline {
background-color: transparent;
border: 1px solid var(--tbh-charcoal);
color: var(--tbh-charcoal) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.tbh-btn-outline:hover {
background-color: var(--tbh-charcoal);
color: #ffffff !important;
} .tbh-room .wp-block-button__link,
.tbh-btn-availability {
background-color: var(--tbh-accent) !important;
color: #ffffff !important;
border: none !important;
opacity: 1;
}
.tbh-room .wp-block-button__link:hover,
.tbh-btn-availability:hover {
opacity: 0.85;
color: #ffffff !important;
} .wp-block-cover {
min-height: 92vh !important;
}
.wp-block-cover__inner-container {
display: flex;
flex-direction: column;
justify-content: flex-end;
padding-bottom: 56px;
} .tbh-hero-kicker {
font-family: var(--tbh-font-body);
font-size: 11px;
font-weight: 500;
letter-spacing: 0.14em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.75);
margin-bottom: 12px;
display: block;
}
.wp-block-cover h1,
.wp-block-cover .wp-block-heading {
font-family: var(--tbh-font-display);
font-size: clamp(40px, 6vw, 72px);
font-weight: 400;
line-height: 1.05;
letter-spacing: 0.02em;
color: #ffffff;
text-shadow: 0 2px 24px rgba(0, 0, 0, 0.4);
margin-bottom: 28px;
} .site-footer,
#footer {
background-color: var(--tbh-teal) !important;
color: rgba(255, 255, 255, 0.85);
}
.site-footer a,
#footer a {
color: rgba(255, 255, 255, 0.85);
}
.site-footer a:hover,
#footer a:hover {
color: #ffffff;
}
.site-footer h3,
.site-footer h4,
#footer h3,
#footer h4 {
font-family: var(--tbh-font-body);
font-size: 11px;
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.55);
} .tbh-trust-bar {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 32px;
padding: 32px 24px;
background: var(--tbh-cream);
border-top: 1px solid var(--tbh-sand);
border-bottom: 1px solid var(--tbh-sand);
}
.tbh-trust-label {
font-family: var(--tbh-font-body);
font-size: 10px;
font-weight: 500;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #9a8e82;
white-space: nowrap;
}
.tbh-trust-item {
display: flex;
align-items: center;
gap: 8px;
}
.tbh-trust-logo {
width: 20px;
height: 20px;
flex-shrink: 0;
}
.tbh-trust-score {
font-family: var(--tbh-font-display);
font-size: 18px;
color: var(--tbh-charcoal);
line-height: 1;
}
.tbh-trust-count {
font-family: var(--tbh-font-body);
font-size: 11px;
color: #9a8e82;
} .tbh-modal-overlay {
display: none;
position: fixed;
inset: 0;
z-index: 99999;
background: rgba(0, 0, 0, 0.72);
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
}
.tbh-modal-overlay.is-open {
display: flex;
align-items: stretch;
}
.tbh-modal-inner {
position: relative;
width: 100%;
max-width: 960px;
margin: 24px auto;
background: var(--tbh-cream);
border-radius: 4px;
overflow: hidden;
display: flex;
flex-direction: column;
}
.tbh-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 20px;
background: var(--tbh-charcoal);
flex-shrink: 0;
}
.tbh-modal-title {
font-family: var(--tbh-font-body);
font-size: 12px;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.8);
margin: 0;
}
.tbh-modal-close {
background: none;
border: none;
color: rgba(255, 255, 255, 0.7);
font-size: 22px;
line-height: 1;
cursor: pointer;
padding: 0 4px;
transition: color 0.15s;
}
.tbh-modal-close:hover {
color: #ffffff;
}
.tbh-modal-frame {
flex: 1;
width: 100%;
border: none;
min-height: 560px;
}
@media (max-width: 640px) {
.tbh-modal-inner {
margin: 0;
border-radius: 0;
height: 100%;
}
} @media (max-width: 640px) {
h1 {
font-size: clamp(26px, 7.5vw, 38px) !important;
line-height: 1.15 !important;
letter-spacing: -0.01em !important;
}
h2 {
font-size: clamp(22px, 6.5vw, 32px) !important;
line-height: 1.2 !important;
letter-spacing: -0.01em !important;
}
h3 {
font-size: clamp(18px, 5.5vw, 24px) !important;
line-height: 1.3 !important;
}
.wp-block-button__link,
.tbh-btn {
word-break: break-word !important;
}
} .wp-block-group,
.wp-block-columns {
margin-block: 0;
}
section,
.tbh-section {
padding: clamp(48px, 7vw, 96px) clamp(20px, 5vw, 80px);
} .tbh-section.tbh-room,
.wp-block-group.tbh-room {
padding-top:    clamp(32px, 3.5vw, 48px);
padding-bottom: clamp(32px, 3.5vw, 48px);
} .tbh-room .wp-block-columns {
align-items: flex-start !important;
gap: 56px !important;
} .tbh-section .wp-block-columns {
align-items: flex-start;
}
.tbh-divider {
width: 40px;
height: 1px;
background: var(--tbh-sand);
margin: 0 0 24px;
} .tbh-persona-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px 48px;
max-width: 1100px;
margin: 0 auto;
}
@media (max-width: 768px) {
.tbh-persona-grid {
grid-template-columns: 1fr;
gap: 28px;
}
}
.tbh-persona-title {
font-family: var(--tbh-font-body);
font-size: 11px;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--tbh-accent);
margin: 0 0 10px;
display: block;
}
.tbh-persona-body {
font-size: 15px;
line-height: 1.65;
color: var(--tbh-charcoal);
margin: 0;
} .tbh-not-for-list {
list-style: none;
padding: 0;
margin: 12px 0 0;
display: flex;
flex-direction: column;
gap: 8px;
}
.tbh-not-for-list li {
font-size: 15px;
line-height: 1.5;
color: var(--tbh-charcoal);
padding-left: 16px;
position: relative;
}
.tbh-not-for-list li::before {
content: '–';
position: absolute;
left: 0;
color: #9a8e82;
} .tbh-reviews-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
max-width: 1100px;
margin: 0 auto;
}
@media (max-width: 768px) {
.tbh-reviews-grid {
grid-template-columns: 1fr;
}
}
.tbh-review-card {
background: #ffffff;
border-radius: 3px;
padding: 28px 24px;
display: flex;
flex-direction: column;
gap: 16px;
}
.tbh-review-stars {
color: var(--tbh-accent);
font-size: 14px;
letter-spacing: 2px;
line-height: 1;
}
.tbh-review-quote {
font-family: var(--tbh-font-display);
font-size: 17px;
line-height: 1.6;
color: var(--tbh-charcoal);
font-style: italic;
flex: 1;
}
.tbh-review-meta {
font-family: var(--tbh-font-body);
font-size: 11px;
font-weight: 500;
letter-spacing: 0.08em;
color: #9a8e82;
text-transform: uppercase;
} .tbh-remote-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 14px;
}
.tbh-remote-list li {
display: flex;
align-items: flex-start;
gap: 12px;
font-size: 15px;
line-height: 1.55;
color: var(--tbh-charcoal);
}
.tbh-remote-list li::before {
content: '✓';
color: var(--tbh-accent);
font-weight: 600;
flex-shrink: 0;
margin-top: 1px;
} .tbh-sticky-cta {
display: none;
}
@media (max-width: 768px) {
.tbh-sticky-cta {
display: flex;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 9998;
background: var(--tbh-charcoal);
padding: 12px 20px 16px; align-items: center;
justify-content: space-between;
gap: 12px;
box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.2);
}
.tbh-sticky-cta__text {
font-family: var(--tbh-font-body);
font-size: 11px;
color: rgba(255, 255, 255, 0.65);
line-height: 1.4;
}
.tbh-sticky-cta__text strong {
display: block;
color: #ffffff;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.01em;
margin-bottom: 1px;
}
.tbh-sticky-cta__btn {
font-family: var(--tbh-font-body);
font-size: 10px;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
background: var(--tbh-accent) !important;
color: #ffffff !important;
padding: 10px 20px;
border-radius: 2px;
white-space: nowrap;
text-decoration: none;
flex-shrink: 0;
border: none;
} body { padding-bottom: 72px; }
} .tbh-section p,
.tbh-section .wp-block-paragraph,
.wp-block-column p,
.wp-block-column .wp-block-paragraph {
color: var(--tbh-charcoal);
} .tbh-trust-bar {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
padding: 48px 24px;
background-color: var(--tbh-cream);
border-top: 1px solid var(--tbh-sand);
border-bottom: 1px solid var(--tbh-sand);
}
.tbh-trust-label {
font-family: var(--tbh-font-body);
font-size: 11px;
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--tbh-dusty-rose) !important;
margin: 0 !important;
padding: 0 !important;
}
.tbh-trust-items {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 20px 36px;
}
.tbh-trust-item {
display: flex;
align-items: center;
gap: 10px;
}
.tbh-trust-logo {
width: 28px;
height: 28px;
color: var(--tbh-charcoal);
opacity: 0.7;
flex-shrink: 0;
}
.tbh-trust-wordmark {
font-family: var(--tbh-font-body);
font-size: 12px;
font-weight: 600;
color: var(--tbh-charcoal);
opacity: 0.7;
letter-spacing: 0.02em;
line-height: 1;
}
.tbh-trust-score {
display: flex;
flex-direction: column;
gap: 2px;
}
.tbh-trust-stars {
font-family: var(--tbh-font-body);
font-size: 15px;
font-weight: 600;
color: var(--tbh-charcoal);
line-height: 1.2;
}
.tbh-trust-detail {
font-family: var(--tbh-font-body);
font-size: 11px;
color: var(--tbh-dusty-rose);
line-height: 1.2;
}
.tbh-trust-divider {
width: 1px;
height: 36px;
background-color: var(--tbh-sand);
flex-shrink: 0;
}
@media (max-width: 600px) {
.tbh-trust-divider { display: none; }
.tbh-trust-items   { gap: 16px 20px; }
} .tbh-amenities {
display: flex;
flex-wrap: wrap;
row-gap: 4px;
font-family: var(--tbh-font-body);
font-size: 13px;
line-height: 1.6;
color: #9a8e82;
margin-top: 16px !important;
margin-bottom: 0 !important;
}
.tbh-amenities span {
white-space: nowrap;
color: #9a8e82;
} .tbh-amenities span:not(:last-child)::after {
content: '\00a0\00b7\00a0';
color: #9a8e82;
} .tbh-getting-here-list {
list-style: none;
padding: 0;
margin: 24px 0 0;
display: flex;
flex-direction: column;
gap: 12px;
}
.tbh-getting-here-list li {
font-size: 15px;
line-height: 1.6;
color: var(--tbh-charcoal);
padding-left: 0;
}
.tbh-getting-here-list li strong {
font-weight: 600;
font-family: var(--tbh-font-body);
} .tbh-home-section {
padding: clamp(56px,7vw,96px) clamp(20px,5vw,72px);
}
.tbh-home-section--alt {
background-color: #ffffff;
}
.tbh-home-location-label {
font-family: var(--tbh-font-body);
font-size: 11px;
font-weight: 500;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--tbh-dusty-rose);
margin: 0 0 6px;
display: block;
}
.tbh-home-location-name {
font-family: var(--tbh-font-display);
font-size: clamp(26px, 3vw, 38px);
font-weight: 400;
color: var(--tbh-charcoal);
margin: 0 0 36px;
letter-spacing: 0.01em;
}
.tbh-cards-grid {
display: grid;
gap: 20px;
max-width: 1200px;
margin: 0 auto;
}
.tbh-cards-grid--two {
grid-template-columns: repeat(2, 1fr);
}
.tbh-cards-grid--one {
grid-template-columns: 1fr;
max-width: 720px;
}
.tbh-card {
position: relative;
overflow: hidden;
border-radius: 3px;
background-color: var(--tbh-charcoal);
display: block;
text-decoration: none;
}
.tbh-card__img {
width: 100%;
height: 460px;
object-fit: cover;
display: block;
opacity: 0.78;
transition: opacity 0.35s ease, transform 0.5s ease;
}
.tbh-card:hover .tbh-card__img {
opacity: 0.65;
transform: scale(1.02);
}
.tbh-card__body {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 40px 32px 32px;
background: linear-gradient(to top, rgba(20,15,10,0.82) 0%, rgba(20,15,10,0) 100%);
}
.tbh-card__name {
font-family: var(--tbh-font-display);
font-size: clamp(22px, 2.5vw, 30px);
font-weight: 400;
color: #ffffff;
margin: 0 0 8px;
line-height: 1.15;
}
.tbh-card__tagline {
font-family: var(--tbh-font-body);
font-size: 13px;
color: rgba(255, 255, 255, 0.75);
margin: 0 0 20px;
line-height: 1.5;
}
.tbh-card__cta {
display: inline-block;
font-family: var(--tbh-font-body);
font-size: 10px;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.55);
padding: 9px 20px;
border-radius: 2px;
text-decoration: none;
transition: background 0.2s ease, border-color 0.2s ease;
}
.tbh-card__cta:hover {
background: rgba(255, 255, 255, 0.15);
border-color: rgba(255, 255, 255, 0.9);
color: #ffffff;
}
@media (max-width: 700px) {
.tbh-cards-grid--two {
grid-template-columns: 1fr;
}
.tbh-card__img {
height: 340px;
}
.tbh-card__body {
padding: 28px 20px 20px;
}
} .tbh-why-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px 56px;
max-width: 900px;
margin: 40px auto 0;
}
.tbh-why-item__title {
font-family: var(--tbh-font-body);
font-size: 11px;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--tbh-accent);
display: block;
margin-bottom: 10px;
}
.tbh-why-item__body {
font-size: 15px;
line-height: 1.65;
color: var(--tbh-charcoal);
margin: 0;
}
@media (max-width: 640px) {
.tbh-why-grid {
grid-template-columns: 1fr;
gap: 28px;
}
}