/* Photo-led architectural brochure foundation, shared with public inner pages. */
html:has(.home-page) { scrollbar-gutter: stable; }
:root {
  --home-ink: #17134f;
  --home-gold: #d5ad6f;
  --home-stone: #f3f4f4;
  --home-muted: #565c67;
  --home-line: #d9dce1;
  --home-footer: #eeeae3;
  --home-section: 72px;
  --home-gutter: 40px;
}
.home-page, .home-footer { font-family: "Helvetica Neue", Arial, sans-serif; color: var(--home-ink); }
.home-page { background: #fff; }
.home-page ::selection, .home-footer ::selection { background: var(--home-gold); color: var(--home-ink); }
.home-page h1, .home-page h2, .home-page h3, .home-page a, .home-page button { font-family: inherit; }
.home-page h1, .home-page h2, .home-page h3 { text-wrap: balance; }
.home-page .container { width: min(100% - var(--home-gutter) * 2, 1180px); max-width: none; padding: 0; }
.home-page section { scroll-margin-top: 104px; }
.home-page a:focus-visible, .home-page button:focus-visible, .home-page summary:focus-visible, .home-page [tabindex]:focus-visible, .home-footer a:focus-visible, .home-footer summary:focus-visible { outline: 3px solid #a37635; outline-offset: 5px; }
.home-skip { position: fixed; top: -100px; left: 24px; z-index: 2000; background: #fff; color: var(--home-ink); padding: 12px 20px; }
.home-skip:focus { top: 12px; }
.home-page #header.fixed-top { height: 96px !important; background: #fff; border-bottom: 1px solid var(--home-line); }
.home-page #header .logo { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; text-transform: none; letter-spacing: 0; }
.home-page #header .logo img { display: block; width: 88px; height: 88px; max-height: none; object-fit: contain; }
.home-page .home-brand-name { color: var(--home-ink); font-size: 22px; line-height: 1.15; font-weight: 700; }
.home-page .navbar > ul { gap: 20px; }
.home-page .navbar a, .home-page .navbar a:focus { color: var(--home-ink); font-size: 16px; font-weight: 600; min-height: 44px; }
.home-page .navbar-mobile a, .home-page .navbar-mobile a:focus { font-size: 18px; }
.home-page .navbar a:hover, .home-page .navbar .active { color: #7d5924; }
.home-page .navbar .active::after { content: ""; position: absolute; bottom: 0; left: 30px; right: 0; height: 2px; background: var(--home-gold); }
.home-page .mobile-nav-toggle { color: var(--home-ink); min-width: 44px; min-height: 44px; padding: 8px; }
.home-page #home { display: block; width: 100%; height: auto; margin-top: 96px; background: #e7e9e8; position: relative; }
.home-imagery, .home-page .banner { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.home-page .banner .owl-carousel, .home-page .banner .owl-stage-outer, .home-page .banner .owl-stage, .home-page .banner .owl-item, .home-page .banner .item { height: 100%; }
.home-page .banner_img img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.home-page .banner .owl-dots { display: none; }
.home-hero-content { position: relative; min-height: 590px; padding-bottom: 60px !important; display: flex; align-items: flex-end; pointer-events: none; }
.home-intro { width: 600px; max-width: 100%; border-radius: 12px; margin-left: 0; padding: 36px 32px; background: rgb(23 19 79 / 94%); color: #fff; pointer-events: auto; }
.home-page #home h1 { color: #fff; font-size: clamp(38px, 3.8vw, 54px); line-height: 1.06; letter-spacing: -.025em; text-transform: none; margin: 0 0 20px; font-weight: 700; }
.home-page #home p { font-size: 19px; line-height: 1.5; color: #f0eff7; margin: 0 0 28px; }
.home-page #home .actions { display: flex; flex-wrap: wrap; gap: 12px; }
.home-page .home-button i, .home-text-link i { transition: transform .2s ease-out; }
.home-page .home-button:hover i, .home-text-link:hover i { transform: translate(2px, -2px); }
.home-page .home-button, .home-page #home .actions a { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 13px 20px; font-size: 14px; line-height: 1.4; font-weight: 600; text-transform: none; letter-spacing: 0; margin: 0; border-radius: 0; transition: background-color .2s, color .2s; }
.home-page .home-button-gold { background: var(--home-gold); color: var(--home-ink); border: 1px solid var(--home-gold); }
.home-page .home-button-gold:hover { background: #e4c694; color: var(--home-ink); }
.home-page .home-button-outline { color: #fff; background: transparent; border: 1px solid #cfcede; }
.home-page .home-button-outline:hover { background: #fff; color: var(--home-ink); }
.home-image-controls { position: absolute; bottom: 20px; right: 0; display: flex; gap: 8px; pointer-events: auto; }
.home-image-controls button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex-shrink: 0; border: 0; border-radius: 50%; padding: 0; font-size: 20px; line-height: 1; color: var(--home-ink); background: #fff; }
.home-image-controls button:focus-visible, .home-image-controls button:hover { background: var(--home-gold); }
.home-assurances { border-bottom: 1px solid var(--home-line); background: #fff; }
.home-assurances > .container { display: grid; grid-template-columns: repeat(3, 1fr); padding: 22px 0; }
.home-assurances span { display: flex; justify-content: center; align-items: center; gap: 18px; font-size: 14px; font-weight: 500; border-right: 1px solid var(--home-line); }
.home-assurances span:last-child { border: 0; }
.home-assurances i { font-size: 28px; color: #936a2e; }
.home-page #main { min-height: 0; }
.home-page #main > section { padding: var(--home-section) 0; }
.home-page #main h2 { font-size: clamp(28px, 2.7vw, 38px); line-height: 1.16; letter-spacing: -.025em; font-weight: 700; margin: 0 0 20px; color: var(--home-ink); }
.home-section-heading { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center; margin-bottom: 28px; }
.home-page .home-section-heading h2 { margin: 0 !important; }
.home-section-heading p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--home-muted); max-width: 55ch; }
.home-featured-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.home-service-photo { display: block; overflow: hidden; background: var(--home-stone); }
.home-service-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .3s ease-out; }
.home-service-photo:hover img { transform: scale(1.025); }
.home-service-card { display: flex; flex-direction: column; align-items: flex-start; }
.home-service-photo { width: 100%; }
.home-service-summary { font-size: 15px; line-height: 1.65; color: var(--home-muted); margin: 0 0 12px; max-width: 38ch; }
.home-service-card > .home-text-link { margin-top: auto; }
.home-service-card h3 { font-size: 20px; line-height: 1.3; font-weight: 600; margin: 18px 0 10px; }
.home-service-card h3 a { color: var(--home-ink); }
.home-text-link { display: inline-flex; align-items: center; gap: 16px; padding: 8px 0; min-height: 44px; color: #785323; font-size: 14px; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
.home-text-link:hover { color: var(--home-ink); }
.home-service-directory { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--home-line); display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.home-service-directory > .home-text-link { justify-self: start; }
.home-service-directory summary { display: flex; justify-content: space-between; align-items: center; min-height: 44px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 600; }
.home-service-directory summary::-webkit-details-marker { display: none; }
.home-service-directory details[open] summary i { transform: rotate(45deg); }
.home-more-services { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin-top: 16px; }
.home-more-services a { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 0; min-height: 44px; border-top: 1px solid var(--home-line); color: var(--home-ink); font-size: 14px; }
.home-page #about { background: var(--home-stone); }
.home-about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
.home-about-copy p { color: var(--home-muted); font-size: 16px; line-height: 1.75; margin: 0 0 16px; max-width: 65ch; }
.home-about-copy .home-button { margin-top: 12px; }
.home-about-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.home-page #main > #testimonials { background: var(--home-ink); color: #fff; padding: 36px 0; }
.home-reviews { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 20px; align-items: start; }
.home-quote-mark { color: var(--home-gold); font: 80px/1 Georgia, serif; }
.home-page #testimonial_carousel { padding-right: 130px; }
.home-page #testimonial_carousel .owl-stage { display: flex; align-items: flex-start; }
.home-page #testimonial_carousel .owl-item { min-width: 0; flex-shrink: 0; }
.home-page #testimonial_carousel figure { margin: 0; }
.home-page #testimonial_carousel blockquote { font-size: 18px; line-height: 1.65; margin: 0 0 16px; color: #fff; font-style: normal; }
.home-page #testimonial_carousel figcaption { color: #d9d7e9; font-size: 14px; }
.home-page #testimonial_carousel .owl-nav { position: absolute; top: 50%; right: 0; display: flex; gap: 12px; transform: translateY(-50%); }
.home-page #testimonial_carousel .owl-nav button { width: 44px; height: 44px; border: 1px solid #8581aa; color: #fff; background: transparent; }
.home-page #testimonial_carousel .owl-nav button:hover { color: var(--home-ink); background: var(--home-gold); }
.home-page #contact { background: #e0e2e6; }
.home-page #contact .container > .row { justify-content: space-between !important; --bs-gutter-x: 40px; }
.home-page #contact .col-lg-3 { width: 40%; }
.home-page #contact .col-lg-5 { width: 53%; }
.home-page #contact .info p { font-size: 15px; line-height: 1.7; color: var(--home-ink); padding-left: 36px; margin-bottom: 24px; }
.home-page #contact .info .home-contact-intro { line-break: auto; word-break: normal; overflow-wrap: normal; padding: 0; font-size: 16px; color: var(--home-muted); margin-bottom: 32px; }
.home-page #contact .info i { font-size: 22px; color: var(--home-ink); }
.home-page #contact .php-email-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.home-page #contact .form-group { margin: 0 !important; min-width: 0; grid-column: 1 / -1; }
.home-page #contact .form-group:has(#name), .home-page #contact .form-group:has(#email) { grid-column: auto; }
.home-page #contact .php-email-form > .my-3, .home-page #contact .php-email-form > .text-center { grid-column: 1 / -1; margin: 0 !important; }
.home-page #contact .php-email-form > .my-3:has(> :not([style*="display: block"])) { min-height: 0; }
.home-page #contact label { display: block; font-size: 13px; font-weight: 600; color: var(--home-ink); margin-bottom: 6px; }
.home-page #contact input, .home-page #contact textarea, .home-page #contact .select2-selection { border: 1px solid #b8bdc7 !important; background: #fff; border-radius: 0; font-size: 16px; line-height: 1.5; padding: 10px 12px; color: var(--home-ink); }
.home-page #contact input { min-height: 48px; }
.home-page #contact input, .home-page #contact textarea { caret-color: var(--home-ink); }
.home-page #contact input:focus, .home-page #contact textarea:focus, .home-page #contact .select2-container--focus .select2-selection { outline: 2px solid var(--home-ink); outline-offset: 2px; box-shadow: none; }
.home-page #contact .info a { color: inherit; text-decoration: underline; text-decoration-color: #85899a; text-underline-offset: 4px; }
.home-page #contact .info a:hover { color: #785323; }
.home-footer-contact a { min-height: 44px; display: inline-flex; align-items: center; text-underline-offset: 4px; }
.home-footer-contact a:hover { text-decoration: underline; }
.home-page #contact textarea { min-height: 104px; height: 104px; }
.home-page #contact input::placeholder, .home-page #contact textarea::placeholder { color: #626875; }
.home-page #contact .select2-container { width: 100% !important; max-width: 100%; }
.home-page #contact .select2-search__field { min-height: 24px; padding: 0; border: 0 !important; }
.home-page #contact .form-error { color: #a31919 !important; }
.home-page #contact button[type=submit] { border: 1px solid var(--home-gold); border-radius: 0; background: var(--home-gold); color: var(--home-ink); font-size: 15px; font-weight: 600; min-height: 48px; width: 100%; padding: 12px 20px; }
.home-page #contact button[type=submit]:hover { background: #e4c694; }
.home-page #contact button:disabled { opacity: .65; cursor: wait; }
.home-footer { background: var(--home-footer); color: #35332f; padding: 28px max(var(--home-gutter), calc((100vw - 1180px) / 2)); }
.home-footer a { color: #35332f; }
.home-footer-main, .home-footer-contact, .home-footer-bottom { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; }
.home-footer-brand { font-size: 16px; font-weight: 600; }
.home-footer-contact { font-size: 14px; gap: 36px; }
.home-footer-bottom { margin-top: 24px; padding-top: 16px; border-top: 1px solid #cec7bb; font-size: 12px; color: #625d54; }
.home-footer-bottom p { margin: 0; }
.home-footer-bottom summary { cursor: pointer; min-height: 32px; padding: 4px 0; color: #35332f; white-space: nowrap; }
.home-group-links { display: grid; gap: 12px; padding-top: 12px; }
.whatsapp { width: 52px; height: 52px; top: auto !important; bottom: 84px; right: 20px; }
@media (min-width: 1600px) { .home-hero-content { min-height: 670px; } }
@media (max-width: 1100px) {
  :root { --home-gutter: 28px; --home-section: 56px; }
  .home-intro { margin-left: 0; width: 570px; }
  .home-section-heading { gap: 40px; }
  .home-about-grid { gap: 36px; }
  .home-featured-services { gap: 20px; }
  .home-page #contact .col-lg-3 { width: 44%; }
  .home-page #contact .col-lg-5 { width: 56%; }
  .home-footer-contact { gap: 20px; }
}
@media (max-width: 767px) {
  :root { --home-gutter: 20px; --home-section: 44px; }
  .home-page #header.fixed-top { height: 80px !important; }
  .home-page #header .logo { gap: 8px; }
  .home-page #header .logo img { width: 68px; height: 68px; }
  .home-page .home-brand-name { font-size: 17px; }
  .home-page #home { margin-top: 80px; }
  .home-page section { scroll-margin-top: 88px; }
  .home-hero-content { min-height: 580px; width: 100% !important; padding: 240px 0 0 !important; align-items: flex-end; }
  .home-page .banner_img img { object-position: 60% center; }
  .home-intro { width: 100%; padding: 28px 20px 72px; margin: 0; background: rgb(23 19 79 / 95%); }
  .home-page #home h1 { font-size: clamp(32px, 8.5vw, 44px); line-height: 1.12; margin-bottom: 16px; }
  .home-page #home p { font-size: 16px; margin-bottom: 24px; }
  .home-desktop-break { display: none; }
  .home-page #home .actions { gap: 12px; }
  .home-page #home .actions a { font-size: 13px; padding: 12px 14px; gap: 12px; }
  .home-image-controls { bottom: 12px; right: 20px; }
  .home-image-controls button { background: transparent; border: 1px solid #8581aa; color: #fff; padding: 0; }
  .home-image-controls button:hover { background: #fff; color: var(--home-ink); }
  .home-assurances > .container { padding: 18px 0; gap: 8px; }
  .home-assurances span { flex-direction: column; gap: 8px; text-align: center; padding: 0 8px; font-size: 12px; line-height: 1.4; }
  .home-assurances i { font-size: 24px; }
  .home-section-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 24px; }
  .home-page #main h2 { font-size: 28px; }
  .home-section-heading p { font-size: 15px; }
  .home-featured-services { grid-template-columns: 1fr; gap: 28px; }
  .home-service-photo img { aspect-ratio: 3 / 2; }
  .home-service-card h3 { font-size: 20px; margin-top: 14px; margin-bottom: 4px; }
  .home-service-directory { grid-template-columns: 1fr; gap: 8px; margin-top: 20px; padding-top: 12px; }
  .home-more-services { grid-template-columns: 1fr; }
  .home-about-grid { grid-template-columns: 1fr; gap: 28px; }
  .home-about-copy p { font-size: 15px; }
  .home-page #main > #testimonials { padding: 32px 0; }
  .home-reviews { grid-template-columns: 28px minmax(0, 1fr); gap: 8px; }
  .home-quote-mark { font-size: 56px; }
  .home-page #testimonial_carousel { padding-right: 0; }
  .home-page #testimonial_carousel blockquote { font-size: 16px; }
  .home-page #testimonial_carousel .owl-nav { position: static; justify-content: flex-end; transform: none; margin-top: 20px; }
  .home-page #contact .col-lg-3, .home-page #contact .col-lg-5 { width: 100%; }
  .home-page #contact .form { margin-top: 12px; }
  .home-page #home .actions { display: grid; grid-template-columns: 1fr; }
  .home-page #home .actions a { justify-content: space-between; padding-inline: 18px; }
  .home-service-summary { max-width: none; }
  .home-page #contact .form-group:has(#name), .home-page #contact .form-group:has(#email) { grid-column: 1 / -1; }
  .home-page .navbar-mobile .mobile-nav-toggle { color: #fff; }
  .home-page .navbar-mobile > ul { gap: 0; }
  .home-page .navbar-mobile .active::after { display: none; }
  .home-footer-main, .home-footer-contact, .home-footer-bottom { flex-direction: column; gap: 12px; }
  .home-footer-bottom { margin-top: 20px; }
  .home-footer-bottom p { line-height: 1.7; }
  .home-footer-contact { font-size: 14px; }
  .whatsapp { right: 12px; width: 44px; height: 44px; bottom: 76px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-page *, .home-page *::before, .home-page *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
