/* =========================================================
   RJKD International — Main Stylesheet
   ========================================================= */
:root{
  --forest:#173620;
  --forest-deep:#0d2415;
  --olive:#5c7a45;
  --olive-light:#7c9a5e;
  --cream:#f7f2e4;
  --cream-2:#efe7d2;
  --paper:#fffdf7;
  --gold:#b8863d;
  --gold-light:#d9ad6a;
  --ink:#20241c;
  --ink-soft:#4a5245;
  --line:#e2d9c0;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Inter',sans-serif;
  /*background:var(--cream);*/
  color:var(--ink);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3,h4{font-family:'Fraunces',serif; color:var(--forest); font-weight:600; letter-spacing:-0.01em;}
a{text-decoration:none; color:inherit;}
img,svg{display:block; max-width:100%;}
ul{list-style:none;}
.wrap{max-width:1240px; margin:0 auto; padding:0 32px;}
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12.5px; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
  color:var(--gold);
}
.eyebrow::before{content:""; width:22px; height:1.5px; background:var(--gold);}
section{position:relative;}
::selection{background:var(--gold-light); color:var(--forest-deep);}

/* ===== NAV ===== */
header.site-nav{
  position:sticky; top:0; z-index:50;
  background:rgba(247,242,228,.94); backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.nav-inner{display:flex; align-items:center; justify-content:space-between; padding:14px 32px; max-width:1240px; margin:0 auto;}
.brand{display:flex; align-items:center; gap:12px;}
.brand-mark{width:46px; height:46px; flex:0 0 auto;}
.brand-mark img{width:100%; height:100%;}
.brand-name{font-family:'Fraunces',serif; font-weight:700; font-size:19px; color:var(--forest); line-height:1.1;}
.brand-sub{font-size:10.5px; color:var(--ink-soft); letter-spacing:.06em; text-transform:uppercase;}
nav.links{display:flex; gap:28px; align-items:center;}
nav.links a{font-size:14px; font-weight:600; color:var(--ink-soft); position:relative; padding:4px 0; transition:color .2s;}
nav.links a:hover{color:var(--forest);}
nav.links a.active{color:var(--forest);}
nav.links a.active::after{content:""; position:absolute; left:0; right:0; bottom:-6px; height:2px; background:var(--gold);}

.nav-toggle{
  display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px;
}
.nav-toggle span{width:24px; height:2px; background:var(--forest); border-radius:2px; transition:.25s;}
.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav-toggle.open span:nth-child(2){opacity:0;}
.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

/* ===== PAGE HERO (interior pages) ===== */
.page-hero{background:var(--forest); color:var(--cream); padding:64px 0 44px; text-align:center;}
.page-hero .eyebrow{justify-content:center; color:var(--gold-light);}
.page-hero .eyebrow::before{background:var(--gold-light);}
.page-hero h1{color:var(--cream); font-size:38px; margin-top:10px;}
.page-hero p{color:rgba(247,242,228,.75); max-width:520px; margin:12px auto 0; font-size:14.5px;}
.page-body{padding:64px 0; max-width:820px; margin:0 auto;}
.page-body h2{font-size:24px; margin:28px 0 12px;}
.page-body p{color:var(--ink-soft); font-size:14.5px; margin-bottom:14px;}
.page-body ul{margin:6px 0 18px 0;}
.page-body ul li{position:relative; padding-left:22px; color:var(--ink-soft); font-size:14.5px; margin-bottom:8px;}
.page-body ul li::before{content:"✓"; position:absolute; left:0; color:var(--olive); font-weight:700;}
.coming-note{
  margin-top:36px; padding:18px 22px; border:1px dashed var(--gold); border-radius:6px;
  background:var(--paper); font-size:13.5px; color:var(--ink-soft); text-align:center;
}

/* ===== HERO (home) ===== */
.hero{padding:44px 0 0;}
.hero-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:0; align-items:stretch; border:1px solid var(--line); border-radius:4px; overflow:hidden;}
.hero-copy{padding:44px 48px;}
.badge-strip{
  display:inline-block; background:var(--forest); color:var(--cream);
  font-size:11.5px; font-weight:700; letter-spacing:.1em; text-transform:uppercase;
  padding:8px 16px; border-radius:3px; margin-bottom:22px;
}
.hero-copy h1{font-size:52px; line-height:1.06; margin-bottom:18px;}
.hero-copy h1 em{font-style:italic; color:var(--olive);}
.hero-tag{font-size:17px; color:var(--forest); font-weight:600; margin-bottom:16px;}
.hero-copy p.desc{font-size:15px; color:var(--ink-soft); max-width:480px; margin-bottom:30px;}
.btn-row{display:flex; gap:14px; flex-wrap:wrap;}
.btn{
  display:inline-flex; align-items:center; gap:10px;
  padding:14px 26px; border-radius:2px; font-weight:700; font-size:13.5px;
  letter-spacing:.03em; cursor:pointer; border:1.5px solid transparent; transition:.2s;
}
.btn-primary{background:var(--forest); color:var(--paper);}
.btn-primary:hover{background:var(--forest-deep);}
.btn-outline{border-color:var(--forest); color:var(--forest); background:transparent;}
.btn-outline:hover{background:var(--forest); color:var(--paper);}

