 :root{
    --peach-50:#f3dcda;
    --peach-100:#e8bcbc;
    --peach-200:#d19999;
    --peach-300:#ffb199;
    --coral:#ff6b4a;
    --coral-deep:#c44d58;
    --plum:#f5e8e5;
    --plum-soft:#e6c9c4;
    --ink:#fdf3f0;
    --sky:#fcfcfa;
    --card-text:#3a2424;
    --card-text-soft:#6b4a4a;
    --glass-bg:rgba(255,255,255,0.92);
    --glass-bg-soft:rgba(255,255,255,0.7);
    --glass-border:rgba(255,177,153,0.35);
    --shadow-warm: 0 20px 60px -20px rgba(255,107,74,0.4);
     --rose-1:#caa19c;
    --rose-2:#b9827d;
    --rose-3:#a86e6a;
    --ink:#000000;
    --inkv:#ffd48ed4;
    --ink-soft:#232019;
    --paper:#f4ece7;
    --cream:#efe4dc;
    --accent:#f5f1e9;
    --accent-soft:#fcfcfa;
    --line: rgba(244,236,231,0.16);
  }
 
  html.lenis, html.lenis body {
    height: auto !important;
  }
  .lenis-smooth {
    scroll-behavior: auto !important;
  }

  * {
    font-family: "Inter", "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  html, body {
    margin: 0;
    padding: 0;
    background-color: #d19999;
    font-family: "Inter", sans-serif;
    color: white;
    width: 100%;
    min-height: 100%;
    cursor: none;
  }

  @media (min-width: 1201px) {
    a, button, .service-card-new, .work-card, .tile, .hero-glass-tile, .hero-arrow-cta {
      cursor: none !important;
    }
  }

  .scroll-container {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }

/* Outer Ring */
.cursor-ring{
    position:fixed;
    width:42px;
    height:42px;
    border:2px solid #1d1d1d;
    border-radius:50%;
    pointer-events:none;
    transform:translate(-50%,-50%);
    z-index:9999;
    will-change:transform;
}

/* Inner Dot */
.cursor-dot{
    position:fixed;
    width:8px;
    height:8px;
    background:#1d1d1d;
    border-radius:50%;
    pointer-events:none;
    transform:translate(-50%,-50%);
    z-index:10000;
}
  /* Hide custom cursor on touch devices */
