:root {
  --lapt-olive: #687052;
  --lapt-olive-dark: #3f4935;
  --lapt-olive-soft: #92997a;
  --lapt-terracotta: #c66f49;
  --lapt-terracotta-dark: #a75233;
  --lapt-cream: #fbf5eb;
  --lapt-sand: #eee2d3;
  --lapt-ink: #2e3128;
  --lapt-white: #fffdf9;
  --lapt-border: rgba(63, 73, 53, .18);
  --lapt-shadow: 0 20px 60px rgba(61, 51, 37, .10);
  --lapt-radius: 28px;
  --lapt-serif: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --lapt-sans: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --lapt-script: "Allura", "Segoe Script", "Brush Script MT", cursive;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.lapt-site { margin: 0; color: var(--lapt-ink); background: var(--lapt-cream); font-family: var(--lapt-sans); font-size: 17px; line-height: 1.7; }
body.admin-bar .lapt-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: var(--lapt-olive-dark); text-decoration-thickness: 1px; text-underline-offset: 4px; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; color: var(--lapt-olive-dark); font-family: var(--lapt-serif); font-weight: 600; line-height: 1.08; }
h1 { font-size: clamp(2.8rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
h3 { font-size: clamp(1.45rem, 2vw, 2rem); }
p { margin: 0 0 1.25rem; }
.screen-reader-text { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.lapt-skip-link { position: fixed; z-index: 99999; top: -100px; left: 16px; padding: 10px 16px; color: #fff; background: var(--lapt-olive-dark); }
.lapt-skip-link:focus { top: 16px; }

.lapt-header { position: sticky; z-index: 999; top: 0; border-bottom: 1px solid var(--lapt-border); background: rgba(251, 245, 235, .93); backdrop-filter: blur(16px); }
.lapt-header__inner { display: flex; align-items: center; justify-content: space-between; width: min(1240px, calc(100% - 40px)); min-height: 92px; margin: 0 auto; }
.lapt-brand, .lapt-brand .custom-logo-link { display: flex; align-items: center; }
.lapt-brand img, .lapt-brand .custom-logo { width: 82px; height: 82px; border-radius: 50%; object-fit: cover; }
.lapt-navigation { display: flex; align-items: center; gap: 26px; }
.lapt-menu { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.lapt-menu a { position: relative; color: var(--lapt-ink); font-size: .88rem; font-weight: 650; text-decoration: none; }
.lapt-menu a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; content: ""; background: var(--lapt-terracotta); transform: scaleX(0); transition: transform .2s ease; }
.lapt-menu a:hover::after, .lapt-menu .current-menu-item > a::after { transform: scaleX(1); }
.lapt-header-cta, .lapt-button, .elementor-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 24px; border: 0; border-radius: 999px; color: #fff !important; background: var(--lapt-terracotta); box-shadow: 0 10px 25px rgba(166, 82, 51, .18); font-family: var(--lapt-sans); font-size: .88rem; font-weight: 750; letter-spacing: .02em; text-decoration: none !important; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.lapt-header-cta:hover, .lapt-button:hover, .elementor-button:hover { background: var(--lapt-terracotta-dark); box-shadow: 0 13px 30px rgba(166, 82, 51, .25); transform: translateY(-2px); }
.lapt-menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid var(--lapt-border); border-radius: 50%; background: var(--lapt-white); }
.lapt-menu-toggle span:not(.screen-reader-text) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--lapt-olive-dark); }
.lapt-main { min-height: 65vh; }
.lapt-page { overflow: hidden; }
.lapt-page-header { padding: 100px 24px 60px; text-align: center; }
.lapt-content-wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0; }
.lapt-article { padding: 32px; border-radius: var(--lapt-radius); background: var(--lapt-white); box-shadow: var(--lapt-shadow); }

