.elementor-30 .elementor-element.elementor-element-a48c52b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-b83dfd3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-d597023{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-30 .elementor-element.elementor-element-a48c52b{--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-b83dfd3{--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-d597023{--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-69e10d9 *//* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', system-ui, sans-serif; background: #fdf9f4; color: #1c1c1e; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { font-family: 'DM Sans', system-ui, sans-serif; cursor: pointer; border: none; }

/* ── TOKENS ── */
:root {
  --navy: #0f1f45;
  --navy2: #1a2f5a;
  --orange: #e8650a;
  --orange2: #f07830;
  --teal: #0d7c6b;
  --teal2: #0f9880;
  --sage: #6b8f71;
  --cream: #fdf9f4;
  --warm: #f5ede0;
  --warm2: #ffeee0;
  --gold: #c8993a;
  --ink: #1c1c1e;
  --ink2: #3d3d3d;
  --ink3: #6b6b6b;
  --line: #e8e2d9;
  --white: #ffffff;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(15,31,69,.08);
  --shadow2: 0 8px 40px rgba(15,31,69,.14);
}

/* ── UTILITIES ── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; }
.section-title { font-family: var(--serif); font-size: clamp(26px, 3.5vw, 40px); color: var(--navy); font-weight: 600; line-height: 1.2; margin-bottom: 8px; }
.section-sub { font-size: 15px; color: var(--ink3); line-height: 1.65; }
.btn { display: inline-block; font-family: var(--sans); font-size: 14px; font-weight: 600; padding: 13px 26px; border-radius: 8px; transition: all .22s ease; cursor: pointer; border: none; }
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange2); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(232,101,10,.3); }
.btn-outline { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; transform: translateY(-1px); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.btn-teal { background: var(--teal); color: #fff; }
.btn-teal:hover { background: var(--teal2); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(13,124,107,.3); }
.btn-sm { font-size: 12px; padding: 8px 16px; border-radius: 6px; }
.btn-wa { background: #25d366; color: #fff; }
.btn-wa:hover { background: #1fb857; transform: translateY(-1px); }
.btn-ghost { background: var(--warm); color: var(--ink2); border: 1px solid var(--line); }
.btn-ghost:hover { background: var(--line); transform: translateY(-1px); }

/* ── NAVIGATION ── */
.nav { position: sticky; top: 0; z-index: 300; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); padding: 0 24px; transition: border-color .3s, box-shadow .3s; }
.nav.scrolled { box-shadow: 0 2px 16px rgba(15,31,69,.06); }
.nav-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 64px; position: relative; }
.nav-logo { justify-self: start; font-family: var(--serif); font-size: 24px; font-weight: 600; color: var(--navy); letter-spacing: -.01em; }
.nav-links { display: flex; gap: 32px; list-style: none; align-items: center; justify-self: center; margin: 0; padding: 0; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--ink2); transition: color .18s; position: relative; text-decoration: none; }
.nav-links a::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 2px; background: var(--orange); border-radius: 2px; transform: scaleX(0); transition: transform .2s; }
.nav-links a:hover { color: var(--navy); }
.nav-links a:hover::after { transform: scaleX(1); }
#navCta { justify-self: end; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .25s ease, visibility .25s ease; }
.nav-ham { justify-self: end; display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-ham span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; transition: all .2s; }