@media (hover: none), (pointer: coarse) {
    .cursor-ring,
    .cursor-dot {
        display: none !important;
    }
}
  .social-links a {
    font-size: 24px;
    margin-right: 10px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
  }

  .social-links a:hover {
    color: #0073e6;
  }

  .parachol__ball--big circle {
    fill: #00BFFF;
    opacity: 0.6;
  }

  .parachol__ball--small circle {
    fill: #ffffff;
  }

  body.loading .parachol {
    opacity: 0;
  }

  @media (max-width: 1200px) {
    .parachol {
      display: none;
    }
    html, body, a, button {
      cursor: auto !important;
    }
  }

  .mobile-only { display: none; }
  @media (max-width: 768px) { .mobile-only { display: block; } }

  .desktop-only { display: none; }
  @media (min-width: 769px) { .desktop-only { display: block; } }

  .libre-baskerville-bold {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
  }

  .libre-baskerville-regular-italic {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .beau-rivage-regular {
    font-family: "Beau Rivage", cursive;
    font-weight: 400;
    font-style: normal;
  }
  
  .libre-baskerville-regular {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
  }

  .italiana-regular {
    font-family: "Italiana", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .panel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
  }

  h4 {
    font-size: 2rem;
    text-align: center;
  }

  .comparisonSection {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    margin: 0 auto 100px;
    overflow: hidden;
  }

  .comparisonImage {
    width: 100%;
    height: 100%;
  }

  .comparisonImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .afterImage {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    overflow: hidden;
  }

  .afterImage img {
    transform: translateX(-100%);
  }

  .images {
    justify-content: center;  
    display: grid;
    grid-template-columns: repeat(20, 2%);
    grid-template-rows: repeat(30, 3%);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 150vh;
    gap: 2px;
    object-fit: cover;
  }

  .images img {
    width: 400px;
    height: 400px;
    object-fit: contain;
  }
  
  @media(max-width: 768px){
    .images img{
      width: 200px;
      height: 250px;
      object-fit: contain;
    }
  }
  
  .paralax{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 20vh;
    background: #b1929250;
    width: 100%;
  }
  
  .par{
    object-fit: cover;
    width: 800px;
    max-width: 80vw;
    aspect-ratio: 1/1;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
  }
  
  .images img:nth-child(1) { grid-area: 1/1/6/8; }
  .images img:nth-child(2) { grid-area: 3/12/8/20; }
  .images img:nth-child(3) { grid-area: 9/5/13/15; }
  .images img:nth-child(4) { grid-area: 14/1/18/8; }
  .images img:nth-child(5) { grid-area: 16/12/20/19; }
  .images img:nth-child(6) { grid-area: 20/2/25/9; }
  .images img:nth-child(7) { grid-area: 22/11/24/20; }
  .images img:nth-child(8) { grid-area: 26/5/30/15; }

  .content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 1rem;
  }

  .content__hero {
    height: 40vh;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .content__heading {
    text-align: center;
    font-size: 2.5rem;
  }

  .features {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .features__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    border-top: dashed 2px grey;
    padding: 2rem 0;
  }

  .features__item--left {
    flex-direction: row;
    text-align: right;
  }

  .features__item--right {
    flex-direction: row-reverse;
  }

  .features__image {
    flex: 1 1 40%;
    position: relative;
  }

  .features__card {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
  }

  .features__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
  }

  .features__content {
    flex: 1 1 55%;
  }

  .features__title {
    font-size: 1.8em;
    margin-bottom: 1rem;
  }

  .features__description {
    line-height: 1.6;
  }

  .gs_reveal {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
    text-align: center;
    font-style: normal;
   }

  @media (max-width: 600px) {
    .gs_reveal {
      font-size: 18px;
      text-align: left;
      font-style: normal;
    }
  }

  @media (min-width: 601px) and (max-width: 1024px) {
    .gs_reveal {
      font-size: 26px;
      text-align: justify;
      font-style: normal;
    }
  }

  @media (min-width: 1025px) {
    .gs_reveal {
      font-size: 30px;
      text-align: justify;
      font-style: normal;
    }
  }

  .spacer {
    height: 100vh;
  }
  
  .logo {
    font-size: 18rem;
    font-weight: bold;
    letter-spacing: 10px;
  }
  
  @media only screen and (min-width: 1200px){
    .logo{
      font-size: 5rem;
      font-weight: bold;
      letter-spacing: 4px;
    }
  }
  
  @media only screen and (max-width: 800px){
    .logo{
      font-size: 2rem;
      font-weight: bold;
      letter-spacing: 4px;
    }
  }
  
  .cloud {
    color: white;
    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white;
    animation: cloudBlink 3s infinite ease-in-out;
  }

  @keyframes cloudBlink {
    0%, 20% { opacity: 0.2; text-shadow: none; }
    40% { opacity: 1; text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white; }
    60% { opacity: 0.5; }
    80%, 100% { opacity: 1; text-shadow: 0 0 5px white, 0 0 15px white, 0 0 25px white; }
  }

  .alph {
    color: #00BFFF;
    margin-left: 12px;
    text-shadow: 0 0 5px #00BFFF, 0 0 10px #00BFFF, 0 0 20px #00BFFF;
    animation: alphBlink 1s infinite steps(2, start);
  }

  @keyframes alphBlink {
    0% { opacity: 1; text-shadow: 0 0 5px #00BFFF, 0 0 10px #00BFFF; }
    25% { opacity: 0.2; text-shadow: none; }
    50% { opacity: 1; text-shadow: 0 0 5px #00BFFF, 0 0 15px #00BFFF; }
    75% { opacity: 0.2; text-shadow: none; }
    100% { opacity: 1; text-shadow: 0 0 5px #00BFFF, 0 0 20px #00BFFF; }
  }
  
  .alp{
    justify-content: center;
    align-items: end;
    height: 100vh;
    font-family: Arial, sans-serif;
    margin-bottom: 200px;
    display: flex;
  }


  /* RE-DESIGNED: Left-aligned split canvas content overlay matching 'Reverie' image framework */
  .hero-overlay-content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0 max(4vw, 24px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10; 
    will-change: transform, opacity;
  }

  .hero-left-brand-block {
    text-align: left;
    max-width: min(50vw, 540px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-left-brand-block h1 {
    font-family: 'Italiana', sans-serif;
    color: #ffffff;
    line-height: 1.05;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-shadow: 0 4px 15px rgba(0,0,0,0.15);
  }

  .hero-left-brand-block p {
    color: rgba(255, 255, 255, 0.85);
    margin-top: 1.25rem;
    line-height: 1.6;
    font-size: 0.95rem;
    letter-spacing: 0.2px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }

  /* Right-hand glass grid module */
  .hero-right-glass-grid {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 50%;
  }

  .hero-glass-tile {
    
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    width: 145px;
    height: 155px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s cubic-bezier(.2,.8,.2,1);
    text-decoration: none;
  }

  .hero-glass-tile:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-5px);
  }

  .hero-glass-tile .tile-metric {
    font-family: 'Italiana', sans-serif;
    font-size: 1.75rem;
    color: #ffffff;
    line-height: 1;
  }

  .hero-glass-tile .tile-label {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    line-height: 1.3;
  }

  .hero-glass-tile .tile-action-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--sky);
  }

  @media(max-width: 1024px) {
    .hero-overlay-content {
      flex-direction: column;
      justify-content: center;
      gap: 40px;
      padding-top: 80px;
    }
    .hero-left-brand-block {
      max-width: 100%;
      align-items: center;
      text-align: center;
    }
    .hero-right-glass-grid {
      max-width: 100%;
    }
  }

  @media(max-width: 480px) {
    .hero-right-glass-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      width: 100%;
    }
    .hero-glass-tile {
      width: 100%;
      height: 140px;
    }
  }

  /* Content Section Blend adjustment */
  #content {
    background-color: #2D112B; 
    padding: 80px 20px;
    position: relative;
    z-index: 12;
  }

  .first-section h2 {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'Italiana', sans-serif;
  }

  .first-section p {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #ede0d5;
    margin-bottom: 15px;
  }

  #desktop-only-section {
    display: none;
  }

  @media only screen and (min-width: 1025px) {
    #desktop-only-section {
        display: block;
    }
  }

  .floating-heading {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  
  .floating-heading1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    margin-left: 50px;
  }
  
  .floating-heading2 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
  }
  
  .floating-text {
    font-size: 1.2rem;
    text-align: center;
    justify-content: center;
    display: space-between;
    text-align: justify;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    padding: 10px;
  }
  
  .floating-text1 {
    font-size: 1.2rem;
    text-align: center;
    justify-content: center;
    display: space-between;
    text-align: justify;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    padding: 10px;
  }
   

  .layercard {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.1s ease-out;
    will-change: transform;
  }

  .layercard-1 { z-index: 5; }
  .layercard-2 { z-index: 4; }
  .layercard-3 { z-index: 3; }
  .layercard-4 { z-index: 2; }
  .layercard-5 { z-index: 1; }

  .parallax-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 40px;
  }

  .card {
    background: #ffffff00;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(243, 4, 4, 0);
    overflow: hidden;
    position: relative;
  }

  .para{
    justify-self: start;
    text-align: justify;
  }

  .hero-card {
    position: relative;
    height: 800px;
    overflow: hidden;
  }

  @media(max-width: 768px){
    .hero-card{
      position: relative;
      height: 250px;
      overflow: hidden;
      width:100%;
    }
  }

  .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .card-content h2 {
    margin: 10px 0;
    font-size: 20px;
    color: #ffffff;
  }

  .card-content p {
    color: #ffffff;
    font-size: 14px;
  }

  @media screen and (max-width: 900px) {
    .parallax-cards {
      grid-template-columns: 1fr;
    }
  }

  .bird-container {
    position: fixed;
    top: 20%;
    left: -150px;
    width: 100%;
    pointer-events: none;
    z-index: 9999;
  }

  .bird {
    width: 120px;
    animation: flyAcross 15s linear infinite;
  }

  .bird1 {
    width: 320px;
    animation: flyAcross 15s linear infinite;
    padding: 10px;
  }

  @keyframes flyAcross {
    0% { transform: translateX(0px) translateY(0); }
    50% { transform: translateX(150vw) translateY(-50px); }
    100% { transform: translateX(200px) translateY(0); }
  }

  .hello1 {
    padding: 60px 0 120px;
    max-width: 1180px;
    margin: 0 auto;
  }

  .h2text {
    text-align: center;
    margin-bottom: 50px;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-family: 'Italiana', sans-serif;
    color: #ffffff;
  }
  .about-section{
    padding:20px 4vw 40px; 
    position:relative;
  }

  .about-section::before{
    content:"";
    position:absolute;
    top:60px; right:6vw;
    width:340px; height:340px;
    border:1px solid var(--line);
    border-radius:50%;
    opacity:0.5;
    pointer-events:none;
  }

  /* ---------- Intro row ---------- */
  .about-intro{
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    gap:70px;
    align-items:end;
    margin-bottom:90px;
  }

  .about-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:8px 18px 8px 14px;
    border-radius:999px;
    background:rgba(24,21,19,0.35);
    border:1px solid var(--line);
    font-size:12px;
    letter-spacing:0.14em;
    text-transform:uppercase;
    color:var(--accent-soft);
    font-weight:600;
    backdrop-filter:blur(6px);
    margin-bottom:28px;
  }

  .about-badge i{color:var(--accent); animation:pulse 2.4s ease-in-out infinite;}
  @keyframes pulse{0%,100%{opacity:1;}50%{opacity:0.35;}}

  .about-heading{
    font-family:'Fraunces', serif;
    font-weight:300;
    font-size:clamp(2.4rem, 4.4vw, 4.1rem);
    line-height:1.05;
    color:var(--paper);
    letter-spacing:-0.01em;
  }

  .about-heading em{
    font-style:italic;
    font-weight:400;
    color:var(--inkv);
    -webkit-text-stroke:1px var(--paper);
  }

  .about-lede-col{
    display:flex;
    flex-direction:column;
    gap:22px;
    padding-bottom:6px;
  }

  .about-lede{
    font-size:1.02rem;
    line-height:1.7;
    color:rgba(244,236,231,0.85);
    max-width:46ch;
  }

  .about-lede strong{color:var(--paper); font-weight:700;}

  .about-cta-row{
    display:flex;
    align-items:center;
    gap:18px;
  }

  .about-cta{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 26px;
    background:rgba(24,21,19,0.35);
    color:var(--paper);
    border-radius:999px;
    text-decoration:none;
    font-weight:600;
    font-size:0.9rem;
    letter-spacing:0.02em;
    border:1px solid rgba(244,236,231,0.15);
    transition:transform 0.25s ease, background 0.25s ease;
  }
  .about-cta:hover{transform:translateY(-2px); background:#000;}
  .about-cta i{color:var(--accent); font-size:0.8rem;}

  .about-loc{
    font-size:0.82rem;
    color:rgba(244,236,231,0.65);
    display:flex;
    align-items:center;
    gap:8px;
  }
  .about-loc i{color:var(--accent-soft);}

  /* ---------- Asymmetric content grid ---------- */
  .about-grid{
    display:grid;
    grid-template-columns:repeat(12, 1fr);
    grid-auto-rows:minmax(90px, auto);
    gap:26px;
  }

  .about-card{
    position:relative;
    border-radius:26px;
    overflow:hidden;
    border:1px solid var(--line);
  }

  /* Portrait photo block, story pull-quote */
   .card-story{
    grid-column:1 / 6;
    grid-row:1 / 4;
    background:linear-gradient(155deg, #d19999, #ffb199);
    padding:44px 38px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:460px;
  }

  .story-mark{
    font-family:'Fraunces', serif;
    font-style:italic;
    font-size:4.5rem;
    line-height:1;
    color:var(--accent);
    opacity:0.85;
  }

  .story-text{
    font-family:'Fraunces', serif;
    font-weight:300;
    font-size:1.5rem;
    line-height:1.42;
    color:var(--paper);
    letter-spacing:-0.005em;
  }

  .story-foot{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:22px;
    border-top:1px solid var(--line);
    font-size:0.82rem;
    color:rgba(244,236,231,0.6);
  }

  /* Image block */
  .card-image{
    grid-column:6 / 9;
    grid-row:1 / 3;
    min-height:210px;
  }
  .card-image img{
    width:100%; height:100%;
    object-fit:cover;
    display:block;
    filter:saturate(0.9) contrast(1.02);
  }

  /* Stat block dark */
  .card-stat{
    grid-column:9 / 13;
    grid-row:1 / 3;
    background:linear-gradient(155deg, #d19999, #ffb199);
    padding:32px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:6px;
    min-height:210px;
  }
  .stat-num{
    font-family:'Fraunces', serif;
    font-size:3.2rem;
    font-weight:500;
    color:var(--paper);
    line-height:1;
  }
  .stat-num span{color:var(--accent); font-style:italic;}
  .stat-label{
    font-size:0.82rem;
    text-transform:uppercase;
    letter-spacing:0.1em;
    color:rgb(255, 255, 255);
  }

  /* Pillars strip block */
  .card-pillars{
    grid-column:6 / 13;
    grid-row:3 / 4;
    background:linear-gradient(155deg, #d19999, #ffb199);
    backdrop-filter:blur(10px);
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    min-height:170px;
  }

  .pillar{
    padding:26px 24px;
    border-left:1px solid var(--line);
    display:flex;
    flex-direction:column;
    gap:10px;
    justify-content:center;
  }
  .pillar:first-child{border-left:none;}

  .pillar-index{
    font-size:0.75rem;
    color:var(--accent-soft);
    font-weight:700;
    letter-spacing:0.08em;
  }
  .pillar h4{
    font-family:'Fraunces', serif;
    font-weight:500;
    font-size:1.12rem;
    color:var(--paper);
  }
  .pillar p{
    font-size:0.85rem;
    line-height:1.5;
    color:rgba(244,236,231,0.62);
  }

  /* Bottom wide founder-note block */
  .card-note{
    grid-column:1 / 13;
    grid-row:4 / 5;
    background:linear-gradient(100deg, #a86e6a 0%, #8f5a57 100%);
    padding:34px 42px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    min-height:120px;
    border:1px solid rgba(244,236,231,0.22);
  }

  .note-left{
    display:flex;
    align-items:center;
    gap:20px;
  }
  .note-avatar{
    width:52px; height:52px;
    border-radius:50%;
    background:var(--ink);
    display:flex; align-items:center; justify-content:center;
    font-family:'Fraunces', serif;
    font-style:italic;
    font-size:1.3rem;
    color:var(--accent-soft);
    flex-shrink:0;
  }
  .note-left p{
    font-size:0.95rem;
    color:rgba(244,236,231,0.9);
    max-width:56ch;
    line-height:1.5;
  }
  .note-left p strong{color:var(--paper);}

  .note-tag{
    flex-shrink:0;
    font-size:0.78rem;
    letter-spacing:0.12em;
    text-transform:uppercase;
    color:rgba(244,236,231,0.7);
    border:1px solid rgba(244,236,231,0.35);
    padding:8px 16px;
    border-radius:999px;
    white-space:nowrap;
  }

  @media (max-width:980px){
    .about-intro{grid-template-columns:1fr; gap:28px;}
    .about-grid{grid-template-columns:1fr;}
    .card-story,.card-image,.card-stat,.card-pillars,.card-note{
      grid-column:1 / -1 !important;
      grid-row:auto !important;
      min-height:auto;
    }
    .card-pillars{grid-template-columns:1fr;}
    .pillar{border-left:none; border-top:1px solid var(--line);}
    .pillar:first-child{border-top:none;}
    .card-note{flex-direction:column; align-items:flex-start;}
  }
  .services1-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    width: 100%;
  }

  .service-card-new {
    padding: 0;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease;
    display: flex;
    flex-direction: column;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: var(--shadow-warm);
  }

  .service-card-new:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 55px -18px rgba(255,107,74,0.45);
  }

  .service-media-new {
    position: relative;
    height: 170px;
    overflow: hidden;
    border-radius: 26px 26px 0 0;
  }

  .service-media-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
  }

  .service-card-new:hover .service-media-new img {
    transform: scale(1.08);
  }

  .service-media-new::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,150,112,0) 40%, rgba(255,150,112,0.28) 100%);
  }

  .service-body-new {
    padding: 26px 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
  }

  .service-icon-chip-new {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--peach-200), var(--coral));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: -46px;
    margin-bottom: 8px;
    border: 3px solid rgba(255,255,255,0.75);
    box-shadow: 0 8px 18px -6px rgba(255,107,74,0.45);
    position: relative;
    z-index: 2;
  }

  .service-icon-chip-new img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
  }

  .service-card-new h3 {
    font-family: 'Italiana', sans-serif;
    font-size: 1.25rem;
    color: var(--card-text);
  }

  .service-card-new p {
    color: var(--card-text-soft);
    font-size: 0.92rem;
    line-height: 1.6;
    flex: 1;
  }

  .service-cta-new {
    align-self: flex-start;
    margin-top: 4px;
    background: rgba(255, 255, 255, 0.6);
    border: 1.5px solid var(--glass-border);
    color: var(--coral-deep);
    padding: 9px 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: all .3s ease;
    text-decoration: none;
    text-align: center;
  }

  .service-cta-new:hover {
    background: linear-gradient(135deg, var(--coral), var(--coral-deep));
    color: #fff;
    transform: translateY(-2px);
  }

  .show-moreh {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }

  .show-more-btn-new {
    background: rgba(0,0,0,0.2);
    border: 1.5px solid rgba(255,255,255,0.3);
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 34px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .show-more-btn-new:hover {
    background: rgba(0,191,255,0.2);
    border-color: var(--sky);
    transform: translateY(-3px);
    color: #fff;
  }

  @media (max-width: 1100px) {
    .services1-grid { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 768px) {
    .services1-grid { grid-template-columns: 1fr; }
    .hello1 { padding: 40px 16px 80px; }
  }

  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("asiter/pre/1231ed_11zon.webp") no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
  }

  #preloader h2 {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 20px;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #ffb199, #ff9a76);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .spinner {
    width: 60px;
    height: 60px;
    border: 6px solid rgba(255, 255, 255, 0.3);
    border-top: 6px solid #ff9a76;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    to { transform: rotate(360deg); }
  }

  section.tiles-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
  }

  .tile {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .tile:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
  }

  .tile.small { grid-row: span 1; grid-column: span 1; height: 100px; }
  .tile.medium { grid-row: span 1; grid-column: span 2; height: 100px; }
  .tile.large { grid-row: span 2; grid-column: span 2; height: 210px; }

  .tile img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0; left: 0;
    transition: opacity 0.8s ease-in-out;
  }

  .tile span {
    position: relative;
    z-index: 2;
    text-align: center;
  }

  .chat-trigger {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff6b4a, #ffb199, #ffd6c2);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 
      0 8px 32px rgba(255, 107, 74, 0.3),
      0 4px 16px rgba(255, 107, 74, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    animation: pulse 3s infinite, glow 2s ease-in-out infinite alternate;
  }

  .chat-container {
    position: fixed;
    bottom: 120px;
    right: 30px;
    width: 380px;
    height: 520px;
    background: rgba(255, 255, 255, 0.95);
    /* backdrop-filter: blur(20px); */
    border: 1px solid rgba(255, 177, 153, 0.2);
    border-radius: 24px;
    box-shadow: 
      0 20px 60px rgba(255, 107, 74, 0.15),
      0 10px 30px rgba(255, 107, 74, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transform: translateX(420px) scale(0.8);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    overflow: hidden;
    z-index: 999;
  }

  .chat-container.active {
    transform: translateX(0) scale(1);
    opacity: 1;
  }

  .chat-header {
    background: linear-gradient(135deg, #d19999, #d19999);
    color: white;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .chat-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shimmer 4s infinite;
  }

  .chat-header h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
  }

  .chat-header p {
    font-size: 12px;
    opacity: 0.9;
    position: relative;
    z-index: 1;
  }

  .status-dot {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
    animation: pulse 2s infinite;
  }

  .chat-body {
    height: 380px;
    overflow-y: auto;
    padding: 20px;
    background: 
      radial-gradient(circle at 10% 90%, rgba(255, 214, 194, 0.05) 0%, transparent 50%),
      radial-gradient(circle at 90% 10%, rgba(255, 177, 153, 0.05) 0%, transparent 50%);
  }

  .chat-body::-webkit-scrollbar {
    width: 4px;
  }

  .chat-body::-webkit-scrollbar-track {
    background: rgba(255, 214, 194, 0.1);
    border-radius: 2px;
  }

  .chat-body::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #ffb199, #ffd6c2);
    border-radius: 2px;
  }
  /* KEYFRAMES FOR CHATBOT CARDS (RE-ADD THIS TO FIX BLANK CARDS) */
@keyframes cardAppear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Ensure chatbot cards are visible with correct animations and clear text colors */
.services-grid .service-card {
  opacity: 0;
  transform: translateY(20px);
  animation: cardAppear 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  background: linear-gradient(135deg, #ffffff 0%, #fef7f0 100%) !important;
  color: #2D112B !important; /* Makes title text visible */
}

.services-grid .service-card .service-title {
  color: #2D112B !important;
  font-weight: 600 !important;
}

.services-grid .service-card .service-desc {
  color: #6b4a4a !important;
}

.services-grid .service-card .service-icon {
  font-size: 28px;
  margin-bottom: 6px;
}
  .message {
    margin-bottom: 16px;
    animation: slideInUp 0.5s ease;
  }

  .message.bot .content {
    background: linear-gradient(135deg, #fff, #fef7f0);
    border: 1px solid rgba(255, 177, 153, 0.2);
    border-radius: 18px 18px 18px 4px;
    padding: 12px 16px;
    max-width: 85%;
    box-shadow: 0 2px 12px rgba(255, 177, 153, 0.1);
    position: relative;
    color: rgb(0, 0, 0);
  }

  .message.user .content {
    background: linear-gradient(135deg, #d19999, #d19999);
    color: rgb(255, 255, 255);
    border-radius: 18px 18px 4px 18px;
    padding: 12px 16px;
    max-width: 85%;
    margin-left: auto;
    box-shadow: 0 2px 12px rgba(255, 107, 74, 0.2);
  }

  .typing-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #fff, #fef7f0);
    border: 1px solid rgba(255, 177, 153, 0.2);
    border-radius: 18px 18px 18px 4px;
    padding: 12px 16px;
    max-width: 85%;
    box-shadow: 0 2px 12px rgba(255, 177, 153, 0.1);
  }

  .typing-dots {
    display: flex;
    gap: 4px;
  }

  .typing-dot {
    width: 6px;
    height: 6px;
    background: #ff6b4a;
    border-radius: 50%;
    animation: typingDots 1.5s infinite ease-in-out;
  }

  .typing-dot:nth-child(1) { animation-delay: 0s; }
  .typing-dot:nth-child(2) { animation-delay: 0.2s; }
  .typing-dot:nth-child(3) { animation-delay: 0.4s; }

  .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 16px;
  }

  .service-card {
    background: linear-gradient(135deg, #fff 0%, #fef7f0 100%);
    border: 1px solid rgba(255, 177, 153, 0.2);
    border-radius: 16px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: cardAppear 0.6s ease forwards;
  }

  .service-card:nth-child(1) { animation-delay: 0.1s; }
  .service-card:nth-child(2) { animation-delay: 0.2s; }
  .service-card:nth-child(3) { animation-delay: 0.3s; }
  .service-card:nth-child(4) { animation-delay: 0.4s; }

  .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 177, 153, 0.1), transparent);
    transition: left 0.5s;
  }

  .service-card:hover::before {
    left: 100%;
  }

  .service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(255, 107, 74, 0.2);
    border-color: rgba(255, 107, 74, 0.3);
  }

  .service-icon {
    font-size: 32px;
    margin-bottom: 8px;
    display: block;
    transition: transform 0.3s ease;
  }

  .service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
  }

  .service-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
  }

  .service-desc {
    font-size: 11px;
    color: #666;
    line-height: 1.3;
  }

  .service-detail {
    background: linear-gradient(135deg, #fff 0%, #fef7f0 100%);
    border: 1px solid rgba(255, 177, 153, 0.2);
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    animation: fadeInScale 0.5s ease;
  }

  .service-detail .icon {
    font-size: 48px;
    margin-bottom: 16px;
  }

  .service-detail h3 {
    color: #ff6b4a;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .service-detail p {
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: start;
  }

  .back-button {
    background: linear-gradient(135deg, #d19999, #d19999);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(255, 107, 74, 0.2);
  }

  .back-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 74, 0.3);
  }

  .chat-footer {
    padding: 16px 20px;
    border-top: 1px solid rgba(255, 177, 153, 0.1);
    background: rgba(255, 255, 255, 0.8);
    
  }

  .footer-text {
    text-align: center;
    font-size: 11px;
    color: #999;
  }

  @media (max-width: 480px) {
    .chat-container {
      width: calc(100vw - 40px);
      right: 20px;
      left: 20px;
    }
    .chat-trigger {
      bottom: 20px;
      right: 20px;
      width: 60px;
      height: 60px;
      font-size: 24px;
    }
  }

  .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 20px;
    background-color: #25d36595;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
  }

  .liquid-glass {
    background: rgba(255, 255, 255, 0.01);
    background-blend-mode: luminosity;
    backdrop-filter: blur(4px);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
  }

  .liquid-glass::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1.4px;
    background: linear-gradient(180deg, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.15) 20%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.15) 80%, rgba(255,255,255,0.45) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }

  .noise-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.55;
    mix-blend-mode: soft-light;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
    background-size: 240px 240px;
  }

  .work-media {
    transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .work-card:hover .work-media {
    transform: scale(1.06);
  }
  .work-card:hover .work-arrow {
    transform: translate(2px, -2px);
  }
  .work-arrow {
    transition: transform 0.3s ease;
  }
  .whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 4px 4px 8px rgba(0,0,0,0.4);
  }
  /* Immersive Deck Container Layout Configuration */
