/*!
Theme Name: Hostinger AI theme
Author: Hostinger
Author URI: https://hostinger.com
Details URI: https://hostinger.com
Description: Hostinger AI theme built with SEO and mobile responsiveness in mind, this theme ensures optimal performance and a better online presence.
Version: 2.1.6
Tested up to: 7.1
Requires at least: 5.6
Requires PHP: 8.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hostinger-ai-theme
Tags: ai-theme
*/

/* Beale Brothers — refined property care */
:root {
  --bb-graphite: #171d21;
  --bb-charcoal: #232a2f;
  --bb-taupe: #9b896d;
  --bb-taupe-light: #c7b99f;
  --bb-ivory: #f7f5f0;
  --bb-white: #ffffff;
  --bb-ink-soft: #596168;
  --bb-line: rgba(23, 29, 33, .12);
  --bb-shadow: 0 22px 55px rgba(23, 29, 33, .11);
  --bb-radius: 18px;
}

html { scroll-behavior: smooth; }

body.home {
  margin: 0;
  color: var(--bb-graphite);
  background: var(--bb-ivory);
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.home .wp-site-blocks,
body.home main,
body.home .entry-content { margin: 0 !important; }

body.home .entry-content > .wp-block-group {
  position: relative;
  overflow: hidden;
  max-width: none !important;
  padding: clamp(78px, 9vw, 132px) clamp(22px, 5vw, 72px) !important;
}

body.home .entry-content > .wp-block-group > * {
  width: min(1160px, 100%);
  margin-left: auto;
  margin-right: auto;
}

body.home h1,
body.home h2,
body.home h3 {
  color: inherit;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.02;
}

body.home h1 {
  max-width: 850px !important;
  margin-top: 18px;
  margin-bottom: 24px;
  font-size: clamp(3.4rem, 8.2vw, 7.3rem);
}

body.home h2 {
  margin-top: 0;
  margin-bottom: 34px;
  font-size: clamp(2.45rem, 5vw, 4.6rem);
}

body.home h3 {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
}

body.home p { max-width: 760px; }

body.home a { text-underline-offset: 4px; }

body.home .entry-content > .wp-block-group:first-child {
  min-height: 82vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--bb-white) !important;
  background:
    linear-gradient(105deg, rgba(23,29,33,.98) 0%, rgba(23,29,33,.92) 58%, rgba(35,42,47,.82) 100%),
    repeating-linear-gradient(135deg, transparent 0 46px, rgba(199,185,159,.12) 47px 48px) !important;
}

body.home .entry-content > .wp-block-group:first-child::after {
  content: "";
  position: absolute;
  top: -22%;
  right: -9%;
  width: min(48vw, 650px);
  aspect-ratio: 1;
  border: 1px solid rgba(199,185,159,.32);
  transform: rotate(45deg);
  pointer-events: none;
}

body.home .entry-content > .wp-block-group:first-child > .wp-block-image {
  position: relative;
  z-index: 1;
  width: min(430px, 86vw) !important;
  margin: 0 auto 34px !important;
  padding: 14px;
  border: 1px solid rgba(199,185,159,.28);
  border-radius: 14px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

body.home .entry-content > .wp-block-group:first-child > .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
}

