.elementor-47191 .elementor-element.elementor-element-undefined-065ae1f{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:80px 80px;--row-gap:80px;--column-gap:80px;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-47191 .elementor-element.elementor-element-undefined-065ae1f:not(.elementor-motion-effects-element-type-background), .elementor-47191 .elementor-element.elementor-element-undefined-065ae1f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDE5DA;}.elementor-47191 .elementor-element.elementor-element-undefined-4bcfd39{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:24px 24px;--row-gap:24px;--column-gap:24px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-47191 .elementor-element.elementor-element-undefined-4bcfd39{--content-width:1180px;}}@media(max-width:1024px){.elementor-47191 .elementor-element.elementor-element-undefined-065ae1f{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:32px 32px;--row-gap:32px;--column-gap:32px;--padding-top:48px;--padding-bottom:48px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-47191 .elementor-element.elementor-element-undefined-065ae1f{--min-height:0vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:16px;--padding-bottom:16px;--padding-left:16px;--padding-right:16px;}.elementor-47191 .elementor-element.elementor-element-undefined-4bcfd39{--padding-top:16px;--padding-bottom:16px;--padding-left:16px;--padding-right:16px;}}/* Start custom CSS for html, class: .elementor-element-3cf5590 */:root {
    --burgundy: #c3909c;
    --burgundy-dark: #c3909c;
    --burgundy-soft: #c3909c;
    --beige: #F5EEE3;
    --beige-light: #FAF5EC;
    --blush: #FFFFFF;
    --blush-soft: #FFFFFF;
    --white-card: #FFFFFF;
    --text-dark: #2B1810;
    --text-muted: #5a5a5a;
    --accent-gold: #5a5a5a;
    --border: #E5D7C3;
  }
  
  body {
    font-family: 'DM Sans', system-ui, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
  }
  
  h1, h2, h3, .serif {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 400;
	line-height: 1.1;
  }
  
 
  .hero {
    background: var(--burgundy);
    color: white;
    border-radius: 20px;
    margin: 16px 0 32px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    min-height: 560px;
  }
  
  .hero-content {
    padding: 72px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .eyebrow {
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--blush);
    margin-bottom: 24px;
  }
  
  .hero h1 { font-size: 56px; line-height: 1.1; margin-bottom: 24px; letter-spacing: -1px; }
  .hero p.subtitle { font-size: 17px; color: var(--blush-soft); max-width: 460px; line-height: 1.6; }
  
  .btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 26px; border-radius: 999px;
    text-decoration: none; font-size: 15px; font-weight: 500;
    transition: transform 0.15s;
  }
  .btn:hover { transform: translateY(-2px); }
  .btn-primary { background: white; color: var(--burgundy); }
  .btn-secondary { background: rgba(255,255,255,0.12); color: white; border: 1px solid rgba(255,255,255,0.28); }
  
  .hero-trust { margin-top: 28px; display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--blush); }
 
  .hero-image {
    position: relative;
    overflow: hidden;
    background: var(--burgundy-dark);
  }
  
  .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .hero-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(63,17,18,0.3) 0%, rgba(63,17,18,0.05) 100%);
  }
  
  .hero-quote-overlay {
    position: absolute;
    bottom: 30px; left: 30px; right: 30px;
    background: #c3909c8f;
    backdrop-filter: blur(10px);
    padding: 24px 28px;
    border-radius: 14px;
    z-index: 2;
    color: white;
    border: 1px solid rgba(232,201,192,0.2);
  }
  
  .hero-quote-overlay blockquote { font-family: Georgia, serif; font-style: italic; font-size: 16px; line-height: 1.5; margin: 0 0 10px 0; }
  .hero-quote-overlay cite { font-style: normal; font-size: 12px; color: var(--blush); letter-spacing: 1px; text-transform: uppercase; }
  

  .here-section {
    position: relative;
    padding: 100px 0 60px;
    overflow: hidden;
  }

  
  .here-inner {
    position: relative;
    z-index: 1;
  }
  
  .here-section .section-header {
    text-align: center;
    margin: 0 0 64px;
    position: relative;
  }
  
  .here-section .section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--accent-gold);
    font-weight: 500;
    margin-bottom: 20px;
  }
  
  .here-section .section-label::before,
  .here-section .section-label::after {
    content: '';
    width: 32px;
    height: 1px;
    background: var(--accent-gold);
    opacity: 0.5;
  }
  
  .here-section .section-header h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 52px;
    color: var(--burgundy);
    letter-spacing: -1px;
    line-height: 1.15;
    margin-bottom: 18px;
    font-weight: 400;
  }
  
  .here-section .section-header h2 em {
    font-style: italic;
    color: var(--burgundy-soft);
    position: relative;
    display: inline-block;
  }
  
  .here-section .section-header h2 em::after {
    content: '';
    position: absolute;
    bottom: 2px; left: 0; right: 0;
    height: 8px;
    background: var(--blush);
    opacity: 0.6;
    z-index: -1;
    border-radius: 4px;
  }
  
  .here-section .section-subtitle {
    color: var(--text-muted);
    font-size: 17px;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
  }
  

  .here-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: start;
  }
  
  .here-grid > .here-card:nth-child(2) {
    transform: translateY(40px);
  }
  

  .here-card {
    background: var(--white-card);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(92,26,27,0.06);
    cursor: pointer;
    border: 1px solid rgba(229, 215, 195, 0.5);
  }
  
  .here-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 24px 50px rgba(92,26,27,0.18);
  }
  
  .here-grid > .here-card:nth-child(2):hover {
    transform: translateY(28px);
  }
  
  .here-img-wrap {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: var(--blush-soft);
  }
  
  .here-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  }
  
  .here-card:hover .here-img-wrap img {
    transform: scale(1.08);
  }
  
  .here-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(63,17,18,0.45) 100%);
    pointer-events: none;
  }
  
  .img-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
    color: var(--burgundy);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
  }
  
  .img-tag .dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--burgundy);
    animation: pulse 2s infinite;
  }
  
  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.4); }
  }
  
  .here-number {
    position: absolute;
    top: -28px;
    left: 32px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--white-card);
    box-shadow: 0 8px 24px rgba(92,26,27,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border: 4px solid var(--white-card);
    transition: all 0.4s;
  }
  
  .here-card:hover .here-number {
    transform: rotate(-8deg) scale(1.08);
  }
  
  .here-number-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--blush-soft);
    color: var(--burgundy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 500;
    transition: all 0.4s;
  }
  
  .here-card:hover .here-number-inner {
    background: var(--burgundy);
    color: var(--blush);
  }
  
  .here-body {
    padding: 48px 32px 32px;
    position: relative;
  }
  
  .here-category {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent-gold);
    font-weight: 500;
    margin-bottom: 12px;
  }
  
  .here-card p.here-text {
    font-size: 17px;
    color: var(--text-dark);
    line-height: 1.6;
    margin-bottom: 24px;
  }
  
  .here-card p.here-text strong {
    color: var(--burgundy);
    font-weight: 500;
    background: linear-gradient(transparent 65%, var(--blush-soft) 65%);
    padding: 0 2px;
  }
  
  .here-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--burgundy);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding-top: 20px;
    border-top: 1px solid var(--border);
    width: 100%;
    transition: gap 0.3s;
  }
  
  .here-cta:hover { gap: 14px; }
  
  .here-cta .arrow-icon {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--beige);
    display: flex; align-items: center; justify-content: center;
    transition: all 0.3s;
    margin-left: auto;
    color: var(--burgundy);
  }
  
  .here-card:hover .arrow-icon {
    background: var(--burgundy);
    color: white;
    transform: translateX(4px);
  }
  
 
  .section-header { text-align: center; margin: 80px 0 40px; }
  .section-label { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--accent-gold); margin-bottom: 14px; }
  .section-header h2 { font-size: 40px; color: var(--burgundy); letter-spacing: -0.5px; }
  

  .reach-section {
    background: var(--beige-light);
    border-radius: 20px;
    padding: 60px 50px;
    margin-top: 40px;
    border: 1px solid var(--border);
  }
  
  .reach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
  
  .reach-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 32px 28px;
    text-decoration: none;
    color: inherit;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  
  .reach-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(92,26,27,0.12); }
  .reach-card.featured { background: var(--burgundy); color: white; border-color: var(--burgundy); }
  
  .reach-icon {
    width: 52px; height: 52px;
    border-radius: 50%;
    background: var(--beige);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    color: var(--burgundy);
  }
  
  .reach-card.featured .reach-icon { background: rgba(255,255,255,0.15); color: white; }
  
  .reach-pill {
    position: absolute; top: 28px; right: 24px;
    font-size: 10px; font-weight: 500;
    text-transform: uppercase; letter-spacing: 0.5px;
    padding: 5px 10px; border-radius: 999px;
    background: var(--blush-soft); color: var(--burgundy);
  }
  
  .reach-card.featured .reach-pill { background: rgba(255,255,255,0.2); color: white; }
  
  .reach-card h3 {font-size: 19px;font-weight: 500;margin-bottom: 8px;}
  .reach-card p { font-size: 14px; opacity: 0.85; margin-bottom: 18px; }
  .reach-link { font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; gap: 6px; }
  
  .confidential-bar {
    margin-top: 32px; text-align: center;
    padding: 14px; background: white;
    border-radius: 999px; border: 1px solid var(--border);
    font-size: 14px; color: var(--text-dark);
  }
  
  .services-split {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px; align-items: center;
    margin-top: 40px;
  }
  
  .services-visual {
    border-radius: 20px;
    overflow: hidden;
    height: 480px;
    position: relative;
    background: var(--blush-soft);
  }
  
  .services-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .services-intro h2 { font-size: 38px; color: var(--burgundy); margin-bottom: 18px; letter-spacing: -0.5px; }
  .services-intro .section-label { text-align: left; margin-bottom: 14px; }
  .services-intro p { color: var(--text-dark); font-size: 16px; margin-bottom: 24px; line-height: 1.7; }
  
  .services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 24px; }
  
  .service-item {
    background: var(--white-card);
    border: 1px solid var(--border);
    padding: 18px; border-radius: 12px;
    transition: transform 0.15s;
  }
  
  .service-item a {
    display: flex;
    align-items: center;
    gap: 14px;
}
  
  .service-item:hover { transform: translateY(-2px); border-color: var(--accent-gold); }
  
  .service-icon {
    width: 38px; height: 38px;
    background: var(--beige); color: var(--burgundy);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  
  .service-item span.label {font-size: 14px;font-weight: 500;color: var(--text-dark);}
  
  .services-tag {
    display: inline-block;
    background: var(--blush-soft);
    border: 1px solid var(--border);
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 13px; color: var(--burgundy); font-weight: 500;
  }
  
  .cta-strip {
    background: var(--burgundy);
    color: white;
    border-radius: 20px;
    padding: 0;
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    overflow: hidden;
  }
  
  .cta-content { padding: 60px 50px; display: flex; flex-direction: column; justify-content: center; }
  .cta-strip h2 { font-size: 36px; line-height: 1.2; margin-bottom: 12px; }
  .cta-strip p { color: var(--blush-soft); font-size: 16px; margin-bottom: 28px; }
  .cta-strip-actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
  
  .cta-visual {
    min-height: 320px;
    overflow: hidden;
    position: relative;
    background: var(--burgundy-dark);
  }
  
  .cta-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .cta-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--burgundy) 0%, transparent 50%);
  }
  
  .footer-cus {
    margin-top: 80px;
    padding: 40px 0;
    border-top: 1px solid var(--border);
    text-align: center;
    font-size: 14px;
    color: var(--text-muted);
  }
  
  .footer-cus a { color: var(--burgundy); text-decoration: none; margin: 0 8px; }
  .footer-tagline { font-family: Georgia, serif; font-style: italic; color: var(--text-dark); }
  
  @media (max-width: 968px) {
    .here-grid { grid-template-columns: 1fr; gap: 32px; }
    .here-grid > .here-card:nth-child(2) { transform: translateY(0); }
    .here-grid > .here-card:nth-child(2):hover { transform: translateY(-12px); }
    .here-section .section-header h2 { font-size: 36px; }
    .here-section { padding: 60px 0 40px; }
  }
  
  @media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; }
    .hero-content { padding: 48px 32px; }
    .hero h1 { font-size: 38px; }
    .hero-image { min-height: 320px; }
    .reach-grid { grid-template-columns: 1fr; }
    .services-split { grid-template-columns: 1fr; gap: 32px; }
    .services-visual { height: 280px; }
    .story-band, .cta-strip { grid-template-columns: 1fr; }
    .story-content, .cta-content { padding: 40px 28px; }
    .cta-strip h2 { font-size: 28px; }
    .reach-section { padding: 40px 24px; }

    .section-header h2 { font-size: 30px; }
  }
  
  @media (max-width: 520px) {
    .here-section .section-header h2 { font-size: 28px; }
  }/* End custom CSS */