.immersive-deck-section {
  padding: 80px max(4vw, 24px);
  background: linear-gradient(180deg, #d19999 0%, #b87f7f 100%);
  position: relative;
  z-index: 15;
  width: 100%;
}

.immersive-deck-header {
  max-width: 1180px;
  margin: 0 auto 24px text-align: center;
}

.immersive-deck-eyebrow {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.eyebrow-pulse-dot {
  font-size: 8px;
  opacity: 0.7;
  animation: pulse 2s infinite;
}

.immersive-deck-title {
  font-family: 'Italiana', sans-serif;
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 400;
  color: #ffffff;
  tracking: -0.5px;
}

.immersive-deck-subtitle {
  font-size: clamp(0.95rem, 1.5vw, 0.88rem);
  color: rgba(255, 255, 255, 0.6);
  max-width: 576px;
  margin: 12px auto 0;
  line-height: 1.6;
}

.immersive-deck-container {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 20px 4px 40px;
  width: 100%;
}

/* Custom Scrollbar configuration for slider trail alignment */
.immersive-deck-container::-webkit-scrollbar {
  height: 5px;
}
.immersive-deck-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.immersive-deck-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.immersive-card {
  flex: 0 0 280px;
  scroll-snap-align: center;
  height: 380px;
  border-radius: 24px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.immersive-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}

.immersive-card > * {
  position: relative;
  z-index: 2;
}

.immersive-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.immersive-card .card-index {
  font-size: 0.8rem;
  opacity: 0.5;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.immersive-card h3 {
  font-family: 'Italiana', sans-serif;
  font-size: 1.85rem;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 8px;
}

.immersive-card p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

/* Desktop Responsive Layout override fallback to prevent swipe trails on larger displays */
@media(min-width: 1025px) {
  .immersive-deck-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    overflow: visible;
    scroll-snap-type: none;
    max-width: 1180px;
    margin: 0 auto;
  }
  .immersive-card {
    flex: none;
    height: 400px;
  }
}
/* Glassmorphic Review Component Configuration */
.glass-reviews-section {
  padding: 100px max(4vw, 24px);
  background: linear-gradient(180deg, #d19999 0%, #b87f7f 100%);
  position: relative;
  z-index: 15;
  width: 100%;
}

.reviews-header-block {
  max-width: 1180px;
  margin: 0 auto 50px;
  text-align: center;
}

.reviews-eyebrow {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--sky);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.reviews-eyebrow .eyebrow-icon {
  font-size: 9px;
  opacity: 0.8;
}

.reviews-title {
  font-family: 'Italiana', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #ffffff;
}

.reviews-subtitle {
  font-size: clamp(0.78rem, 1.5vw, 0.92rem);
  color: rgba(255, 255, 255, 0.6);
  max-width: 540px;
  margin: 12px auto 0;
  line-height: 1.6;
}

.reviews-grid-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1180px;
  margin: 0 auto;
}

/* Glass Card styling properties using the design system variables */
.review-glass-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(244, 5, 5, 0.08);
  border-radius: 24px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.4);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, background 0.4s ease;
}

