.front-row-text {
    max-width: 600px;
}
.front-row-text span {
    text-align: justify;
    text-align-last: center;
    font-weight: 300;
}

.boxhead {
    letter-spacing: -2px;
}

.main-left-cta {
    border-left: 2px solid #0f2a1d;
    padding-left: 20px;
    height: 223px;
    position: absolute;
    display: flex;
}

form a {
    color: #0f2a1d;
}

.respond-note {
    margin-top: -30px !important;
}

/* SECTION */
.split-contact-section {
    margin: 40px auto;
}

/* MAIN WRAPPER */
.split-contact-box {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 0.625rem;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 620px; /* controls image height */
}

.split-contact-image {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.split-contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform-origin: center center;
    will-change: transform;
    transition: transform 0.1s linear;
}

/* RIGHT CONTENT */
.split-contact-content {
    background: #f5f5ee;
    padding: 80px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* TITLE */
.split-title {
    font-family: "Inter", serif;
    font-size: 82px;
    letter-spacing: -2px;
    color: #0f2a1d;
    font-weight: 600;
    padding-top: 40%;
}

.split-title em {
    font-style: italic;
    font-weight: 400;
}

/* TEXT */
.split-text p {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
    color: #0f2a1d;
    margin-top: -10px;
}

/* FORM */
.split-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.split-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.split-form input,
.split-form textarea {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(15, 42, 29, 0.5);
    padding: 10px 12px;
    font-size: 14px;
    outline: none;
    color: #0f2a1d;
}

/* BUTTON */
.split-btn {
    position: relative;
    padding: 6px 30px;
    border-radius: 999px;
    overflow: hidden;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #0f2a1d;
    border: 1px solid rgba(15, 42, 29, 0.6);
    align-self: flex-start;
    color: #f5f5ee;
}

.split-btn:hover {
    background: #0f2a1d;
    color: #f5f5ee;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .split-contact-box {
        grid-template-columns: 1fr;
        padding-top: 53px;
    }

    .split-contact-image {
        height: 420px;
    }

    .split-contact-content {
        padding: 60px 24px;
    }

    .split-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
 

    .split-title {
        font-size: 36px;
        padding-top: 30px;
    }
    .main-left-cta {
        height: 135px;
    }
}

.connect-left a:hover {
    text-decoration: underline;
}

.form-consent p a {
    color: #0f2a1d;
}
.form-note {
    display: flex;
}
.form-consent {
    display: flex;
}

input[type="checkbox"] {
    width: 12px;
    margin-right: 8px;
}
.connect-right input {
    padding: 10px 12px;
    background: transparent;
    border: 1px solid #0f2a1d;
    outline: none;
    border-radius: 0px!important;
}
.connect-right input, .connect-right textarea{
     border-radius: 0px!important;
}
.connect-left a {
    color: #0f2a1d;
}
.connect-left a:hover {
    text-decoration: underline;
}

@media (max-width: 576px) {
}

.front-row p {
    font-weight: 300;
}

.dual-content {
    justify-content: flex-end;
}

span.ourffi {
    font-weight: bold;
}

span.fffi {
    font-weight: 400;
    line-height: 52px;
    font-size: 52px;
    margin-left: 8px;
}

.luxe-future-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 37px;
    min-height: 470px;
}

/* Section background */
.impact-section {
    background: #f6f6f0;
    /* light neutral like your reference */
    padding: 80px 0;
}

/* Container with left-right margins on desktop */
.impact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    /* left-right space */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/* Card styling */
.impact-card {
    background: #ffffffa1;
    border-radius: 24px;
    padding: 160px 44px;
}

/* Typography */
.impact-card h3 {
    font-family: "Inter", serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0f2d2a;
}

.impact-card p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #3f4f4c;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .impact-container {
        grid-template-columns: 1fr;
        padding: 0 0px;
    }

    .impact-card {
        padding: 40px 32px;
    }
}

.frbox {
    border: 2px solid #0f2a1d;
}

.marquee {
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll 28s linear infinite;
}

.marquee-track span {
    position: relative;
    padding-right: 45px;
    /* space for dot */
    color: #0f2a1d;
    font-size: 42px;
    white-space: nowrap;
    font-weight: 400;
    letter-spacing: -2px;
}

.marquee-track span::after {
    content: "●";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #0f2a1d;
    opacity: 1;
}

.marquee-track span:last-child::after {
    display: none;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

section.unified-front-section.request {
    border: 3px solid #0f2a1d !important;
    border-radius: 0 !important;
    max-width: 1200px;

    background: #f5f5ee;
    padding: 50px 0;
}

h2.front-row-heading {
    font-family: "cormorant garamond";
    font-size: 100px;
    letter-spacing: -7px;
    margin-top: -80px;
    margin-bottom: 50px;
    font-weight: 400;
}

.front-row p {
    font-weight: 300;
}

.dual-content {
    justify-content: flex-end;
}

.best-stylist-left {
    align-items: flex-end;
}

.blog-row-text {
    position: relative;
    z-index: 2;
    height: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    text-align: left;
    padding: 0 24px;
}

.blog-row-text p {
    font-weight: 300;
}

.blog-section {
    margin: 40px auto;
}

.blog-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* BLOG CARD */
.blog-card {
    background: #f5f5ee;
    border-radius: 22px;
    padding: 90px 28px;
    /*display:flex;*/
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: background 0.4s ease;
}
/* DARK HOVER BACKGROUND – SMOOTHER, LUXURY TRANSITION */
.blog-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/assets/img/landing%20page-service%20section-personal%20styling.jpeg") center/cover no-repeat;
    opacity: 0;
    transform: scale(1.04);
    transition:
        opacity 0.6s ease,
        transform 0.8s ease;
    z-index: 1;
}