.hero-visual{
  position:relative; overflow:hidden; min-height:460px;
}
.hero-visual img.field-bg{position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}

/* --- badge image slider --- */
.badge-slider{
  position:absolute; top:24px; right:24px; width:126px; height:126px; z-index:3;
}
.badge-slider .slide{
  position:absolute; inset:0; border-radius:50%; overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,.22);
  opacity:0; transform:scale(.94); transition:opacity .6s ease, transform .6s ease;
}
.badge-slider .slide.active{opacity:1; transform:scale(1);}
.badge-slider .slide img{width:100%; height:100%; object-fit:cover;}
.badge-dots{position:absolute; bottom:-20px; left:50%; transform:translateX(-50%); display:flex; gap:6px;}
.badge-dots button{
  width:6px; height:6px; border-radius:50%; border:none; background:rgba(255,255,255,.55); cursor:pointer; padding:0;
}
.badge-dots button.active{background:var(--gold-light); width:16px; border-radius:3px;}

.hero-bowl{position:absolute; left:50%; bottom:28px; transform:translateX(-50%); width:190px; height:120px; z-index:2;}

/* ===== PROMISE ===== */
.promise{background:#00A651; color:var(--cream); padding:44px 0;}
.promise-grid{display:grid; grid-template-columns:1fr 2fr; gap:40px; align-items:start;}
.promise h3{color:var(--gold-light); font-size:22px; margin-bottom:22px;}
.promise ul{display:grid; grid-template-columns:1fr 1fr; gap:0 40px;}
.promise li{display:flex; gap:14px; align-items:flex-start; padding:11px 0; border-bottom:1px solid rgba(255,255,255,.08); font-size:14px; font-weight:600;}
.promise li:last-child{border-bottom:none;}
.promise-ico{flex:0 0 auto; width:26px; height:26px; margin-top:1px;}

/* ===== FEATURE STRIP ===== */
.feature-strip{background:var(--cream-2); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.feature-grid{display:grid; grid-template-columns:repeat(4,1fr);}
.feature-item{display:flex; gap:16px; align-items:flex-start; padding:30px 28px; border-left:1px solid var(--line);}
.feature-item:first-child{border-left:none;}
.feature-ico{flex:0 0 auto; width:38px; height:38px; color:var(--olive);}
.feature-item h4{font-size:14.5px; letter-spacing:.02em; margin-bottom:5px;}
.feature-item p{font-size:13px; color:var(--ink-soft);}

/* ===== SECTION HEADS ===== */
.section-head{text-align:center; padding:64px 0 8px;}
.section-head h2{font-size:32px; margin-top:10px;}
.section-head .rule{display:flex; align-items:center; justify-content:center; gap:14px; margin-top:6px;}
.section-head .rule span{width:34px; height:1px; background:var(--gold);}

/* ===== PORTFOLIO ===== */
.portfolio{padding:0 0 60px;}
.portfolio-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:20px; margin-top:36px;}
.p-card{background:var(--paper); border:1px solid var(--line); border-radius:6px; overflow:hidden; transition:transform .25s, box-shadow .25s;}
.p-card:hover{transform:translateY(-5px); box-shadow:0 14px 28px rgba(23,54,32,.12);}
.p-thumb{height:150px; display:flex; align-items:center; justify-content:center; background:linear-gradient(160deg, var(--cream-2), var(--cream));}
/*.p-thumb img{width:78px; height:78px;}*/
.p-body{padding:45px 10px 8px;}
.p-body h4{font-size:13.5px; letter-spacing:.02em; margin-bottom:6px; line-height:1.3;}
.p-body p{font-size:12px; color:var(--ink-soft);}
.portfolio-note{text-align:center; margin-top:34px; font-size:13.5px; color:var(--ink-soft); font-style:italic;}

/* ===== INFO BAND ===== */
.info-band{background:var(--paper); border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:56px 0;}
.info-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:36px;}
.info-col h3{font-size:17px; margin-bottom:16px; display:flex; align-items:center; gap:10px;}
.info-col h3 svg{width:20px; height:20px; color:var(--gold);}
.info-col p{font-size:13.5px; color:var(--ink-soft);}
.info-col ul li{display:flex; gap:9px; font-size:13.5px; color:var(--ink-soft); padding:5px 0;}
.info-col ul li svg{flex:0 0 auto; width:15px; height:15px; margin-top:3px; color:var(--olive);}
.handshake-box{margin-top:16px; height:110px; border-radius:6px; overflow:hidden;}
.handshake-box img{width:100%; height:100%; object-fit:cover;}