.review-glass-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 177, 153, 0.25);
}

.review-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}

.client-profile-meta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.client-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}

.client-profile-meta h3 {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}

.client-designation {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-top: 2px;
}

.review-stars-row {
  display: flex;
  gap: 4px;
  color: #ffb199; /* Smooth uniform brand peach tint color matching root styles */
  font-size: 0.72rem;
  margin-top: 4px;
}

.review-body-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
}

/* Fluid responsive breakdown layout constraints */
@media(max-width: 1024px) {
  .reviews-grid-matrix {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 640px) {
  .reviews-grid-matrix {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .review-glass-card {
    padding: 24px 20px;
  }
}
/* Asymmetric Tech Showcase Canvas Section Styles */
.asymmetric-tech-showcase {
  background-color: #d19999; /* Deep minimal matte luxury studio black background tint */
  width: 100%;
  position: relative;
  z-index: 25;
  padding: 140px max(4vw, 24px);
}

.tech-showcase-container {
  max-width: 1180px;
  margin: 0 auto;
}

/* Header Introductory Text Card Block */
.tech-intro-card {
  max-width: 680px;
  margin-bottom: 80px;
  text-align: left;
}

.tech-meta-badge {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--sky);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.03);
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 24px;
}

.tech-main-heading {
  font-family: 'Italiana', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.1;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: -1px;
}

