  :root{
    --purple:#3B1E6D;
    --purple-dark:#2C1552;
    --orange:#F1861E;
    --orange-light:#FBAE55;
    --cream:#FDFBF8;
    --ink:#3B1E6D;
    --gray:#8A8A99;
    --border:#E8E4DE;
  }

  *{box-sizing:border-box; margin:0; padding:0;}

  html{scroll-behavior:smooth;}

  body{
    font-family: 'Segoe UI', Arial, sans-serif;
    background:var(--cream);
    color:var(--ink);
    overflow-x:hidden;
  }

  img,svg{display:block; max-width:100%;}

  /* icon svg sizing (replaces emoji) */
  .field .icon svg{ width:17px; height:17px; stroke:var(--purple); fill:none; stroke-width:1.8; }
  .ficon svg{ width:20px; height:20px; stroke:#fff; fill:none; stroke-width:1.8; }
  .send-btn svg{ width:16px; height:16px; stroke:#fff; fill:none; stroke-width:2; }
  .plane svg{ width:20px; height:20px; fill:var(--orange); }
  .pin svg{ width:22px; height:22px; fill:var(--orange); }
  .deal-circle svg{ width:36px; height:36px; }
  .subicon svg{ width:14px; height:14px; fill:var(--pillcolor); }
  .ship-icon{ width:150px; }
  .truck-icon{ width:120px; }
  .gear-icon{ width:12px; height:12px; display:inline-block; vertical-align:-1px; fill:#1c1c1c; }

  /* ---------- decorative corner arcs ---------- */
  .corner-arc{
    position:fixed;
    width:260px; height:260px;
    border-radius:50%;
    z-index:0;
    pointer-events:none;
    background:conic-gradient(from 180deg, var(--purple), var(--orange), var(--purple));
    opacity:.9;
  }
  .corner-arc.top-left{
    top:-160px; left:-160px;
    mask: radial-gradient(circle at center, transparent 62%, black 63%);
    -webkit-mask: radial-gradient(circle at center, transparent 62%, black 63%);
  }
  .corner-arc.bottom-right{
    bottom:-160px; right:-160px;
    mask: radial-gradient(circle at center, transparent 62%, black 63%);
    -webkit-mask: radial-gradient(circle at center, transparent 62%, black 63%);
  }

  .wrap{
    max-width:1440px;
    margin:0 auto;
    padding:48px 56px 0;
    position:relative;
    z-index:1;
  }

  /* ---------- top grid ---------- */
  .hero-grid{
    display:grid;
    grid-template-columns: 1fr 470px;
    gap:56px;
    align-items:start;
  }

  /* ---- logo ---- */
  .logo-block{ text-align:left; margin-bottom:28px; }
  .logo-block img{ 
    width: 300px;
    max-width: 100%;
    margin: 0px auto; }
  .butterfly{ width:120px; height:auto; margin-bottom:6px; }
  .brand-name{
    font-family: Georgia, 'Times New Roman', serif;
    font-size:64px;
    font-weight:700;
    letter-spacing:2px;
    line-height:1;
  }
  .brand-name .ever{color:var(--purple);}
  .brand-name .well{color:var(--orange);}
  .brand-sub{
    display:flex; align-items:center; gap:14px;
    color:var(--purple);
    font-weight:700;
    letter-spacing:4px;
    font-size:19px;
    margin-top:10px;
  }
  .brand-sub .line{flex:0 0 40px; height:2px; background:var(--purple); opacity:.5;}
  .brand-tier{
    color:var(--orange);
    font-weight:700;
    letter-spacing:5px;
    font-size:15px;
    margin-top:6px;
    padding-left:2px;
  }

  /* ---- placeholder image box ---- */
  .placeholder-box{
    background:#fff;
    border:1px solid var(--border);
    border-radius:6px;
	display: none;
    height:190px;
    margin-bottom:8px;
  }

  /* ---- construction scene ---- */
  .scene{
    position:relative;
    min-height:260px;
    margin-top:10px;
    overflow:hidden;
  }
  .scene-caption{
    text-align:center;
    color:#4a4a5a;
    font-size:15px;
    line-height:1.6;
    margin-bottom:14px;
  }
  .scene-canvas{
    position:relative;
    height:auto;
    /*background-image:
      radial-gradient(circle, #d9d9e3 1.4px, transparent 1.4px);
    background-size:26px 26px;
    background-position: 60% 20%;
    background-repeat: repeat;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 30%);
    mask-image: linear-gradient(to top, transparent 0%, black 30%);*/
  }
  .scene-item{ position:absolute; }

  .laptop{
    left:0; bottom:20px; width:170px;
  }
  .laptop .screen{
    width:170px; height:110px;
    background:#2b1450;
    border-radius:8px 8px 0 0;
    border:5px solid #1c0d38;
    position:relative;
  }
  .screen .dots{ display:flex; gap:5px; padding:8px 0 0 10px;}
  .screen .dots span{width:6px; height:6px; border-radius:50%; background:#f1861e;}
  .screen .lines{ padding:12px 14px;}
  .screen .lines div{ height:8px; background:#4a2f7c; border-radius:3px; margin-bottom:8px;}
  .laptop .base{
    width:190px; height:10px; background:#1c0d38; margin-left:-10px;
    border-radius:0 0 6px 6px;
  }
  .barrier{
    position:absolute; left:14px; bottom:0; width:90px;
  }
  .barrier .sign{
    background:#F1861E;
    border:4px solid #1c1c1c;
    color:#1c1c1c;
    font-weight:800;
    font-size:11px;
    text-align:center;
    padding:10px 6px;
    border-radius:4px;
    letter-spacing:.5px;
  }
  .barrier .legs{
    display:flex; justify-content:space-between; margin-top:2px;
  }
  .barrier .legs div{width:6px; height:30px; background:repeating-linear-gradient(45deg,#1c1c1c,#1c1c1c 5px,#F1861E 5px,#F1861E 10px); transform:rotate(20deg);}
  .barrier .legs div:last-child{ transform:rotate(-20deg);}

  .cone{
    position:absolute; left:118px; bottom:0; width:50px;
  }
  .cone-shape{
    width:0; height:0;
    border-left:22px solid transparent;
    border-right:22px solid transparent;
    border-bottom:55px solid #F1861E;
    position:relative;
  }
  .cone-shape::after{
    content:'';
    position:absolute; bottom:14px; left:-15px;
    width:30px; height:8px; background:#fff;
  }
  .cone-base{ width:50px; height:8px; background:#e2650a; border-radius:2px; margin-top:-2px;}

  .ship{
    position:absolute; left:170px; bottom:6px; width:230px; font-size:60px; line-height:1;
    filter:drop-shadow(0 4px 3px rgba(0,0,0,.15));
  }
  .truck{
    position:absolute; left:400px; bottom:2px; width:200px; font-size:58px; line-height:1;
    filter:drop-shadow(0 4px 3px rgba(0,0,0,.15));
  }
  .plane{
    position:absolute; font-size:22px; color:var(--orange);
  }
  .plane.p1{ top:10px; right:60px; }
  .plane.p2{ top:34px; right:10px; transform:scale(.8);}
  .pin{
    position:absolute; bottom:56px; color:var(--orange); font-size:22px;
  }
  .pin.pin1{ left:225px; }
  .pin.pin2{ left:430px; }
  .route{
    position:absolute; bottom:78px; height:1px;
    border-top:2px dashed var(--orange-light);
  }
  .route.r1{ left:225px; width:205px; }

  /* ---------- contact card ---------- */
  .contact-card{
    background:#fff;
    border-radius:26px;
    box-shadow:0 20px 45px rgba(59,30,109,.12);
    padding:36px 40px 40px;
  }
  .contact-head{ text-align:center; margin-bottom:8px;}
  .contact-head h2{
    font-size:30px;
    font-weight:800;
    letter-spacing:.5px;
  }
  .contact-head h2 .get{color:var(--purple);}
  .contact-head h2 .touch{color:var(--orange);}
  .contact-head .rule{
    display:flex; align-items:center; justify-content:center; gap:14px;
    margin-bottom:10px;
  }
  .contact-head .rule span.bar{ flex:0 0 60px; height:2px; background:linear-gradient(to right, var(--purple), var(--orange)); opacity:.35;}
  .contact-sub{
    text-align:center;
    color:#6b6b7a;
    font-size:14.5px;
    line-height:1.6;
    margin:14px 0 26px;
  }
  .field{
    display:flex; align-items:center; gap:12px;
    border:1px solid var(--border);
    border-radius:12px;
    padding:14px 16px;
    margin-bottom:16px;
  }
  .field .icon{
    color:var(--purple);
    font-size:16px;
    flex:0 0 18px;
    text-align:center;
  }
  .field input, .field textarea{
    border:none; outline:none; width:100%;
    font-size:14.5px;
    font-family:inherit;
    color:var(--ink);
    resize:none;
    background:transparent;
  }
  .field textarea{ height:70px; padding-top:2px;}
  .field.message{ align-items:flex-start; }
  .field.message .icon{ margin-top:2px;}
  .field input::placeholder, .field textarea::placeholder{ color:#a3a3b0; }

  .send-btn{
    width:100%;
    border:none;
    padding:16px;
    border-radius:14px;
    background:linear-gradient(90deg, var(--purple), var(--orange));
    color:#fff;
    font-weight:800;
    letter-spacing:1px;
    font-size:15px;
    display:flex; align-items:center; justify-content:center; gap:10px;
    cursor:pointer;
    transition:transform .25s ease, box-shadow .25s ease;
  }
  .send-btn:hover{ transform:translateY(-2px); box-shadow:0 12px 24px rgba(241,134,30,.35); }

  /* ---------- deal in section ---------- */
  .deal-heading{
    text-align:center;
    margin:56px 0 30px;
    display:flex; align-items:center; justify-content:center; gap:18px;
    color:var(--purple);
    font-weight:800;
    letter-spacing:2px;
    font-size:24px;
  }
  .deal-heading .bar{ flex:0 0 90px; height:2px; background:linear-gradient(to right, transparent, var(--orange)); }
  .deal-heading .bar.right{ background:linear-gradient(to left, transparent, var(--orange)); }

  .deal-row{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    justify-content:center;
    padding-bottom:56px;
  }
  .deal-pill{
    flex:1 1 130px;
    max-width:280px;
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:40px;
    padding:8px;
    position:relative;
    box-shadow:0 10px 25px rgba(59,30,109,.08);
    transition:transform .3s ease, box-shadow .3s ease;
  }
  .deal-pill:hover{ transform:translateY(-6px); box-shadow:0 18px 30px rgba(59,30,109,.16); }
  .deal-circle{
    width:82px; height:82px;
    border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    font-size:34px;
    flex:0 0 82px;
    border:4px solid #fff;
    box-shadow:0 0 0 2px var(--ring);
    z-index:2;
  }
  .deal-body{
    flex:1;
    margin-left:-26px;
    border:2px solid var(--ring);
    border-radius:0 40px 40px 0;
    padding:14px 15px 14px 35px;
    display:flex; flex-direction:column;
  }
  .deal-body .title-row{
    display:flex; align-items:center; justify-content:space-between;
    font-weight:800; font-size:17px; letter-spacing:.5px;
    color:var(--pillcolor);
  }
  .deal-body .chev{ color:var(--pillcolor); font-size:22px; }
  .deal-body .subicon{ margin-top:4px; color:var(--pillcolor); opacity:.7; font-size:14px;}

  .deal-pill.spices{ --ring:#6A3FA0; --pillcolor:#4B2483; }
  .deal-pill.veg{ --ring:#4C9A2A; --pillcolor:#2E7D14; }
  .deal-pill.fruits{ --ring:#B23A2E; --pillcolor:#8E1E14; }
  .deal-pill.pulses{ --ring:#B07A2E; --pillcolor:#8A5A18; }
  .deal-pill.rice{ --ring:#2E6FB2; --pillcolor:#1D4D82; }

  /* ---------- footer ---------- */
  footer{
    background:linear-gradient(90deg, var(--purple-dark), var(--purple));
    color:#fff;
    padding:34px 56px;
    position:relative;
    z-index:1;
    border-radius:26px 26px 0 0;
    margin-top:0;
  }
  .footer-row{
    max-width:1440px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:24px;
  }
  .footer-item{
    display:flex; align-items:center; gap:14px;
    flex:1 1 50px;
  }
  .footer-item .ficon{
    width:42px; height:42px; border-radius:50%;
    background:var(--orange);
    display:flex; align-items:center; justify-content:center;
    font-size:18px;
    flex:0 0 42px;
  }
  .footer-item .flabel{
    font-size:12.5px; letter-spacing:1.5px; color:var(--orange-light); font-weight:700; margin-bottom:3px;
  }
  .footer-item .fvalue{ font-size:14.5px; line-height:1.4; }
  .divider{ width:1px; height:46px; background:rgba(255,255,255,.18); }

  /* ---------- animations ---------- */
  .fade-in{ animation: fadeIn 1s ease both; }
  .fade-in.delay-1{ animation-delay:.15s; }
  .fade-in.delay-2{ animation-delay:.3s; }
  @keyframes fadeIn{
    from{ opacity:0; transform:translateY(-10px); }
    to{ opacity:1; transform:translateY(0); }
  }

  .fade-up{
    opacity:0;
    transform:translateY(36px);
    transition:opacity .7s ease, transform .7s ease;
  }
  .fade-up.in-view{ opacity:1; transform:translateY(0); }

  @media (prefers-reduced-motion: reduce){
    .fade-in, .fade-up{ animation:none !important; transition:none !important; opacity:1 !important; transform:none !important; }
  }

  /* ---------- responsive ---------- */
  @media (max-width: 1100px){
    .hero-grid{ grid-template-columns:1fr; }
    .contact-card{ max-width:520px; margin:0 auto; }
    .wrap{ padding:36px 32px 0; }
  }

  @media (max-width: 720px){
    .brand-name{ font-size:44px; }
    .brand-sub{ font-size:14px; letter-spacing:2px; }
    .brand-tier{ font-size:12px; letter-spacing:3px; }
    .wrap{ padding:28px 18px 0; }
    .scene-canvas{ overflow-x:auto; }
    .ship, .truck{ font-size:46px; }
    .deal-row{ flex-direction:column; align-items:stretch; }
    .deal-pill{ max-width:100%; }
    footer{ padding:28px 20px; border-radius:18px 18px 0 0; }
    .footer-row{ flex-direction:column; align-items:flex-start; }
    .divider{ display:none; }
    .contact-card{ padding:28px 22px 30px; }
    .corner-arc{ width:150px; height:150px; }
    .corner-arc.top-left{ top:-90px; left:-90px; }
    .corner-arc.bottom-right{ bottom:-90px; right:-90px; }
  }

  @media (max-width: 420px){
    .brand-name{ font-size:34px; }
    .contact-head h2{ font-size:24px; }
  }