/* ===== PROCESS ===== */
.process-band{padding:60px 0;}
.process-grid{display:grid; grid-template-columns:1fr 1fr 1fr ; gap:26px;}
.process-card{background:var(--paper); border:1px solid var(--line); border-radius:6px; padding:28px;}
.process-card h3{font-size:16px; margin-bottom:16px; text-align:center;}
.step-row{display:flex; align-items:center; justify-content:center; gap:6px; flex-wrap:wrap;}
.step{display:flex; flex-direction:column; align-items:center; gap:8px; width:64px;}
.step-circle{width:50px; height:50px; border-radius:50%; background:var(--cream-2); border:1.5px solid var(--gold-light); display:flex; align-items:center; justify-content:center;}
.step-circle svg{width:22px; height:22px; color:var(--forest);}
.step span{font-size:10.5px; text-align:center; color:var(--ink-soft); font-weight:600; line-height:1.25;}
.arrow{color:var(--gold); font-size:16px; margin:0 -2px;}
.list-simple li{display:flex; gap:9px; font-size:13.5px; color:var(--ink-soft); padding:6px 0; align-items:flex-start;}
.list-simple li svg{flex:0 0 auto; width:14px; height:14px; margin-top:4px; color:var(--olive);}
.pack-icons{display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:14px 0;}
.pack-icon{display:flex; flex-direction:column; align-items:center; gap:6px;}
.pack-icon svg{width:40px; height:40px; color:var(--gold);}
.pack-icon span{font-size:10.5px; color:var(--ink-soft); text-align:center; font-weight:600;}
.pack-note{font-size:11.5px; color:var(--ink-soft); font-style:italic; text-align:center; margin-top:6px;}
.doc-visual{margin-top:14px; height:96px; border-radius:6px; overflow:hidden;}
.doc-visual img{width:100%; height:100%; object-fit:cover;}

/* ===== QUALITY / NUTRITION / FAQ ===== */
.three-band{padding:0 0 60px;}
.three-grid{display:grid; grid-template-columns:1fr 1fr 1.15fr; gap:26px;}
.band-card{background:var(--paper); border:1px solid var(--line); border-radius:6px; padding:30px;}
.band-card h3{font-size:17px; margin-bottom:14px;}
.quality-visual{height:120px; border-radius:6px; margin-bottom:16px; overflow:hidden;}
.quality-visual img{width:100%; height:100%; object-fit:cover;}
.nutri-row{display:flex; justify-content:space-between; align-items:flex-start; margin:20px 0; gap:6px;}
.nutri-item{display:flex; flex-direction:column; align-items:center; gap:7px; flex:1;}
.nutri-item .circle{width:46px; height:46px; border-radius:50%; background:var(--cream-2); display:flex; align-items:center; justify-content:center;}
.nutri-item .circle svg{width:20px; height:20px; color:var(--forest);}
.nutri-item span{font-size:10.5px; text-align:center; color:var(--ink-soft); font-weight:600; line-height:1.3;}
.nutri-arrow{color:var(--gold); align-self:center; margin-top:16px; font-size:14px;}
.nutri-note{font-size:11px; color:var(--ink-soft); font-style:italic; text-align:center; margin-top:8px;}
.faq-item{border-bottom:1px solid var(--line); padding:15px 4px;}
.faq-item:first-of-type{border-top:1px solid var(--line);}
.faq-q{display:flex; justify-content:space-between; align-items:center; gap:10px; cursor:pointer; font-size:14px; font-weight:600; color:var(--forest);}
.faq-q .plus{font-size:18px; color:var(--gold); font-weight:400; transition:transform .2s; flex:0 0 auto;}
.faq-item.open .plus{transform:rotate(45deg);}
.faq-a{max-height:0; overflow:hidden; font-size:13px; color:var(--ink-soft); transition:max-height .3s ease;}
.faq-item.open .faq-a{max-height:200px; padding-top:10px;}

/* ===== CTA BANNER ===== */
.cta-banner{background:var(--forest); color:var(--cream); padding:44px 0;}
.cta-inner{display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap;}
.cta-left h3{color:var(--gold-light); font-size:22px; margin-bottom:6px;}
.cta-left p{font-size:13.5px; color:rgba(247,242,228,.8); max-width:460px;}
.cta-right{display:flex; gap:34px; flex-wrap:wrap;}
.cta-item{display:flex; gap:12px; align-items:flex-start; max-width:190px;}
.cta-item svg{flex:0 0 auto; width:26px; height:26px; color:var(--gold-light);}
.cta-item h4{font-size:13.5px; font-weight:700; margin-bottom:3px;}
.cta-item p{font-size:11.5px; color:rgba(247,242,228,.72);}