.tech-sub-desc {
  font-size: 1.2rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 24px;
}

/* Fluid Asymmetric Canvas Grid Assembly Layout */
.tech-canvas-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  width: 100%;
}

.canvas-item {
  position: relative;
  border-radius: 16px;
  overflow: visible; /* Allows the floating glass panel plates to overlap edge parameters */
  background: #141419;
}

/* Grid Matrix Placements based on card shape variants */
.landscape-block-wide { grid-column: span 8; }
.portrait-block-tall { grid-column: span 4; }
.square-block-medium { grid-column: span 4; }

/* Safely map the trailing item dimensions cleanly into grid constraints */
.tech-canvas-grid .canvas-item:nth-child(4) { grid-column: span 8; }

.canvas-media-wrapper {
  width: 100%;
  height: 100%;
  min-height: 440px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.6);
}

.canvas-media-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  will-change: transform;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.canvas-item:hover .canvas-media-wrapper img {
  transform: scale(1.08);
}

/* Floating High-Contrast Matte Glass Panels */
.floating-glass-plate {
  position: absolute;
  bottom: -30px;
  right: -20px;
  background: rgb(10, 10, 12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 28px 24px;
  border-radius: 16px;
  width: min(340px, 90%);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255,255,255,0.1);
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.canvas-item:hover .floating-glass-plate {
  border-color: var(--sky);
  transform: translateY(-5px);
}

.glass-plate-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.glass-plate-header .plate-index {
  font-family: 'Italiana', sans-serif;
  font-size: 1.1rem;
  color: var(--sky);
  opacity: 0.8;
}

.glass-plate-header h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.2px;
}