body.home .entry-content > .wp-block-group:first-child > p:first-of-type {
  margin: 0 auto;
  color: var(--bb-taupe-light);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

body.home .entry-content > .wp-block-group:first-child > p:nth-of-type(2) {
  color: var(--bb-taupe-light);
  font-weight: 700;
  letter-spacing: .035em;
}

body.home .entry-content > .wp-block-group:first-child > p:nth-of-type(3) {
  max-width: 680px;
  color: rgba(255,255,255,.78);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

body.home .wp-block-buttons { gap: 14px; margin-top: 30px; }

body.home .wp-element-button,
body.home .wp-block-button__link {
  padding: 15px 24px;
  border: 1px solid var(--bb-taupe);
  border-radius: 999px;
  color: var(--bb-white) !important;
  background: var(--bb-taupe) !important;
  box-shadow: 0 10px 25px rgba(0,0,0,.15);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

body.home .wp-element-button:hover,
body.home .wp-block-button__link:hover {
  transform: translateY(-3px);
  background: var(--bb-graphite) !important;
  border-color: var(--bb-graphite);
}

body.home .entry-content > .wp-block-group:nth-child(2) {
  color: var(--bb-graphite) !important;
  background: var(--bb-ivory) !important;
}

body.home .wp-block-columns {
  align-items: stretch !important;
  gap: clamp(18px, 3vw, 32px) !important;
}

body.home .entry-content > .wp-block-group:nth-child(2) .wp-block-column,
body.home .entry-content > .wp-block-group:nth-child(3) > .wp-block-columns .wp-block-column {
  position: relative;
  padding: clamp(27px, 3vw, 40px);
  border: 1px solid var(--bb-line);
  border-radius: var(--bb-radius);
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 26px rgba(23,29,33,.055);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

body.home .entry-content > .wp-block-group:nth-child(2) .wp-block-column::before,
body.home .entry-content > .wp-block-group:nth-child(3) > .wp-block-columns .wp-block-column::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-bottom: 25px;
  background: var(--bb-taupe);
}

body.home .entry-content > .wp-block-group:nth-child(2) .wp-block-column:hover,
body.home .entry-content > .wp-block-group:nth-child(3) > .wp-block-columns .wp-block-column:hover {
  transform: translateY(-6px);
  border-color: rgba(155,137,109,.55);
  box-shadow: var(--bb-shadow);
}

body.home .entry-content > .wp-block-group:nth-child(3) {
  color: var(--bb-graphite) !important;
  background:
    radial-gradient(circle at 90% 10%, rgba(199,185,159,.24), transparent 24rem),
    var(--bb-white) !important;
}

body.home #airbnb-property-care {
  max-width: 800px !important;
  margin-top: clamp(85px, 11vw, 150px);
  padding-top: 42px;
  border-top: 1px solid var(--bb-line);
}

body.home #airbnb-property-care + p {
  margin-top: -12px;
  margin-bottom: 36px;
  color: var(--bb-ink-soft);
  font-size: 1.08rem;
}

body.home #reach-us {
  margin-top: clamp(80px, 10vw, 130px);
  padding: clamp(36px, 6vw, 72px) !important;
  border-radius: calc(var(--bb-radius) + 6px);
  color: var(--bb-white) !important;
  background:
    linear-gradient(125deg, var(--bb-charcoal), var(--bb-graphite)) !important;
  box-shadow: var(--bb-shadow);
}

body.home #reach-us h2 { color: var(--bb-taupe-light); }

body.home #reach-us p {
  margin-top: 8px;
  margin-bottom: 8px;
  color: rgba(255,255,255,.82);
}

body.home #reach-us a { color: var(--bb-white) !important; }

body.home .entry-content > .wp-block-group:nth-child(3) > h2:nth-of-type(3) {
  display: none;
}

body.home .entry-content > .wp-block-group:nth-child(3) > h2:last-of-type {
  margin-top: clamp(74px, 9vw, 120px);
}

body.home .entry-content > .wp-block-group:last-child {
  color: var(--bb-white) !important;
  background: var(--bb-graphite) !important;
  border-top: 1px solid rgba(199,185,159,.24);
}

body.home .entry-content > .wp-block-group:last-child p:first-child {
  color: var(--bb-taupe-light);
  font-weight: 800;
  letter-spacing: .12em;
}

body.home .entry-content > .wp-block-group:last-child a {
  color: var(--bb-white) !important;
}

body.home :focus-visible {
  outline: 3px solid var(--bb-taupe-light);
  outline-offset: 4px;
}

@media (max-width: 781px) {
  body.home { font-size: 16px; }
  body.home .entry-content > .wp-block-group:first-child { min-height: 74vh; }
  body.home .wp-block-columns { gap: 16px !important; }
  body.home .wp-block-column { flex-basis: 100% !important; }
  body.home #reach-us { margin-left: 0 !important; margin-right: 0 !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body.home *, body.home *::before, body.home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