/* ===== FOOTER ===== */
footer{background:var(--forest-deep); color:rgba(247,242,228,.85); padding:44px 0 0;}
.footer-top{display:flex; justify-content:space-between; align-items:flex-start; gap:30px; flex-wrap:wrap; padding-bottom:34px; border-bottom:1px solid rgba(255,255,255,.1);}
.footer-brand{display:flex; gap:12px; align-items:center;}
.footer-brand .brand-mark{width:44px; height:44px;}
.footer-brand .brand-name{color:var(--cream);}
.footer-tag{font-size:14px; font-weight:600; color:var(--cream); max-width:220px;}
.footer-contact{display:flex; flex-direction:column; gap:8px; font-size:13.5px;}
.footer-contact div{display:flex; gap:9px; align-items:center;}
.footer-contact svg{width:16px; height:16px; color:var(--gold-light); flex:0 0 auto;}
.social-row{display:flex; gap:10px; margin-top:10px;}
.social-row a{width:32px; height:32px; border-radius:50%; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; transition:.2s;}
.social-row a:hover{background:var(--gold);}
.social-row svg{width:15px; height:15px;}
.footer-links{display:flex; gap:22px; flex-wrap:wrap; padding:22px 0; font-size:12.5px;}
.footer-links a:hover{color:var(--gold-light);}
.footer-bottom{text-align:center; font-size:11.5px; padding:16px 0; color:rgba(247,242,228,.5); border-top:1px solid rgba(255,255,255,.06);}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media(max-width:1080px){
  .hero-grid{grid-template-columns:1fr;}
  .hero-visual{min-height:320px;}
  .feature-grid{grid-template-columns:repeat(2,1fr);}
  .feature-item{border-left:none; border-top:1px solid var(--line);}
  .feature-item:first-child{border-top:none;}
  .portfolio-grid{grid-template-columns:repeat(3,1fr);}
  .info-grid{grid-template-columns:repeat(2,1fr); row-gap:40px;}
  .process-grid{grid-template-columns:1fr 1fr;}
  .three-grid{grid-template-columns:1fr; }

  nav.links{
    position:absolute; top:100%; left:0; right:0; background:var(--paper);
    flex-direction:column; align-items:flex-start; gap:0; padding:8px 0;
    border-bottom:1px solid var(--line); box-shadow:0 12px 20px rgba(0,0,0,.08);
    max-height:0; overflow:hidden; transition:max-height .3s ease;
  }
  nav.links.open{max-height:420px;}
  nav.links a{width:100%; padding:12px 32px; border-bottom:1px solid var(--line);}
  nav.links a.active::after{display:none;}
  nav.links a.active{background:var(--cream-2);}
  .nav-toggle{display:flex;}
}

@media(max-width:760px){
  .wrap{padding:0 20px;}
  .hero{padding:24px 0 0;}
  .hero-copy{padding:32px 24px;}
  .hero-copy h1{font-size:34px;}
  .hero-tag{font-size:15px;}
  .btn{padding:13px 20px; font-size:12.5px;}
  .promise-grid{grid-template-columns:1fr; gap:24px;}
  .promise ul{grid-template-columns:1fr;}
  .feature-grid{grid-template-columns:1fr;}
  .portfolio-grid{grid-template-columns:repeat(2,1fr); gap:14px;}
  .p-thumb{height:120px;}
 /* .p-thumb img{width:58px; height:58px;}*/
  .info-grid{grid-template-columns:1fr; gap:32px;}
  .process-grid{grid-template-columns:1fr;}
  .step-row{gap:2px;}
  .step{width:56px;}
  .three-grid{grid-template-columns:1fr;}
  .cta-inner{flex-direction:column; align-items:flex-start;}
  .cta-right{gap:22px;}
  .footer-top{flex-direction:column;}
  .section-head h2{font-size:26px;}
  .page-hero h1{font-size:28px;}
  .badge-slider{width:96px; height:96px; top:16px; right:16px;}
  .hero-bowl{width:140px; height:90px; bottom:16px;}
}

@media(max-width:420px){
  .hero-copy h1{font-size:29px;}
  .portfolio-grid{grid-template-columns:1fr 1fr; gap:10px;}
  .nav-inner{padding:12px 20px;}
  .brand-name{font-size:16px;}
  .brand-mark{width:38px; height:38px;}
}