.floating-glass-plate p {
  font-size: 0.84rem;
  line-height: 1.6;
  color: rgb(255, 255, 255);
}

.glass-plate-link {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  transition: color 0.3s ease;
}

.glass-plate-link i {
  font-size: 10px;
  transition: transform 0.3s ease;
}

.glass-plate-link:hover {
  color: var(--sky);
}

.glass-plate-link:hover i {
  transform: translate(2px, -2px);
}

/* Fluid Responsive Layout Adjustments */
@media (max-width: 1024px) {
  .asymmetric-tech-showcase { padding: 90px 24px; }
  .tech-intro-card { margin-bottom: 50px; }
  .tech-canvas-grid {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
  .canvas-media-wrapper { min-height: 360px; }
  .floating-glass-plate {
    right: 0;
    bottom: -40px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .canvas-media-wrapper { min-height: 280px; }
  .floating-glass-plate { padding: 20px; }
  .glass-plate-header h3 { font-size: 1rem; }
}

 /* ---------- Layered marquee ribbon ---------- */
  .ribbon-wrap{
    position:relative;
    width:100vw;
    left:50%;
    margin-left:-50vw;
    height:190px;
    margin-bottom:100px;
    overflow:visible;
  }

  .ribbon{
    position:absolute;
    left:0;
    width:112%;
    left:-6%;
    overflow:hidden;
    white-space:nowrap;
    display:flex;
    align-items:center;
    box-shadow:0 20px 50px rgba(0,0,0,0.28);
  }

  .ribbon-back{
    top:0;
    height:74px;
    background:linear-gradient(100deg, #8f5a57, #a86e6a);
    border-top:1px solid rgba(244,236,231,0.25);
    border-bottom:1px solid rgba(244,236,231,0.25);
    transform:rotate(2.2deg);
    z-index:1;
    opacity:0.92;
  }

  .ribbon-front{
    top:78px;
    height:96px;
    background:var(--ink);
    border-top:1px solid rgba(244,236,231,0.14);
    border-bottom:1px solid rgba(244,236,231,0.14);
    transform:rotate(-2.4deg);
    z-index:2;
  }

  .ribbon-track{
    display:flex;
    align-items:center;
    gap:0;
    animation:marquee-left 28s linear infinite;
  }
  .ribbon-back .ribbon-track{
    animation:marquee-right 34s linear infinite;
  }

  @keyframes marquee-left{
    from{transform:translateX(0);}
    to{transform:translateX(-50%);}
  }
  @keyframes marquee-right{
    from{transform:translateX(-50%);}
    to{transform:translateX(0);}
  }

  .ribbon-item{
    display:inline-flex;
    align-items:center;
    gap:22px;
    padding:0 30px;
    font-family:'Fraunces', serif;
    font-size:1.7rem;
    font-weight:300;
    letter-spacing:0.01em;
    white-space:nowrap;
  }

  .ribbon-back .ribbon-item{
    font-size:1.05rem;
    font-family:'Manrope', sans-serif;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:0.12em;
    color:rgba(244,236,231,0.85);
  }

  .ribbon-front .ribbon-item{color:var(--paper);}
  .ribbon-front .ribbon-item em{
    font-style:italic;
    color:var(--accent-soft);
  }

  .ribbon-item .dot{
    width:6px; height:6px;
    border-radius:50%;
    background:var(--accent);
    display:inline-block;
    flex-shrink:0;
  }
  .ribbon-back .ribbon-item .dot{background:var(--ink);}

  @media (max-width:980px){
    .ribbon-wrap{height:150px; margin-bottom:60px;}
    .ribbon-back{height:56px;}
    .ribbon-front{top:58px; height:76px;}
    .ribbon-front .ribbon-item{font-size:1.2rem;}
  }
/* ==========================================================================
   BENTO BOX SERVICES SECTION
   ========================================================================== */
.bento-services-section {
  padding: 100px max(4vw, 24px);
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.bento-header {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bento-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  color: var(--sky);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  margin-bottom: 20px;
}

.bento-title {
  font-family: 'Italiana', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 16px;
}

.bento-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 600px;
}
:root {
  --bento-gap: 24px;
  --bento-radius: 28px;
  --bento-height: 340px;
  --transition-smooth: 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  --peach-300: #ffb199;
  --coral: #ff6b4a;
}

/* Bento Grid Layout */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: var(--bento-height);
  gap: var(--bento-gap);
  width: 100%;
}

.bento-card {
  position: relative;
  border-radius: var(--bento-radius);
  overflow: hidden;
  background: rgba(20, 20, 25, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform var(--transition-smooth), border-color var(--transition-smooth), box-shadow var(--transition-smooth);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  /* Hardware acceleration for smoother hover lifts */
  will-change: transform; 
}

/* Accessibility: Keyboard Focus */
.bento-card:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 4px;
}

/* Grid Placements */
.bento-large { grid-column: span 8; grid-row: span 2; }
.bento-square { grid-column: span 4; grid-row: span 1; }
.bento-wide { grid-column: span 12; grid-row: span 1; }

/* Media Elements */
.bento-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  
}

.bento-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 10, 15, 0.1) 0%, rgba(15, 10, 15, 0.95) 90%);
  z-index: 2;
  transition: opacity 0.5s ease;
}

