@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Manrope:wght@400;500;600;700;800&display=swap");

/*
Theme Name: Sirup Kawista Final
Theme URI: https://sirupkawista.com/
Author: SirupKawista.com
Description: Theme WordPress modern, minimal, ringan, siap pakai untuk Sirup Kawista Dewa-Burung.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: sirupkawista-final
*/

:root{
  --paper:#fffdf9;
  --cream:#f3eee6;
  --ink:#171411;
  --muted:#6f675f;
  --line:#ddd5ca;
  --red:#a31f17;
  --red-dark:#76150f;
  --gold:#c89a45;
  --brown:#3a2419;
  --white:#fff;
  --sans:"Manrope",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --serif:"DM Serif Display",Georgia,"Times New Roman",serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.55}
img{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
.wrap{width:min(1180px,calc(100% - 36px));margin:auto}

.site-header{
  position:sticky;top:0;z-index:50;background:rgba(255,253,249,.95);
  backdrop-filter:blur(12px);border-bottom:1px solid var(--line)
}
.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{font:700 26px/1 var(--serif);letter-spacing:-.04em}
.brand span{color:var(--red)}
.menu{display:flex;gap:26px;font-size:13px;font-weight:700}
.menu a:hover{color:var(--red)}
.nav-cta{font-size:13px;font-weight:800;border-bottom:1px solid var(--ink);padding-bottom:2px}

.hero{padding:38px 0 76px}
.hero-grid{
  display:grid;grid-template-columns:1fr .95fr;gap:68px;align-items:center;
  border-top:1px solid var(--ink);padding-top:46px
}
.eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--red)}
.hero h1{
  font:400 clamp(58px,7vw,104px)/.89 var(--serif);
  letter-spacing:-.06em;margin:18px 0 24px
}
.hero h1 span{color:var(--red)}
.hero p{font-size:17px;color:var(--muted);max-width:560px}
.hero-actions{display:flex;gap:22px;align-items:center;margin-top:28px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;gap:14px;background:var(--ink);color:#fff;
  padding:14px 18px;font-size:13px;font-weight:800
}
.btn:hover{background:var(--red)}
.text-link{font-size:13px;font-weight:800;border-bottom:1px solid var(--ink);padding-bottom:3px}
.hero-points{display:flex;gap:26px;flex-wrap:wrap;margin-top:36px;font-size:12px;font-weight:700;color:#4d4741}
.hero-art{
  min-height:560px;background:
    radial-gradient(circle at 75% 22%,rgba(255,255,255,.75),transparent 27%),
    linear-gradient(145deg,#efe7db,#d4b47d);
  position:relative;overflow:hidden
}
.hero-art:before{
  content:"RASA KHAS";position:absolute;left:26px;top:24px;
  font:400 20px/1 var(--serif);color:rgba(50,35,20,.55)
}
.hero-art img{
  position:absolute;z-index:2;left:50%;bottom:18px;transform:translateX(-50%);
  max-height:510px;width:auto;filter:drop-shadow(0 28px 24px rgba(50,30,15,.25))
}
.hero-note{
  position:absolute;z-index:3;right:28px;bottom:28px;
  font:400 20px/1.2 var(--serif);max-width:170px;color:#493522
}

.section{padding:90px 0}
.section-head{
  display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:36px
}
.section-head h2{
  font:400 clamp(40px,5vw,68px)/.95 var(--serif);
  letter-spacing:-.045em;margin:8px 0 0
}
.section-head p{max-width:500px;color:var(--muted);margin:0}

.featured{
  display:grid;grid-template-columns:1.08fr .92fr;
  border-top:1px solid var(--ink);border-bottom:1px solid var(--line)
}
.featured-media{
  min-height:500px;background:var(--cream);display:grid;place-items:center;padding:36px
}
.featured-media img{max-height:450px;width:auto}
.featured-copy{padding:58px;display:flex;flex-direction:column;justify-content:center}
.featured-copy h3{font:400 46px/1 var(--serif);letter-spacing:-.04em;margin:12px 0 16px}
.featured-copy p{color:var(--muted)}
.price-row{
  display:flex;justify-content:space-between;align-items:center;
  border-top:1px solid var(--line);padding-top:16px;margin-top:28px
}
.price-row strong{font-size:18px}
.price-row a{font-size:12px;font-weight:800;color:var(--red)}

.catalog{
  display:grid;grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--ink)
}
.product{
  padding:22px 22px 22px 0;border-right:1px solid var(--line);border-bottom:1px solid var(--line)
}
.product:nth-child(3n+2),.product:nth-child(3n+3){padding-left:22px}
.product:nth-child(3n){border-right:0}
.product-visual{
  height:320px;background:var(--cream);display:grid;place-items:center;overflow:hidden
}
.product-visual img{max-height:286px;max-width:82%;width:auto;object-fit:contain}
.product small{display:block;margin:17px 0 7px;font-size:10px;letter-spacing:.12em;color:var(--muted);text-transform:uppercase}
.product h3{font:400 24px/1.08 var(--serif);margin:0 0 7px}
.product p{font-size:13px;color:var(--muted);min-height:42px}
.product-foot{
  display:flex;justify-content:space-between;border-top:1px solid var(--line);
  padding-top:13px;margin-top:15px;font-size:12px;font-weight:800
}
.product-foot a{color:var(--red)}

.story{background:var(--brown);color:#fff}
.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}
.story-media{
  min-height:450px;background:linear-gradient(145deg,#c18c48,#6b3b22);
  display:grid;place-items:center;overflow:hidden
}
.story-media img{max-height:390px;width:auto;filter:drop-shadow(0 25px 25px rgba(0,0,0,.25))}
.story-copy h2{
  font:400 clamp(42px,5vw,72px)/.95 var(--serif);
  letter-spacing:-.045em;margin:10px 0 20px
}
.story-copy p{color:#d2c7bf;max-width:560px}

.trade{background:var(--cream)}
.trade-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:54px;align-items:center}
.trade h2{
  font:400 clamp(42px,5vw,72px)/.95 var(--serif);
  letter-spacing:-.045em;margin:10px 0 20px
}
.trade p{color:var(--muted);max-width:570px}
.trade-card{
  background:var(--gold);padding:42px;min-height:320px;
  display:flex;flex-direction:column;justify-content:space-between
}
.trade-card strong{font:400 31px/1.1 var(--serif)}
.trade-card p{color:#3c2b18;font-size:13px}

.cta{
  padding:78px 0;border-top:1px solid var(--ink);
  display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center
}
.cta h2{
  font:400 clamp(44px,6vw,82px)/.9 var(--serif);
  letter-spacing:-.055em;margin:0
}

.footer{background:#12110f;color:#fff;padding:45px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:40px}
.footer p,.footer a{font-size:12px;color:#9e9991}
.footer-title{font-size:11px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px}
.copy{border-top:1px solid #302d29;margin-top:32px;padding-top:17px;color:#746f68;font-size:11px}
.wa{
  position:fixed;right:18px;bottom:18px;z-index:80;width:56px;height:56px;
  border-radius:50%;background:#20a65d;color:#fff;display:grid;place-items:center;
  font-size:11px;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.22)
}

@media(max-width:900px){
  .menu{display:none}
  .hero-grid,.featured,.story-grid,.trade-grid{grid-template-columns:1fr}
  .catalog{grid-template-columns:1fr 1fr}
  .product:nth-child(n){padding:18px;border-right:1px solid var(--line)}
  .section-head{display:block}.section-head p{margin-top:12px}
  .hero-art{min-height:500px}
}
@media(max-width:620px){
  .wrap{width:min(100% - 26px,1180px)}
  .nav-cta{display:none}
  .hero{padding-top:18px}
  .hero-grid{gap:28px;padding-top:30px}
  .hero h1{font-size:57px}
  .hero-art{min-height:430px}
  .section{padding:68px 0}
  .featured-copy{padding:30px 0}
  .catalog{grid-template-columns:1fr}
  .product:nth-child(n){padding:18px 0;border-right:0}
  .product-visual{height:305px}
  .story-grid,.trade-grid{gap:30px}
  .cta{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}


/* v1.1 — brand logo */
.brand-logo{
  display:flex;
  align-items:center;
  gap:13px;
  min-width:0;
}
.brand-logo img{
  width:58px;
  height:58px;
  object-fit:cover;
  flex:0 0 auto;
}
.brand-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.brand-copy strong{
  font:700 22px/1 var(--serif);
  letter-spacing:-.035em;
}
.brand-copy strong span{color:var(--red)}
.brand-copy small{
  font-size:9px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--muted);
  font-weight:800;
}
.footer .brand-logo img{
  width:82px;
  height:82px;
}
.footer .brand-copy strong{
  color:#fff;
  font-size:24px;
}
.footer .brand-copy small{
  color:#8f8982;
}
@media(max-width:620px){
  .brand-logo img{width:50px;height:50px}
  .brand-copy strong{font-size:19px}
  .brand-copy small{display:none}
}


/* v1.2 — refined brand header + hero */
.site-header{
  background:rgba(255,253,249,.97);
  border-bottom:1px solid rgba(70,45,25,.10);
}
.nav{
  height:82px;
}
.brand-logo{
  gap:12px;
}
.brand-logo img{
  width:54px;
  height:54px;
  border-radius:14px;
  box-shadow:0 8px 20px rgba(80,40,20,.08);
}
.brand-copy strong{
  font-size:21px;
}
.brand-copy small{
  color:#8d8177;
}
.menu{
  gap:30px;
  letter-spacing:.01em;
}
.nav-cta{
  color:var(--red);
  border-color:var(--red);
}

.hero{
  padding-top:26px;
}
.hero-grid{
  border-top:0;
  padding-top:0;
  gap:54px;
  min-height:640px;
}
.hero > .wrap{
  position:relative;
}
.hero > .wrap:before{
  content:"";
  display:block;
  height:1px;
  background:var(--ink);
  margin-bottom:34px;
}
.hero h1{
  max-width:680px;
  font-size:clamp(62px,7.2vw,108px);
}
.hero p{
  max-width:560px;
}
.hero-art{
  min-height:610px;
  background:
    linear-gradient(rgba(255,255,255,.12),rgba(255,255,255,.12)),
    radial-gradient(circle at 72% 20%,rgba(255,255,255,.92),transparent 25%),
    linear-gradient(145deg,#efe8dd 0%,#dec8a0 48%,#b47a44 100%);
  border-radius:2px;
}
.hero-art:before{
  content:"";
}
.hero-art:after{
  content:"KAWISTA";
  position:absolute;
  right:-20px;
  top:34px;
  font:400 96px/1 var(--serif);
  letter-spacing:.04em;
  color:rgba(255,255,255,.20);
  writing-mode:vertical-rl;
}
.hero-art img{
  max-height:560px;
  bottom:8px;
}
.hero-note{
  right:auto;
  left:24px;
  bottom:24px;
  font-size:18px;
  max-width:190px;
  color:#fff;
  text-shadow:0 1px 12px rgba(0,0,0,.18);
}
.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:22px;
  font-size:12px;
  font-weight:800;
  color:#5e564e;
}
.hero-badge:before{
  content:"";
  width:26px;
  height:1px;
  background:var(--red);
}
.hero-actions .btn{
  background:var(--red);
}
.hero-actions .btn:hover{
  background:var(--red-dark);
}
.hero-points{
  border-top:1px solid var(--line);
  padding-top:20px;
  margin-top:34px;
  max-width:620px;
}

@media(max-width:900px){
  .nav{height:74px}
  .hero-grid{min-height:auto}
  .hero-art{min-height:520px}
}
@media(max-width:620px){
  .site-header{position:relative}
  .nav{height:70px}
  .brand-logo img{width:46px;height:46px}
  .brand-copy strong{font-size:18px}
  .hero > .wrap:before{margin-bottom:24px}
  .hero h1{font-size:56px}
  .hero-art{min-height:450px}
  .hero-note{font-size:16px;max-width:150px}
}


/* v1.4 — three primary Kawista products */
.main-products{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--ink);
  border-bottom:1px solid var(--line);
}
.main-product{
  display:flex;
  flex-direction:column;
  padding:24px;
  border-right:1px solid var(--line);
}
.main-product:first-child{padding-left:0}
.main-product:last-child{border-right:0;padding-right:0}
.main-product-visual{
  height:390px;
  background:var(--cream);
  display:grid;
  place-items:center;
  overflow:hidden;
}
.main-product-visual img{
  max-height:350px;
  max-width:82%;
  width:auto;
  object-fit:contain;
  filter:drop-shadow(0 18px 16px rgba(45,30,20,.12));
}
.main-product-copy{
  padding-top:20px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.main-product-copy small,
.secondary-product small{
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--red);
  font-weight:800;
}
.main-product-copy h3{
  font:400 31px/1.02 var(--serif);
  letter-spacing:-.035em;
  margin:8px 0 12px;
}
.main-product-copy p{
  font-size:13px;
  color:var(--muted);
  min-height:62px;
}
.main-product-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid var(--line);
  padding-top:15px;
  margin-top:auto;
}
.main-product-bottom strong{font-size:17px}
.main-product-bottom a{
  font-size:12px;
  font-weight:800;
  color:var(--red);
}

.secondary-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:28px;
  margin:78px 0 28px;
}
.secondary-head h2{
  font:400 clamp(34px,4vw,54px)/.95 var(--serif);
  letter-spacing:-.04em;
  margin:8px 0 0;
}
.secondary-head p{
  color:var(--muted);
  max-width:430px;
  margin:0;
}
.secondary-products{
  border-top:1px solid var(--ink);
}
.secondary-product{
  display:grid;
  grid-template-columns:110px 1fr auto;
  gap:24px;
  align-items:center;
  padding:18px 0;
  border-bottom:1px solid var(--line);
}
.secondary-visual{
  width:110px;
  height:110px;
  background:var(--cream);
  display:grid;
  place-items:center;
}
.secondary-visual img{
  max-width:76px;
  max-height:96px;
  width:auto;
  object-fit:contain;
}
.secondary-product h3{
  font:400 23px/1.1 var(--serif);
  margin:3px 0 5px;
}
.secondary-product strong{font-size:12px}
.secondary-product > a{
  font-size:12px;
  font-weight:800;
  color:var(--red);
}

@media(max-width:900px){
  .main-products{grid-template-columns:1fr 1fr}
  .main-product:nth-child(2){border-right:0}
  .main-product:last-child{
    grid-column:1/-1;
    border-top:1px solid var(--line);
    padding-left:0;
  }
  .secondary-head{display:block}
  .secondary-head p{margin-top:12px}
}
@media(max-width:620px){
  .main-products{grid-template-columns:1fr}
  .main-product,
  .main-product:first-child,
  .main-product:last-child{
    grid-column:auto;
    padding:20px 0;
    border-right:0;
    border-top:0;
    border-bottom:1px solid var(--line);
  }
  .main-product-visual{height:340px}
  .secondary-product{
    grid-template-columns:82px 1fr auto;
    gap:14px;
  }
  .secondary-visual{width:82px;height:90px}
  .secondary-visual img{max-width:62px;max-height:76px}
}


/* v1.5 — typography refinement */
body{
  font-family:var(--sans);
  font-weight:400;
  letter-spacing:-.005em;
}
.brand,
.brand-copy strong,
.hero h1,
.section-head h2,
.main-product-copy h3,
.secondary-head h2,
.secondary-product h3,
.story-copy h2,
.trade h2,
.cta h2{
  font-family:var(--serif);
}
.hero h1{
  font-weight:400;
  line-height:.92;
  letter-spacing:-.045em;
}
.hero p,
.section-head p,
.main-product-copy p,
.secondary-head p,
.story-copy p,
.trade p,
.footer p{
  font-family:var(--sans);
  font-weight:400;
}
.menu,
.nav-cta,
.eyebrow,
.btn,
.text-link,
.main-product-copy small,
.secondary-product small,
.main-product-bottom a,
.secondary-product > a,
.footer-title{
  font-family:var(--sans);
  font-weight:700;
}
.eyebrow,
.main-product-copy small,
.secondary-product small,
.footer-title{
  letter-spacing:.12em;
}
.main-product-bottom strong,
.secondary-product strong{
  font-family:var(--sans);
  font-weight:800;
  letter-spacing:-.015em;
}
.main-product-copy h3{
  font-size:32px;
  line-height:1.04;
}
.secondary-product h3{
  font-size:22px;
  line-height:1.1;
}
.section-head h2{
  line-height:.98;
}
.story-copy h2,
.trade h2,
.cta h2{
  line-height:.96;
}
.btn{
  letter-spacing:-.005em;
}
@media(max-width:620px){
  .hero h1{
    font-size:54px;
    line-height:.94;
  }
  .main-product-copy h3{
    font-size:29px;
  }
}


/* v1.6 — clean premium: fewer lines, more whitespace */
.site-header{
  border-bottom:0 !important;
  box-shadow:0 8px 28px rgba(44,28,18,.045);
}
.hero > .wrap:before{
  display:none !important;
}
.hero-grid{
  border-top:0 !important;
}
.hero-points{
  border-top:0 !important;
  padding-top:8px;
}
.section{
  padding-top:92px;
  padding-bottom:92px;
}
.section-head{
  margin-bottom:38px;
}
.main-products{
  gap:22px;
  border-top:0 !important;
  border-bottom:0 !important;
}
.main-product,
.main-product:first-child,
.main-product:last-child{
  padding:0 !important;
  border:0 !important;
  background:#fff;
  box-shadow:0 14px 40px rgba(55,34,21,.065);
}
.main-product-visual{
  background:#f5f0e8;
}
.main-product-copy{
  padding:24px 24px 22px;
}
.main-product-copy p{
  min-height:58px;
}
.main-product-bottom{
  border-top:0 !important;
  padding-top:18px;
  margin-top:12px;
}
.main-product-bottom a{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:var(--red);
  color:#fff;
}
.secondary-head{
  margin-top:92px;
}
.secondary-products{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  border-top:0 !important;
}
.secondary-product{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
  padding:16px;
  border:0 !important;
  background:#faf7f2;
}
.secondary-visual{
  width:100%;
  height:190px;
  background:#f1ebe2;
}
.secondary-visual img{
  max-width:120px;
  max-height:165px;
}
.secondary-product > a{
  margin-top:auto;
}
.story,
.trade{
  border:0 !important;
}
.footer{
  border-top:0 !important;
}
@media(max-width:900px){
  .main-products{gap:18px}
  .secondary-products{grid-template-columns:repeat(2,1fr)}
  .main-product:last-child{
    border-top:0 !important;
  }
}
@media(max-width:620px){
  .section{
    padding-top:68px;
    padding-bottom:68px;
  }
  .main-products{
    gap:20px;
  }
  .main-product,
  .main-product:first-child,
  .main-product:last-child{
    border:0 !important;
  }
  .main-product-copy{
    padding:21px 20px 20px;
  }
  .secondary-products{
    grid-template-columns:1fr 1fr;
    gap:12px;
  }
  .secondary-product{
    padding:12px;
  }
  .secondary-visual{
    height:150px;
  }
  .secondary-visual img{
    max-width:90px;
    max-height:125px;
  }
}


/* v1.6.1 — mobile header line fix */
@media(max-width:620px){
  .site-header,
  .header,
  .nav,
  .brand-logo,
  .brand-logo img,
  .brand-copy{
    border-bottom:0 !important;
    border-top:0 !important;
    box-shadow:none;
  }

  .hero,
  .hero > .wrap,
  .hero-grid{
    border-top:0 !important;
  }

  .hero > .wrap:before,
  .nav:after,
  .brand-logo:after{
    display:none !important;
    content:none !important;
  }
}


/* v1.7 — minimal social links in footer */
.footer-social{
  margin-top:28px;
}
.social-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  margin-top:10px;
}
.social-links a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#d7d1ca;
  font-size:12px;
  font-weight:600;
  transition:color .2s ease, opacity .2s ease;
}
.social-links a:hover{
  color:#fff;
}
.social-links svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  flex:0 0 auto;
}
.social-links a:nth-child(2) svg{
  fill:currentColor;
  stroke:none;
}
@media(max-width:620px){
  .footer-social{margin-top:24px}
  .social-links{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }
}