.nav-dropdown { position: relative; }
.nav-dropdown > a { display: flex; align-items: center; gap: 4px; cursor: pointer; }
.nav-dropdown > a .chev { display: inline-block; width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s; margin-top: 1px; }
.nav-dropdown:hover > a .chev { transform: rotate(-135deg) translateY(-2px); }
.nav-dropdown::after { content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 24px; background: transparent; }
.nav-dropdown-menu { position: absolute; top: calc(100% + 18px); left: 50%; transform: translateX(-50%) translateY(8px); background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,.10), 0 4px 16px rgba(0,0,0,.06); padding: 8px; min-width: 300px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .22s ease, transform .22s ease, visibility .22s; }
.nav-dropdown-menu::before { content: ''; position: absolute; top: -7px; left: 50%; transform: translateX(-50%) rotate(45deg); width: 12px; height: 12px; background: #fff; border-left: 1px solid var(--line); border-top: 1px solid var(--line); border-radius: 2px 0 0 0; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-dropdown-item { display: flex; align-items: center; gap: 14px; padding: 11px 14px; border-radius: 10px; text-decoration: none; transition: background .15s; cursor: pointer; }
.nav-dropdown-item:hover { background: #fdf6f0; }
.nav-dropdown-item:hover .dd-title { color: var(--orange); }
.dd-icon { width: 38px; height: 38px; border-radius: 10px; background: #fff5ee; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; transition: background .15s; }
.nav-dropdown-item:hover .dd-icon { background: #ffe8d6; }
.dd-text { display: flex; flex-direction: column; gap: 1px; }
.dd-title { font-size: 13.5px; font-weight: 600; color: var(--navy); transition: color .15s; line-height: 1.2; }
.dd-desc { font-size: 11.5px; color: var(--ink2); opacity: .75; line-height: 1.3; }
.dd-divider { height: 1px; background: var(--line); margin: 6px 14px; }

.nav-mobile { display: none; background: #fff; border-bottom: 1px solid var(--line); padding: 16px 24px; }
.nav-mobile.open { display: block; }
.nav-mobile a { display: block; font-size: 15px; font-weight: 500; padding: 10px 0; color: var(--ink2); border-bottom: 1px solid var(--line); text-decoration: none; }
.nav-mobile a:last-child { border: none; }
.nav-mobile .btn { margin-top: 12px; width: 100%; text-align: center; }
.mob-services-toggle { display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; }
.mob-services-toggle .chev-mob { display: inline-block; width: 9px; height: 9px; border-right: 2px solid var(--ink2); border-bottom: 2px solid var(--ink2); transform: rotate(45deg); transition: transform .2s; }
.mob-services-toggle.active .chev-mob { transform: rotate(-135deg); }
.mob-services-list { display: none; padding: 4px 0 4px 12px; }
.mob-services-list.open { display: block; }
.mob-services-list a { font-size: 13.5px !important; padding: 8px 0 !important; color: var(--ink2) !important; border-bottom: none !important; display: flex !important; align-items: center; gap: 8px; }
.mob-services-list a span.ms-icon { font-size: 15px; }

/* ── HERO BANNER ── */
.page-hero-banner { position: relative; z-index: 1; width: 100%; margin-top: -50px; padding: 0; }
.page-hero-banner-img { display: block; width: fit-content; height: fit-content; object-fit: cover; object-position: center top; }

/* ── TRUST STRIP ── */
.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-strip-inner { max-width: 1160px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 28px 20px; border-right: 1px solid var(--line); gap: 4px; }
.trust-item:last-child { border-right: none; }
.trust-num { font-family: var(--serif); font-size: 34px; font-weight: 600; color: var(--navy); line-height: 1; letter-spacing: -0.02em; }
.trust-num span { color: var(--orange); font-style: italic; }
.trust-label { font-size: 13px; font-weight: 600; color: var(--navy); }
.trust-sub { font-size: 11.5px; color: var(--ink3); line-height: 1.5; max-width: 140px; }

/* ── MAIN CONTACT LAYOUT ── */
.contact-main { padding: 64px 0 80px; }
.contact-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; align-items: start; }

/* ── FORM CARD ── */
.form-card { background: var(--white); border-radius: 16px; border: 1px solid var(--line); padding: 36px 32px; box-shadow: var(--shadow); }
.form-card-header { margin-bottom: 28px; }
.form-card-header h2 { font-family: var(--serif); font-size: 24px; color: var(--navy); font-weight: 600; margin-bottom: 6px; }
.form-card-header p { font-size: 14px; color: var(--ink3); line-height: 1.6; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--ink3); margin-bottom: 6px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; background: var(--cream); border: 1.5px solid var(--line); border-radius: 8px; padding: 12px 14px; font-family: var(--sans); font-size: 14px; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s, background .2s; appearance: none; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(232, 101, 10, .1); background: var(--white); }
.form-group textarea { resize: vertical; min-height: 110px; line-height: 1.65; }
.form-group select {
  width: 100%;
  background: var(--cream);
  border: 1.5px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
  padding-right: 36px;
  cursor: pointer;
  line-height: 1.2;
  height: auto;
}
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-submit { width: 100%; padding: 14px; font-size: 15px; font-weight: 600; border-radius: 10px; margin-top: 4px; }
.form-note { font-size: 11px; color: var(--ink3); text-align: center; margin-top: 10px; line-height: 1.55; }
.form-note a { color: var(--teal); font-weight: 600; }

/* interest chips in form */
.form-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.form-chip { font-size: 12px; font-weight: 600; padding: 7px 16px; border-radius: 24px; border: 1.5px solid var(--line); color: var(--ink3); background: var(--cream); cursor: pointer; transition: all .18s; user-select: none; }
.form-chip:hover { border-color: var(--teal); color: var(--teal); }
.form-chip.active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ── RIGHT SIDEBAR ── */
.contact-sidebar { display: flex; flex-direction: column; gap: 20px; }

/* info card */
.info-card { background: var(--white); border-radius: 16px; border: 1px solid var(--line); padding: 28px; box-shadow: var(--shadow); }
.info-card h3 { font-family: var(--serif); font-size: 18px; color: var(--navy); font-weight: 600; margin-bottom: 18px; }
.info-row { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.info-row:last-child { border-bottom: none; padding-bottom: 0; }
.info-row:first-of-type { padding-top: 0; }
.info-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--warm2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 18px; }
.info-text {}
.info-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--ink3); margin-bottom: 3px; }
.info-value { font-size: 14px; font-weight: 600; color: var(--navy); line-height: 1.4; }
.info-sub { font-size: 12px; color: var(--ink3); margin-top: 2px; }

/* social card */
.social-card { background: var(--navy); border-radius: 16px; padding: 24px; text-align: center; }
.social-card h4 { font-family: var(--serif); font-size: 17px; color: #fff; font-weight: 600; margin-bottom: 6px; }
.social-card p { font-size: 13px; color: rgba(255,255,255,.55); margin-bottom: 18px; line-height: 1.55; }
.social-icons { display: flex; justify-content: center; gap: 10px; margin-bottom: 16px; }
.soc-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.7); font-size: 15px; transition: all .2s; text-decoration: none; }
.soc-icon:hover { background: var(--orange); border-color: var(--orange); color: #fff; transform: translateY(-2px); }
.wa-join-btn { display: inline-flex; align-items: center; gap: 8px; background: #25d366; color: #fff; font-size: 13px; font-weight: 700; padding: 11px 22px; border-radius: 8px; transition: all .2s; text-decoration: none; }
.wa-join-btn:hover { background: #1fb857; transform: translateY(-1px); }

/* hours card */
.hours-card { background: var(--cream); border-radius: 16px; border: 1px solid var(--line); padding: 24px; }
.hours-card h4 { font-family: var(--serif); font-size: 17px; color: var(--navy); font-weight: 600; margin-bottom: 14px; }
.hours-row { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.hours-row:last-child { border-bottom: none; }
.hours-day { font-weight: 600; color: var(--navy); }
.hours-time { color: var(--ink3); }
.hours-time.closed { color: #e84040; font-weight: 600; }
.hours-badge { display: inline-block; font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 10px; background: #e6f9ef; color: #0d7c6b; margin-left: 6px; }

/* ── FAQ ── */
.faq-section { background: var(--white); padding: 64px 0 80px; border-top: 1px solid var(--line); }
.faq-header { text-align: center; margin-bottom: 40px; }
.faq-header .section-sub { max-width: 480px; margin: 0 auto; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.faq-item { background: var(--cream); border-radius: 12px; border: 1px solid var(--line); overflow: hidden; transition: box-shadow .2s; align-self: start; }
.faq-item.open { box-shadow: var(--shadow); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; gap: 12px; user-select: none; }
.faq-q-text { font-size: 14px; font-weight: 600; color: var(--navy); line-height: 1.4; }
.faq-chevron { width: 20px; height: 20px; border-radius: 50%; background: var(--line); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .25s; }
.faq-item.open .faq-chevron { background: var(--orange); transform: rotate(180deg); }
.faq-chevron svg { width: 10px; height: 10px; stroke: var(--ink3); transition: stroke .25s; }
.faq-item.open .faq-chevron svg { stroke: #fff; }
.faq-a { display: none; padding: 0 20px 18px; font-size: 13.5px; color: var(--ink3); line-height: 1.7; }
.faq-item.open .faq-a { display: block; }

/* ── MAP STRIP ── */
.map-section { background: var(--cream); border-top: 1px solid var(--line); padding: 56px 0; }
.map-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 32px; align-items: center; }
.map-info h3 { font-family: var(--serif); font-size: 22px; color: var(--navy); font-weight: 600; margin-bottom: 10px; }
.map-info p { font-size: 14px; color: var(--ink3); line-height: 1.7; margin-bottom: 20px; }
.map-address { display: flex; align-items: flex-start; gap: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; margin-bottom: 18px; }
.map-pin { width: 36px; height: 36px; border-radius: 9px; background: var(--warm2); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.map-addr-text { font-size: 14px; color: var(--navy); line-height: 1.6; font-weight: 500; }
.map-addr-text span { display: block; font-size: 12px; color: var(--ink3); font-weight: 400; margin-top: 2px; }
.map-embed { border-radius: 14px; overflow: hidden; height: 300px; border: 1px solid var(--line); box-shadow: var(--shadow); position: relative; }
.map-embed iframe { width: 100%; height: 100%; border: none; display: block; }
.map-embed-ph { width: 100%; height: 100%; background: linear-gradient(135deg, #e8e2d9 0%, #d4cfc8 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; font-family: var(--sans); }
.map-embed-ph .map-dot { width: 16px; height: 16px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(232,101,10,.2), 0 0 0 8px rgba(232,101,10,.1); animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(232,101,10,.2), 0 0 0 8px rgba(232,101,10,.1); } 50% { box-shadow: 0 0 0 6px rgba(232,101,10,.25), 0 0 0 14px rgba(232,101,10,.07); } }
.map-embed-ph p { font-size: 13px; color: var(--ink3); font-weight: 500; }
.map-embed-ph small { font-size: 11px; color: var(--ink3); opacity: .7; }

/* ── FINAL CTA ── */
.final-cta-section { background: linear-gradient(135deg, var(--teal) 0%, #0a5c4e 100%); padding: 72px 24px; text-align: center; position: relative; overflow: hidden; }
.final-cta-section::before { content: ''; position: absolute; top: -50px; right: -50px; width: 280px; height: 280px; border-radius: 50%; background: rgba(255,255,255,.05); }
.final-cta-section::after { content: ''; position: absolute; bottom: -60px; left: -40px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,.04); }
.final-cta-section>* { position: relative; }
.final-cta-section h2 { font-family: var(--serif); font-size: clamp(26px, 4vw, 44px); color: #fff; font-weight: 600; margin-bottom: 12px; }
.final-cta-section p { font-size: 16px; color: rgba(255,255,255,.75); max-width: 540px; margin: 0 auto 30px; line-height: 1.7; }

/* ── FOOTER ── */
.footer { background: var(--navy); padding: 64px 24px 0; }
.footer-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-logo { font-family: var(--serif); font-size: 28px; color: #fff; font-weight: 600; margin-bottom: 12px; }
.footer-logo img { height: 100px; width: auto; display: block; }
.footer-desc { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.75; margin-bottom: 20px; max-width: 260px; }
.footer-socials { display: flex; gap: 10px; margin-bottom: 14px; }
.footer-wa-link { font-size: 13px; color: rgba(255,255,255,.5); display: flex; align-items: center; gap: 7px; transition: color .18s; margin-top: 4px; }
.footer-wa-link:hover { color: #25d366; }
.footer-col { padding-top: 50px; }
.footer-col h5 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: rgba(255,255,255,.4); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 16px; color: rgba(255,255,255,.55); margin-bottom: 10px; transition: color .18s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { max-width: 1160px; margin: 0 auto; padding: 18px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom span { font-size: 12px; color: rgba(255,255,255,.3); }
.footer-bottom a { font-size: 12px; color: rgba(255,255,255,.4); transition: color .18s; }
.footer-bottom a:hover { color: #fff; }

/* ── CLOSING STRIP ── */
.closing { background: #060d1a; padding: 26px 24px; }
.closing-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 20px; }
.closing-brand { font-family: var(--serif); font-size: 24px; color: #fff; font-weight: 600; }
.closing-quote { text-align: center; font-family: var(--serif); font-size: 14px; font-style: italic; color: rgba(255,255,255,.45); line-height: 1.65; }
.closing-quote em { color: var(--orange); font-style: normal; font-weight: 600; }
.closing-right { text-align: right; }
.closing-name { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.closing-creds { font-size: 11px; color: rgba(255,255,255,.4); line-height: 1.65; margin-bottom: 10px; }
.closing-phone { display: inline-block; font-size: 12px; font-weight: 600; color: var(--gold); border: 1px solid rgba(200,153,58,.4); padding: 6px 16px; border-radius: 20px; transition: all .2s; }
.closing-phone:hover { background: rgba(200,153,58,.15); color: #e8b840; }

/* success state */
.form-success { display: none; text-align: center; padding: 32px 20px; }
.form-success .success-icon { width: 64px; height: 64px; border-radius: 50%; background: #e6f9ef; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 28px; }
.form-success h3 { font-family: var(--serif); font-size: 22px; color: var(--navy); margin-bottom: 8px; }
.form-success p { font-size: 14px; color: var(--ink3); line-height: 1.65; margin-bottom: 20px; }

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
  .contact-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .map-grid { grid-template-columns: 1fr; }
}
@media(max-width:768px) {
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .closing-inner { grid-template-columns: 1fr; text-align: center; }
  .closing-right { text-align: center; }
  .form-row-2 { grid-template-columns: 1fr; }
}
@media(max-width:640px) {
  .nav-links, .nav>.btn { display: none; }
  .nav-ham { display: flex; }
  .quick-contact-inner { gap: 0; }
  .qc-pill { padding: 14px 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
}

.closing-accent { color: #e07b3c; }

/* Scoped Form Styles Container */
.custom-form-wrapper {
  --navy: #0f1f45;
  --orange: #e8650a;
  --orange2: #f07830;
  --teal: #0d7c6b;
  --cream: #fdf9f4;
  --line: #e8e2d9;
  --white: #ffffff;
  --ink: #1c1c1e;
  --ink3: #6b6b6b;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
  
  font-family: var(--sans);
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.custom-form-wrapper .form-card {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid var(--line);
  padding: 24px 24px;
  box-shadow: 0 4px 20px rgba(15,31,69,.06);
}

.custom-form-wrapper .form-card-header {
  margin-bottom: 18px;
}

.custom-form-wrapper .form-card-header h2 {
  font-family: var(--serif);
  font-size: 21px;
  color: var(--navy);
  font-weight: 600;
  margin: 0 0 4px 0;
}

.custom-form-wrapper .form-card-header p {
  font-size: 13px;
  color: var(--ink3);
  line-height: 1.5;
  margin: 0;
}

.custom-form-wrapper .form-group {
  margin-bottom: 12px;
}

.custom-form-wrapper .form-group label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--ink3);
  margin-bottom: 4px;
}

/* CF7 wrapping targets */
.custom-form-wrapper .form-group .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Compact Inputs, Textareas, and Selects */
.custom-form-wrapper .form-group input.wpcf7-text,
.custom-form-wrapper .form-group input.wpcf7-tel,
.custom-form-wrapper .form-group textarea.wpcf7-textarea,
.custom-form-wrapper .form-group select.wpcf7-select {
  width: 100%;
  background: var(--cream);
  border: 1.5px solid var(--line);
  border-radius: 6px;
  padding: 8px 12px;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink);
  outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
  box-sizing: border-box;
}

.custom-form-wrapper .form-group input.wpcf7-text:focus,
.custom-form-wrapper .form-group input.wpcf7-tel:focus,
.custom-form-wrapper .form-group textarea.wpcf7-textarea:focus,
.custom-form-wrapper .form-group select.wpcf7-select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(232,101,10,.08);
  background: var(--white);
}

.custom-form-wrapper .form-group textarea.wpcf7-textarea {
  resize: vertical;
  min-height: 80px;
  line-height: 1.5;
}

.custom-form-wrapper .form-group select.wpcf7-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 11px;
  padding-right: 32px;
  cursor: pointer;
}

.custom-form-wrapper .form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* Compact CF7 Submit Button */
.custom-form-wrapper input.wpcf7-submit {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 6px;
  background: var(--orange);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background .22s ease, transform .22s ease;
  appearance: none;
  -webkit-appearance: none;
}

.custom-form-wrapper input.wpcf7-submit:hover {
  background: var(--orange2);
  transform: translateY(-1px);
}

.custom-form-wrapper .form-note {
  font-size: 11px;
  color: var(--ink3);
  text-align: center;
  margin-top: 8px;
  line-height: 1.5;
}

.custom-form-wrapper .form-note a {
  color: var(--teal);
  font-weight: 600;
  text-decoration: none;
}

/* Styling Native CF7 Success/Error Banners */
.custom-form-wrapper .wpcf7-response-output {
  margin: 12px 0 0 0 !important;
  padding: 10px 12px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  text-align: center;
  font-family: var(--sans);
}

.custom-form-wrapper .wpcf7-status-mail-sent {
  border: 1px solid #c3e6cb !important;
  background-color: #d4edda !important;
  color: #155724 !important;
}

.custom-form-wrapper .wpcf7-status-validation-failed, 
.custom-form-wrapper .wpcf7-status-aborted {
  border: 1px solid #f5c6cb !important;
  background-color: #f8d7da !important;
  color: #721c24 !important;
}

@media(max-width: 768px) {
  .custom-form-wrapper .form-row-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
/* ── COMPACT FIXED FORM OVERRIDES ── */

/* Remove default dynamic vertical break lines injected by WP/CF7 inside your form container */
#formWrap br,
#formWrap p > br,
#formWrap .wpcf7-form-control-wrap + br {
  display: none !important;
}

/* Enforce tight structure rules on form groups */
#formWrap .form-group {
  margin-bottom: 8px !important; /* Extremely tight clean row layout */
}

#formWrap .form-group label {
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
  color: var(--ink3) !important;
  margin-bottom: 3px !important; /* Compressed distance between text labels and field inputs */
}

/* Eliminate empty margin offsets around the dynamic CF7 elements */
#formWrap .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Tighten inner block input spacing profiles */
#formWrap input.wpcf7-text,
#formWrap input.wpcf7-tel,
#formWrap select.wpcf7-select,
#formWrap textarea.wpcf7-textarea {
  width: 100% !important;
  background: var(--cream) !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 6px !important;
  padding: 8px 12px !important; /* Clean snug internal fields */
  font-family: var(--sans) !important;
  font-size: 13px !important;
  color: var(--ink) !important;
  outline: none !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

#formWrap textarea.wpcf7-textarea {
  min-height: 70px !important; /* Slim field layout height */
  resize: vertical !important;
}

/* Realign splitting grid properties cleanly */
#formWrap .form-row-2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  margin-bottom: 0 !important;
}

/* Align and fix submit triggering spacing */
#formWrap input.wpcf7-submit {
  width: 100% !important;
  padding: 10px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  margin-top: 6px !important;
  background: var(--orange) !important;
  color: #fff !important;
  border: none !important;
  cursor: pointer !important;
  transition: background .22s ease, transform .22s ease !important;
}

#formWrap input.wpcf7-submit:hover {
  background: var(--orange2) !important;
}

#formWrap .form-note {
  font-size: 11px !important;
  margin-top: 6px !important;
}

@media(max-width: 560px) {
  #formWrap .form-row-2 {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
}/* End custom CSS */