:root {
  --navy: #0f2233;
  --cream: #f2eee3;
  --gold: #b9925e;
  --brick: #b13b1e;
  --ink: #0b1520;
  --muted: #f5f7fa;
  --burgundy: #8e2430;
  --line: #e5e7eb;
  --shadow: 0 14px 36px rgba(0, 0, 0, 0.10);
  --radius: 20px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.narrow-container { width: min(860px, calc(100% - 32px)); }
.section-pad,
.page-section { padding: 72px 0; }
.alt-section { background: #f2f7fb; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; color: var(--burgundy); font-weight: 700; margin: 0 0 12px; }
h1, h2, h3, h4 { font-family: Merriweather, serif; line-height: 1.15; margin: 0 0 16px; color: var(--navy); }
p { margin: 0 0 16px; }
.screen-reader-text { position: absolute; left: -9999px; }

.topbar {
  background: var(--navy);
  color: var(--cream);
  font-size: .92rem;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 10px 0;
}
.topbar-left, .topbar-right { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.topbar a { opacity: .95; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(15, 34, 51, .96);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 88px;
}
.site-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.site-brand img,
.custom-logo {
  width: auto;
  max-height: 64px;
}
.brand-text { display: flex; flex-direction: column; min-width: 0; }
.brand-title { color: #fff; font-weight: 800; font-size: 1.05rem; }
.brand-tagline { color: rgba(255,255,255,.76); font-size: .9rem; }
.primary-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}
.menu-list {
  list-style: none;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.menu-list li { margin: 0; }
.menu-list a {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
}
.menu-list a:hover,
.menu-list .current-menu-item > a,
.menu-list .current_page_item > a { background: rgba(255,255,255,.1); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 12px;
  background: transparent;
  padding: 0;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 4px auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--brick), #cf6038); color: #fff; }
.text-link { color: var(--brick); font-weight: 700; }

.page-hero {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(15,34,51,.70), rgba(15,34,51,.74)), var(--hero-image) center/cover no-repeat;
}
.page-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
  text-align: center;
}
.page-hero-copy {
  max-width: 780px;
}
.page-hero h1 { color: #fff; font-size: clamp(2.1rem, 4vw, 4rem); }
.page-hero p { color: rgba(255,255,255,.92); font-size: 1.05rem; }

.content-card,
.listing-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 26px;
}
.entry-content > *:last-child { margin-bottom: 0; }
.entry-content img { border-radius: 16px; }
.entry-content iframe,
.entry-content embed,
.entry-content object { width: 100%; max-width: 100%; }
.wp-block-image,
.wp-block-gallery { margin-bottom: 24px; }

.section-heading.center { text-align: center; max-width: 780px; margin: 0 auto 34px; }
.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.listing-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.listing-card {
  padding: 0;
  overflow: hidden;
}
.listing-thumb {
  display: block;
  aspect-ratio: 4 / 3;
  background: #dfe7ee;
}
.listing-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listing-thumb-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #d8e1ea, #eef3f7);
}
.listing-body { padding: 22px; }
.listing-body h2,
.listing-body h3 { font-size: 1.2rem; margin-bottom: 10px; }
.listing-body p { color: #425164; }
.listing-single-image { margin-bottom: 24px; }
.listing-single-image img { width: 100%; border-radius: 16px; }
.listing-actions { margin-top: 24px; }
.pagination-wrap { margin-top: 28px; }

.enquiry-shell-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 24px;
}
.enquiry-sidecard {
  align-self: start;
  background: linear-gradient(180deg, #fff, #f7fafc);
}

.site-footer {
  background: var(--navy);
  color: var(--cream);
  padding: 40px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 20px;
}
.site-footer a { color: var(--cream); }
.footer-menu { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-copy { border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; }

@media (max-width: 1024px) {
  .header-inner { flex-wrap: wrap; padding: 12px 0; }
  .menu-toggle { display: inline-block; margin-left: auto; }
  .primary-nav {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding-bottom: 10px;
  }
  .primary-nav.is-open { display: flex; }
  .menu-list { flex-direction: column; }
  .menu-list a { width: 100%; }
  .listing-grid,
  .listing-grid-three,
  .enquiry-shell-v2,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .topbar-inner,
  .topbar-left,
  .topbar-right { flex-direction: column; align-items: flex-start; }
  .page-hero-inner { min-height: 300px; padding: 70px 0; }
  .listing-grid,
  .listing-grid-three,
  .enquiry-shell-v2,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .content-card { padding: 22px; }
}


/* Page-specific styled seeded content */
.page.page-slug-about .content-card,
.page.page-slug-contact-us .content-card,
.page.page-slug-services .content-card {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.page.page-slug-about .entry-content,
.page.page-slug-contact-us .entry-content,
.page.page-slug-services .entry-content {
  width: min(1100px, 100%);
  margin: 0 auto;
}
.wg-about-layout { padding: 8px 0; }
.intro-title {
  margin: 0 0 22px;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  opacity: .9;
}
.wg-about-layout .about-card {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(10,30,49,.10);
  padding: 26px 28px;
}
.wg-about-layout .about-card p:last-child { margin-bottom: 0; }
.services-intro .lead {
  max-width: 980px;
  margin: 0 auto 8px;
  text-align: center;
  line-height: 1.9;
  font-size: 1.03rem;
}
.wg-services-section { padding: 28px 0; }
.wg-services-section.muted { background: #f2f7fb; border-radius: 22px; padding: 32px 24px; }
.wg-services-section.alt { background: #ecf3fa; border-radius: 22px; padding: 32px 24px; }
.wg-services-section h2 { text-align: center; margin-bottom: 10px; }
.wg-services-section .sub { text-align: center; opacity: .85; margin: 0 0 26px; }
.svc-grid-rich,
.benefit-grid-rich,
.steps-rich,
.contact-grid-rich {
  display: grid;
  gap: 20px;
}
.svc-grid-rich { grid-template-columns: repeat(2, minmax(0,1fr)); }
.svc-rich {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e6eef7;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  padding: 22px;
}
.svc-rich .icon { font-size: 2rem; color: #5b6b7a; margin-bottom: 8px; }
.svc-rich h3 { font-size: 1.2rem; }
.svc-rich ul { margin: 8px 0 0 18px; }
.benefit-grid-rich { grid-template-columns: repeat(3, minmax(0,1fr)); }
.benefit-item {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e6eef7;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
  padding: 18px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
}
.benefit-item i { font-size: 1.25rem; color: #5b6b7a; }
.steps-rich { grid-template-columns: repeat(4, minmax(0,1fr)); }
.step-rich {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #eef2f7;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
  padding: 18px;
}
.step-rich .n {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
  margin-bottom: 10px;
}
.step-rich h3 { font-size: 1.05rem; margin-bottom: 8px; }
.contact-grid-rich { grid-template-columns: repeat(2, minmax(0,1fr)); }
.contact-info-rich,
.contact-form-rich {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}
.contact-info-rich h2,
.contact-form-rich h2 { color: var(--brick); }
.info-item { margin-bottom: 16px; }
.info-item i { margin-right: 8px; color: var(--brick); }
.form-placeholder-rich {
  border: 1px dashed #d7dee6;
  background: #f8fafc;
  border-radius: 12px;
  padding: 16px;
}
@media (max-width: 1024px) {
  .svc-grid-rich,
  .benefit-grid-rich,
  .steps-rich,
  .contact-grid-rich { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .wg-services-section.muted,
  .wg-services-section.alt { padding: 24px 18px; }
  .svc-grid-rich,
  .benefit-grid-rich,
  .steps-rich,
  .contact-grid-rich { grid-template-columns: 1fr; }
  .wg-about-layout .about-card,
  .contact-info-rich,
  .contact-form-rich { padding: 22px; }
}

.wg-contact-shortcoded .contact-info-rich a { color: var(--ink); text-decoration: none; }
.wg-contact-shortcoded .contact-info-rich a:hover { text-decoration: underline; }
.wg-contact-socials { margin-top: 22px; }
.wg-contact-socials > span { display: block; font-weight: 700; margin-bottom: 10px; color: var(--navy); }
.wg-social-icons { display: flex; gap: 12px; }
.wg-social-icons a {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5f7fa;
  border: 1px solid #e6eef7;
  color: var(--brick);
  font-size: 1.25rem;
}
.wg-social-icons a:hover { background: #fff1eb; }
.wg-form-rich { margin-top: 8px; }
.wg-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.wg-field { display: flex; flex-direction: column; gap: 7px; }
.wg-field-full { grid-column: 1 / -1; }
.wg-field label {
  font-size: .92rem;
  font-weight: 700;
  color: var(--navy);
}
.wg-form-rich input,
.wg-form-rich textarea {
  width: 100%;
  border: 1px solid #d8dee8;
  border-radius: 12px;
  background: #fff;
  font: inherit;
  padding: 0 14px;
}
.wg-form-rich input { height: 48px; }
.wg-form-rich textarea {
  min-height: 140px;
  padding: 14px;
  resize: vertical;
}
.wg-form-rich input:focus,
.wg-form-rich textarea:focus {
  outline: none;
  border-color: var(--brick);
  box-shadow: 0 0 0 3px rgba(177, 59, 30, .12);
}
.wg-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 14px;
}
.wg-form-note {
  margin-top: 14px;
  font-size: .95rem;
  color: #516173;
}
@media (max-width: 700px) {
  .wg-form-grid { grid-template-columns: 1fr; }
}


/* Home page redesign to match client reference */
.home .topbar { display: none; }
.home .site-header {
  background: linear-gradient(90deg, #0d2b40 0%, #0a2338 100%);
  box-shadow: none;
  backdrop-filter: none;
}
.home .header-inner {
  min-height: 126px;
  align-items: center;
}
.home .site-brand img,
.home .custom-logo {
  max-height: 150px;
}
.home .brand-tagline { display: none; }
.home .brand-title {
  font-size: 1.15rem;
  text-transform: lowercase;
}
.home .menu-list {
  gap: 18px;
}
.home .menu-list a {
  padding: 8px 0;
  border-radius: 0;
  background: transparent !important;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.home .menu-list .current-menu-item > a,
.home .menu-list .current_page_item > a,
.home .menu-list a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.home .primary-nav .btn-primary {
  min-height: 58px;
  padding: 14px 28px;
  border-radius: 20px;
  background: linear-gradient(180deg, #d15a2f 0%, #b3421d 100%);
}
.wg-homepage { background: #f7f5eb; }
.wg-home-hero {
  padding: 54px 0 40px;
  background: #f7f5eb;
}
.wg-home-hero-inner {
  display: flex;
  align-items: flex-start;
}
.wg-home-copy {
  max-width: 980px;
  padding: 8px 0 0 36px;
}
.wg-home-kicker {
  font-size: clamp(2rem, 5vw, 4rem);
  color: #18202a;
  margin-bottom: 14px;
  font-weight: 300;
}
.wg-home-copy h1 {
  font-size: clamp(3.2rem, 9vw, 7rem);
  line-height: .95;
  letter-spacing: .02em;
  color: #11273a;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.wg-home-subtitle {
  font-size: clamp(1.2rem, 3vw, 2.2rem);
  letter-spacing: .34em;
  text-transform: uppercase;
  color: #11273a;
  margin-bottom: 34px;
}
.wg-home-search {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 1fr auto;
  gap: 14px;
  max-width: 940px;
}
.wg-home-search select,
.wg-home-search button {
  width: 100%;
  min-height: 62px;
  border-radius: 12px;
  font-size: 1rem;
}
.wg-home-search select {
  border: 1px solid #d7d1bf;
  background: #fff;
  padding: 0 20px;
  color: #1c232d;
}
.wg-home-search button {
  border: 1px solid #8f7223;
  background: linear-gradient(180deg, #b99638 0%, #9c7b20 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
}
.wg-featured-section {
  background: #fff;
  padding: 34px 0 40px;
}
.wg-featured-section h2,
.wg-home-cta-copy h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 24px;
}
.wg-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.wg-featured-card {
  background: transparent;
}
.wg-featured-image {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
  background: #ece7dc;
  border: 1px solid #d5cfbf;
}
.wg-featured-image img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}
.wg-featured-body h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.wg-featured-location {
  margin-bottom: 4px;
  color: #242d37;
}
.wg-featured-price {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 1.05rem;
}
.wg-home-cta-section {
  background: #f7f5eb;
  padding: 28px 0 20px;
}
.wg-home-cta-wrap {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 24px;
  align-items: center;
}
.wg-home-tree-circle {
  width: 170px;
  height: 170px;
  border: 4px solid #13283c;
  border-radius: 50%;
  color: #13283c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Merriweather, serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.05;
  position: relative;
  margin: 0 auto;
}
.wg-home-tree-circle::after {
  content: '';
  position: absolute;
  bottom: -42px;
  width: 12px;
  height: 48px;
  background: #13283c;
  border-radius: 8px;
}
.wg-home-tree-circle::before {
  content: '';
  position: absolute;
  bottom: -52px;
  width: 72px;
  height: 24px;
  border-bottom: 5px solid #13283c;
  border-radius: 0 0 44px 44px;
}
.wg-home-cta-copy p {
  max-width: 460px;
  font-size: 1.2rem;
  color: #26323d;
}
.wg-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 16px 34px;
  border-radius: 14px;
  background: linear-gradient(180deg, #c84d25 0%, #ae3a18 100%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
}
@media (max-width: 1100px) {
  .wg-home-search { grid-template-columns: 1fr 1fr; }
  .wg-home-cta-wrap { grid-template-columns: 1fr; text-align: center; }
  .wg-home-cta-copy p { margin: 0 auto 12px; }
}
@media (max-width: 767px) {
  .home .header-inner { min-height: 96px; }
  .home .site-brand img, .home .custom-logo { max-height: 88px; }
  .wg-home-copy { padding-left: 0; }
  .wg-home-subtitle { letter-spacing: .18em; }
  .wg-home-search { grid-template-columns: 1fr; }
  .wg-featured-grid { grid-template-columns: 1fr; }
  .wg-home-cta-section { padding-top: 44px; }
}