/* Card Content */
.bento-content {
  position: relative;
  z-index: 3;
  padding: clamp(24px, 3vw, 36px); /* Fluid padding */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*.bento-icon {*/
/*  width: 54px;*/
/*  height: 54px;*/
/*  border-radius: 16px;*/
/*  background: rgba(255, 255, 255, 0.1);*/
/*  backdrop-filter: blur(12px);*/
/*  -webkit-backdrop-filter: blur(12px);*/
/*  border: 1px solid rgba(255, 255, 255, 0.2);*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  transition: transform 0.4s ease, background 0.4s ease, border-color 0.4s ease;*/
/*}*/

/*.bento-icon img {*/
/*  width: 24px;*/
/*  height: 24px;*/
/*  object-fit: contain;*/
/*  filter: brightness(0) invert(1);*/
/*}*/

.bento-text-content {
  margin-top: auto;
}

.bento-text-content h3 {
  font-family: 'Italiana', serif;
  font-size: clamp(1.75rem, 2.5vw, 2.2rem); /* Fluid Header */
  color: #ffffff;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.bento-square .bento-text-content h3 { 
  font-size: clamp(1.4rem, 2vw, 1.7rem); 
}

.bento-text-content p {
  font-family: 'Inter', sans-serif;
  color: rgba(255, 255, 255, 0.65);
  font-size: clamp(0.875rem, 1vw, 0.95rem); /* Fluid Body */
  line-height: 1.6;
  max-width: 420px;
  margin-bottom: 24px;
  transition: color 0.3s ease;
}

.bento-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.bento-cta i {
  transition: transform 0.3s ease;
}

/* Wide Card Specifics */
.bento-content-row {
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 40px;
}
/*.bento-wide .bento-icon-wrapper { margin-bottom: 0; align-self: flex-start; }*/
.bento-wide .bento-text-content { margin-top: 0; margin-bottom: 0; flex: 1; max-width: 600px; }
.bento-wide .bento-text-content p { margin-bottom: 0; }
.bento-action-wrap { flex-shrink: 0; }

/* HOVER STATES */
@media (hover: hover) {
  .bento-card:hover {
    border-color: rgba(255, 177, 153, 0.4);
    box-shadow: 0 30px 60px rgba(255, 107, 74, 0.15);
    transform: translateY(-6px);
  }


  .bento-card:hover .bento-icon {
    background: linear-gradient(135deg, var(--peach-300), var(--coral));
    transform: scale(1.1) rotate(-5deg);
    border-color: transparent;
  }

  .bento-card:hover .bento-cta {
    background: #ffffff;
    color: #111111;
    border-color: #ffffff;
  }
  
  .bento-card:hover .bento-cta i {
    transform: translateX(4px);
  }
}

.bento-footer-action {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

/* Responsive Rules */
@media (max-width: 1024px) {
  .bento-large { grid-column: span 12; grid-row: span 1; }
  .bento-square { grid-column: span 6; grid-row: span 1; }
}

@media (max-width: 768px) {
  .bento-square { grid-column: span 12; }
  .bento-wide { grid-column: span 12; grid-row: auto; }
  .bento-content-row { flex-direction: column; align-items: flex-start; gap: 24px; }
  .bento-action-wrap { width: 100%; margin-top: 10px; }
  .bento-grid { grid-auto-rows: minmax(320px, auto); gap: 16px; }
  .bento-content { padding: 24px; }
}