.blog-card:hover::after {
    opacity: 1;
    transform: scale(1);
}

/* ALL CONTENT LAYER */
.blog-card > * {
    position: relative;
    z-index: 2;
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

/* TEXT */
.blog-card h3 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
    color: #0f2a1d;
}

.blog-intro {
    font-weight: 400;
    margin-bottom: 14px;
    color: #0f2a1d;
}

.blog-card p {
    font-size: 15px;
    line-height: 1.65;
    font-weight: 300;
    color: #0f2a1d;
}

/* CTA (HIDDEN BY DEFAULT) */
.blog-cta {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%) translateY(24px);
    opacity: 0;
    pointer-events: none;
    padding: 8px 26px;
    border: 1px solid #f5f5ee;
    border-radius: 999px;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: none;
    background: #f5f5ee;
    color: #0f2a1d;
    transition: all 0.45s ease;
    z-index: 3;
}

/* HOVER STATE */
.blog-card:hover::after {
    opacity: 1;
}

.blog-card:hover h3,
.blog-card:hover p {
    opacity: 0;
    transform: translateY(-8px);
}

.blog-card:hover .blog-cta {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

/* CTA HOVER */
.blog-cta:hover {
    background: #f5f5ee;
    color: #0f2a1d;
}

@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .blog-section {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 600px) {
    .blog-row-text {
        padding: 0px;
    }

    .front-row-text span {
        text-align: center;
        text-align-last: center;
        font-weight: 300;
    }

    button#stickyMenuToggle {
        top: 16px;
    }
    .blog-card {
        padding: 90px 24px;
    }
}



/* ============================== */
/* MOBILE: HIDE OVERLAY ON SCROLL */
/* ============================== */

@media (max-width: 768px) {

    .blog-card.mobile-reveal::after {
        opacity: 0;
    }

    .blog-card.mobile-reveal h3,
    .blog-card.mobile-reveal p {
        opacity: 1;
        transform: none;
    }

    .blog-card.mobile-reveal .blog-cta {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
        pointer-events: auto;
    }
.form-note {
    display: inline-block;
}

p.form-note {
    font-size: 12px;
}
.mob-form-consent{
    margin-top:-2px;
}
    button.dir-btn.mtm20.mmocp {
    margin-bottom: 20px;
}

.footer-col h5 {
   
    letter-spacing: 1px;
}
}


    /* POLICY SECTION */
.policy-section{
  padding:100px 0;
  background:#f5f5ee;
}

.policy-box{
  max-width:900px;
  margin:0 auto;
  padding:0 20px;
}

/* HEADER */
.policy-header{
  text-align:left;
  margin-bottom:60px;
}

.policy-header h1{
  font-family:"Inter", serif;
  font-size:54px;
  margin-bottom:18px;
  color:#0f2a1d;
}

.policy-subtitle{
  font-family:"Cormorant Garamond", serif;
  font-style:italic;
  font-size:20px;
  margin-bottom:30px;
  color:#0f2a1d;
}

.policy-meta{
  font-size:15px;
  font-weight:300;
  display:flex;
  justify-content:center;
  gap:12px;
  align-items:center;
  color:#0f2a1d;
border-top: 1px solid #0f2a1d21;
border-bottom: 1px solid #0f2a1d21;

    padding: 10px 0px;
}

.policy-meta .divider{
  opacity:.5;
}

/* CONTENT */
.policy-content{
  font-size:16px;
  line-height:1.8;
  color:#0f2a1d;
}

.policy-content p{
  margin-bottom:22px;
  font-weight:300;
}
.policy-content li{
  font-weight:300;
}

.policy-content a{
  color:#0f2a1d;
  text-decoration: underline;
}
.policy-content h3{
  margin-top:40px;
  margin-bottom:14px;
  font-size:20px;
  font-weight:600;
  letter-spacing:1px;
}
.policy-content strong{
    font-weight: 500;
}
/* HIGHLIGHT BOX */
.policy-highlight{
  background:rgba(15,42,29,.08);
  padding:22px 26px;
  border-left:4px solid #0f2a1d;
  margin:30px 0;
  font-style:italic;
}

/* RESPONSIVE */
@media(max-width:768px){
  .policy-header h1{
    font-size:38px;
  }

  .policy-section{
    padding:70px 0;
  }
}
.policy-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
    margin-bottom: 25px;
}

.policy-table th {
    text-align: left;
    padding: 14px;
    font-weight: 600;
    border: 1px solid #ddd;
}

.policy-table td {
    padding: 16px 14px;
    vertical-align: top;
    border: 1px solid #e6e6e6;
}