/* Elementor starter content */
.elementor .lapt-section { padding: clamp(74px, 9vw, 128px) 24px; }
.elementor .lapt-section--tight { padding-top: 54px; padding-bottom: 54px; }
.elementor .lapt-section--cream { background: var(--lapt-cream); }
.elementor .lapt-section--white { background: var(--lapt-white); }
.elementor .lapt-section--olive { color: #fff; background: var(--lapt-olive-dark); }
.elementor .lapt-section--sand { background: var(--lapt-sand); }
.elementor .lapt-section--pattern { background-color: var(--lapt-cream); background-image: radial-gradient(circle at 10% 10%, rgba(198,111,73,.10) 0 2px, transparent 3px), radial-gradient(circle at 90% 80%, rgba(104,112,82,.12) 0 2px, transparent 3px); background-size: 36px 36px, 52px 52px; }
.elementor .lapt-container { width: min(1180px, 100%); margin: 0 auto; }
.elementor .lapt-hero { position: relative; min-height: 680px; padding: clamp(64px, 8vw, 112px) 24px; background: linear-gradient(120deg, #fbf5eb 0%, #fbf5eb 55%, #e9dfd1 55%, #e9dfd1 100%); }
.elementor .lapt-hero::before, .elementor .lapt-hero::after { position: absolute; z-index: 0; content: ""; border-radius: 999px; opacity: .75; }
.elementor .lapt-hero::before { top: -90px; right: 38%; width: 260px; height: 260px; border: 1px solid rgba(198,111,73,.25); }
.elementor .lapt-hero::after { right: -80px; bottom: -130px; width: 330px; height: 330px; background: rgba(104,112,82,.12); }
.elementor .lapt-hero > .e-con-inner, .elementor .lapt-hero > .elementor-container { position: relative; z-index: 1; }
.elementor .lapt-eyebrow, .lapt-eyebrow { margin-bottom: 16px; color: var(--lapt-terracotta); font-family: var(--lapt-sans); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.elementor .lapt-script { color: var(--lapt-terracotta); font-family: var(--lapt-script); font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1.2; }
.elementor .lapt-lead { max-width: 650px; color: #55594d; font-size: clamp(1.03rem, 1.5vw, 1.22rem); }
.elementor .lapt-hero-image img { width: 100%; max-height: 640px; border: 12px solid rgba(255,255,255,.65); border-radius: 240px 240px 38px 38px; box-shadow: var(--lapt-shadow); object-fit: cover; object-position: center 30%; }
.elementor .lapt-logo-float img { width: 150px; height: 150px; border-radius: 50%; box-shadow: 0 14px 36px rgba(61,51,37,.14); object-fit: cover; }
.elementor .lapt-card { height: 100%; padding: 32px; border: 1px solid var(--lapt-border); border-radius: var(--lapt-radius); background: rgba(255,253,249,.88); box-shadow: 0 18px 45px rgba(61,51,37,.06); }
.elementor .lapt-card--feature { border-top: 5px solid var(--lapt-olive); }
.elementor .lapt-card--terracotta { border-top-color: var(--lapt-terracotta); }
.elementor .lapt-price-card { position: relative; height: 100%; padding: 36px 28px; border: 1px solid var(--lapt-border); border-radius: 24px; background: var(--lapt-white); text-align: center; }
.elementor .lapt-price-card strong { display: block; margin: 12px 0 2px; color: var(--lapt-terracotta); font-family: var(--lapt-serif); font-size: 3.2rem; line-height: 1; }
.elementor .lapt-price-card p { margin-bottom: .5rem; }
.elementor .lapt-icon-badge { display: inline-flex; align-items: center; justify-content: center; width: 62px; height: 62px; margin-bottom: 16px; border-radius: 50%; color: #fff; background: var(--lapt-olive); font-size: 1.65rem; }
.elementor .lapt-steps { counter-reset: lapt-step; }
.elementor .lapt-step { position: relative; padding: 34px 30px 30px 86px; }
.elementor .lapt-step::before { position: absolute; top: 32px; left: 28px; display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--lapt-terracotta); counter-increment: lapt-step; content: counter(lapt-step); font-weight: 800; }
.elementor .lapt-quote { padding: 36px; border-left: 4px solid var(--lapt-terracotta); border-radius: 0 var(--lapt-radius) var(--lapt-radius) 0; background: rgba(255,255,255,.7); font-family: var(--lapt-serif); font-size: clamp(1.5rem, 2.4vw, 2.2rem); line-height: 1.35; }
.elementor .lapt-section--olive h2, .elementor .lapt-section--olive h3, .elementor .lapt-section--olive p, .elementor .lapt-section--olive a { color: #fff; }
.elementor .lapt-photo-rounded img { border-radius: var(--lapt-radius); box-shadow: var(--lapt-shadow); }
.elementor .lapt-gallery-image img { aspect-ratio: 4/5; border-radius: 24px; object-fit: cover; }
.elementor .lapt-separator { width: 100px; height: 2px; margin: 18px 0 28px; background: var(--lapt-terracotta); }
.elementor .lapt-legal { max-width: 900px; padding: 40px; border: 1px solid var(--lapt-border); border-radius: var(--lapt-radius); background: var(--lapt-white); }

/* Complete server-rendered pages: visible before Elementor is activated. */
.lapt-static-page .lapt-container { width: min(1180px, 100%); margin: 0 auto; }
.lapt-static-page .lapt-row { display: grid; gap: 28px; }
.lapt-static-page .lapt-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lapt-static-page .lapt-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lapt-static-page .lapt-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lapt-static-page .lapt-align-center { align-items: center; }
.lapt-static-page .lapt-section-heading { max-width: 760px; margin-bottom: 36px; }
.lapt-static-page .lapt-static-hero-image { display: block; width: 100%; max-height: 640px; border: 12px solid rgba(255,255,255,.65); border-radius: 240px 240px 38px 38px; box-shadow: var(--lapt-shadow); object-fit: cover; object-position: center 30%; }
.lapt-static-page img.lapt-photo-rounded { display: block; width: 100%; border-radius: var(--lapt-radius); box-shadow: var(--lapt-shadow); }
.lapt-static-page .lapt-card { margin: 0; }
.lapt-static-page .lapt-method-card { display: flex; align-items: flex-start; gap: 20px; height: auto; margin-bottom: 18px; padding: 24px; }
.lapt-static-page .lapt-method-card .lapt-icon-badge { flex: 0 0 62px; margin: 0; }
.lapt-static-page .lapt-method-card h3 { margin-bottom: 8px; }
.lapt-static-page .lapt-method-card p { margin-bottom: 0; }
.lapt-static-page .lapt-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 22px; }
.lapt-static-page .lapt-text-link { color: var(--lapt-olive-dark); font-size: .9rem; font-weight: 750; }
.lapt-static-page .lapt-check-list { margin: 24px 0 30px; padding: 0; list-style: none; }
.lapt-static-page .lapt-check-list li { position: relative; margin-bottom: 12px; padding-left: 30px; }
.lapt-static-page .lapt-check-list li::before { position: absolute; top: 1px; left: 0; color: var(--lapt-terracotta); content: "✓"; font-weight: 900; }
.lapt-static-page .lapt-notice { margin: 28px 0; padding: 20px 24px; border-left: 4px solid var(--lapt-terracotta); border-radius: 0 16px 16px 0; background: var(--lapt-sand); }
.lapt-static-page .lapt-price-featured { border: 2px solid var(--lapt-terracotta); transform: translateY(-8px); }
.lapt-static-page .lapt-center { text-align: center; }
.lapt-static-page .lapt-center > p { max-width: 760px; margin-right: auto; margin-left: auto; }
.lapt-static-page .lapt-top-space { margin-top: 34px; }
.lapt-static-page .lapt-section--olive .lapt-eyebrow { color: #efb28f; }
.lapt-static-page .lapt-section--olive .lapt-button { color: var(--lapt-olive-dark) !important; background: #fff; }
.lapt-static-page .lapt-section--olive .lapt-button:hover { color: #fff !important; background: var(--lapt-terracotta); }

.lapt-footer { padding: 76px 24px 22px; color: rgba(255,255,255,.86); background: var(--lapt-olive-dark); }
.lapt-footer h2 { color: #fff; font-size: 1.35rem; }
.lapt-footer a { color: #fff; }
.lapt-footer__grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 54px; width: min(1180px, 100%); margin: 0 auto; }
.lapt-footer__brand img { width: 118px; height: 118px; margin-bottom: 16px; border-radius: 50%; object-fit: cover; }
.lapt-footer__brand p { max-width: 390px; }
.lapt-footer-menu, .lapt-contact-list { margin: 0; padding: 0; list-style: none; }
.lapt-footer-menu li, .lapt-contact-list li { margin-bottom: 9px; }
.lapt-footer__bottom { display: flex; justify-content: space-between; width: min(1180px, 100%); margin: 54px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: .83rem; }
.lapt-footer__bottom p { margin: 0; }
.lapt-footer__bottom a { color: #fff; font-weight: 800; text-decoration: none; }
.lapt-footer__bottom a:hover { text-decoration: underline; }
.lapt-404 { min-height: 60vh; text-align: center; }

@media (max-width: 1024px) {
  .lapt-menu-toggle { display: block; }
  .lapt-navigation { position: absolute; top: 92px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 20px; padding: 28px 24px 34px; border-bottom: 1px solid var(--lapt-border); background: var(--lapt-cream); box-shadow: 0 20px 40px rgba(61,51,37,.12); }
  .lapt-navigation.is-open { display: flex; }
  .lapt-menu { flex-direction: column; align-items: stretch; gap: 6px; }
  .lapt-menu a { display: block; padding: 10px 4px; }
  .lapt-header-cta { width: 100%; }
  .lapt-footer__grid { grid-template-columns: 1fr 1fr; }
  .lapt-static-page .lapt-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  body.admin-bar .lapt-header { top: 46px; }
  .lapt-header__inner { width: calc(100% - 28px); min-height: 76px; }
  .lapt-brand img, .lapt-brand .custom-logo { width: 66px; height: 66px; }
  .lapt-navigation { top: 76px; }
  .elementor .lapt-section { padding-right: 18px; padding-left: 18px; }
  .elementor .lapt-hero { min-height: auto; padding-right: 18px; padding-left: 18px; background: linear-gradient(160deg, #fbf5eb 0%, #fbf5eb 68%, #e9dfd1 68%); }
  .elementor .lapt-hero-image img { max-height: 440px; border-radius: 160px 160px 28px 28px; }
  .elementor .lapt-card, .elementor .lapt-price-card { padding: 26px 22px; }
  .lapt-static-page .lapt-two, .lapt-static-page .lapt-three, .lapt-static-page .lapt-four { grid-template-columns: 1fr; }
  .lapt-static-page .lapt-static-hero-image { max-height: 470px; border-radius: 160px 160px 28px 28px; }
  .lapt-static-page .lapt-price-featured { transform: none; }
  .lapt-footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .lapt-footer__bottom { flex-direction: column; gap: 8px; }
  .lapt-content-wrap { width: calc(100% - 28px); padding: 54px 0; }
}

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