/* =========================================================
   KINGS KITCHENS — brand stylesheet
   Tokens
   ========================================================= */
:root{
  --black:#0c0c0c;
  --ink:#1a1a1a;
  --white:#ffffff;
  --grey-light:#efefec;
  --grey-mid:#8c8c88;
  --orange:#ea5b0c;
  --orange-dark:#c14907;
  --whatsapp:#25d366;
  --maxw:1240px;
  --gap:24px;
  --radius:3px;
  --font-display:'Poppins', sans-serif;
  --font-body:'Montserrat', sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--white);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; margin:0; padding:0; }
h1,h2,h3,h4{ font-family:var(--font-display); margin:0; line-height:1.05; }
p{ margin:0; }
.wrap{ max-width:var(--maxw); margin:0 auto; padding:0 28px; }

:focus-visible{ outline:3px solid var(--orange); outline-offset:2px; }

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important; }
}

.btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:15px 28px;
  font-family:var(--font-display);
  font-weight:700;
  font-size:0.95rem;
  border-radius:var(--radius);
  border:2px solid transparent;
  cursor:pointer;
  transition:transform .15s ease, background-color .15s ease, color .15s ease;
}
.btn:hover{ transform:translateY(-2px); }
.btn-primary{ background:var(--orange); color:var(--white); }
.btn-primary:hover{ background:var(--orange-dark); }
.btn-outline{ background:transparent; color:var(--white); border-color:rgba(255,255,255,0.55); }
.btn-outline:hover{ background:rgba(255,255,255,0.1); border-color:var(--white); }
.btn-dark{ background:var(--black); color:var(--white); }
.btn-dark:hover{ background:#000; }
.btn-whatsapp{ background:var(--whatsapp); color:var(--white); }
.btn-whatsapp:hover{ background:#1fb857; }

.eyebrow-code{
  display:inline-block;
  font-family:var(--font-body);
  font-size:0.72rem;
  font-weight:700;
  letter-spacing:0.06em;
  color:var(--orange);
  border:1px solid var(--orange);
  padding:3px 8px;
  border-radius:2px;
}

/* =========================== HEADER =========================== */
header{
  background:var(--black);
  position:sticky;
  top:0;
  z-index:999;
  border-bottom:3px solid var(--orange);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 28px;
  max-width:var(--maxw);
  margin:0 auto;
}
.logo{
  font-family:var(--font-display);
  font-size:1.5rem;
  font-weight:800;
  color:var(--white);
  letter-spacing:0.01em;
}
.logo span{ color:var(--orange); }
nav.main-nav ul{ display:flex; gap:34px; }
nav.main-nav a{
  color:var(--white);
  font-weight:600;
  font-size:0.92rem;
  letter-spacing:0.02em;
  padding:6px 2px;
  border-bottom:2px solid transparent;
  transition:border-color .15s ease, color .15s ease;
}
nav.main-nav a:hover{ color:var(--orange); border-color:var(--orange); }
.header-actions{ display:flex; align-items:center; gap:18px; }
.header-actions .btn{ padding:11px 20px; font-size:0.85rem; }
.nav-toggle{
  display:none;
  background:none;
  border:none;
  color:var(--white);
  font-size:1.6rem;
  cursor:pointer;
  padding:4px 8px;
}

/* =========================== HERO =========================== */
.hero{
  position:relative;
  min-height:88vh;
  display:flex;
  align-items:flex-end;
  background:#111 url('../images/hero-lifestyle.jpg') center 18% / cover no-repeat;
}
.hero::before{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(100deg, rgba(10,10,10,0.92) 0%, rgba(10,10,10,0.72) 32%, rgba(10,10,10,0.15) 62%, rgba(10,10,10,0.05) 100%);
}
.hero-content{
  position:relative;
  color:var(--white);
  max-width:var(--maxw);
  margin:0 auto;
  width:100%;
  padding:60px 28px 68px;
}
.hero-kicker{
  font-weight:700;
  color:var(--orange);
  letter-spacing:0.04em;
  font-size:0.85rem;
  margin-bottom:18px;
  display:block;
}
.hero h1{
  font-size:clamp(2.6rem, 6vw, 5rem);
  text-transform:uppercase;
  font-weight:800;
  max-width:11ch;
}
.hero h1 em{
  font-style:normal;
  color:var(--orange);
}
.hero-sub{
  margin-top:22px;
  max-width:46ch;
  font-size:1.08rem;
  color:#e9e9e9;
}
.hero-ctas{ margin-top:36px; display:flex; gap:16px; flex-wrap:wrap; }

/* =========================== SECTION HEADS =========================== */
.section{ padding:96px 0; }
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:32px;
  margin-bottom:56px;
  flex-wrap:wrap;
}
.section-head h2{
  font-size:clamp(2rem, 4vw, 2.9rem);
  text-transform:uppercase;
  max-width:13ch;
}
.section-head .lede{
  max-width:38ch;
  color:var(--grey-mid);
  font-size:1rem;
}
.section-tag{
  font-weight:700;
  color:var(--orange);
  font-size:0.82rem;
  letter-spacing:0.04em;
  display:block;
  margin-bottom:12px;
}

/* =========================== PRODUCT GRID =========================== */
.product-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:var(--gap);
}
.product-card{
  background:var(--grey-light);
  overflow:hidden;
  transition:transform .2s ease;
}
.product-card:hover{ transform:translateY(-4px); }
.product-media{
  aspect-ratio:4/5;
  overflow:hidden;
  background:#f4f4f2;
}
.product-media img{ width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.product-card:hover .product-media img{ transform:scale(1.04); }
.product-info{ padding:18px 20px 22px; }
.product-info .eyebrow-code{ margin-bottom:10px; }
.product-name{
  font-family:var(--font-display);
  font-weight:700;
  font-size:1.08rem;
  text-transform:uppercase;
  margin-bottom:4px;
}
.product-tagline{ font-size:0.85rem; color:var(--grey-mid); font-style:italic; margin-bottom:12px; }
.product-row{ display:flex; align-items:center; justify-content:space-between; }
.price{ font-family:var(--font-display); font-weight:800; color:var(--orange); font-size:1.15rem; }
.enquire-link{
  font-size:0.8rem;
  font-weight:700;
  border-bottom:1px solid var(--ink);
  padding-bottom:2px;
}
.enquire-link:hover{ color:var(--orange); border-color:var(--orange); }

/* =========================== COLLECTIONS (editorial rows) =========================== */
.collections{ background:var(--black); color:var(--white); }
.collections .section-head .lede{ color:#b8b8b4; }
.collection-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
  padding:56px 0;
  border-top:1px solid rgba(255,255,255,0.14);
}
.collection-row:last-child{ padding-bottom:0; }
.collection-row.reverse .col-media{ order:2; }
.collection-row.reverse .col-text{ order:1; }
.col-media{
  aspect-ratio:1/1;
  overflow:hidden;
  background:#191919;
}
.col-media img{ width:100%; height:100%; object-fit:cover; }
.collection-label{ font-weight:700; color:var(--orange); font-size:0.8rem; letter-spacing:0.05em; margin-bottom:14px; display:block; }
.col-text h3{ font-size:clamp(1.8rem,3vw,2.6rem); text-transform:uppercase; margin-bottom:14px; }
.col-text p.blurb{ color:#cfcfcb; max-width:42ch; margin-bottom:22px; }
.col-text .price{ color:var(--orange); font-size:1.4rem; display:block; margin-bottom:24px; }

/* =========================== ACCESSORIES STRIP =========================== */
.accessories{ background:var(--grey-light); }
.accessory-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:var(--gap);
}
.accessory-card{ background:var(--white); text-align:left; }
.accessory-card .product-media{ aspect-ratio:1/1; }
.accessory-card .product-info{ padding:16px; }
.accessory-card .product-name{ font-size:0.95rem; }

/* =========================== ABOUT =========================== */
.about{ background:var(--white); }
.about-grid{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:70px;
  align-items:center;
}
.about-text p{ margin-bottom:18px; color:#3c3c3a; font-size:1.02rem; max-width:52ch; }
.founder-card{
  margin-top:32px;
  padding:22px 24px;
  border-left:3px solid var(--orange);
  background:var(--grey-light);
}
.founder-card .founder-name{ font-family:var(--font-display); font-weight:700; text-transform:uppercase; font-size:1rem; }
.founder-card .founder-role{ color:var(--grey-mid); font-size:0.85rem; margin-top:2px; }
.about-media{ position:relative; }
.about-media img{ width:100%; aspect-ratio:3/4; object-fit:cover; }
.about-media .est-badge{
  position:absolute;
  bottom:-22px; left:-22px;
  background:var(--orange);
  color:var(--white);
  font-family:var(--font-display);
  font-weight:800;
  text-align:center;
  padding:18px 20px;
  line-height:1.15;
  font-size:0.9rem;
  text-transform:uppercase;
}
.about-media .est-badge b{ display:block; font-size:1.5rem; }

/* =========================== CONTACT =========================== */
.contact{ background:var(--black); color:var(--white); }
.contact-grid{
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:70px;
}
.contact-info h2{ font-size:clamp(2rem,4vw,2.8rem); text-transform:uppercase; margin-bottom:18px; }
.contact-info > p{ color:#c9c9c5; max-width:40ch; margin-bottom:34px; }
.contact-list{ display:flex; flex-direction:column; gap:22px; margin-bottom:34px; }
.contact-list li{ display:flex; align-items:center; gap:14px; }
.contact-list .ico{
  width:42px; height:42px;
  border:1px solid rgba(255,255,255,0.3);
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
  color:var(--orange);
}
.contact-list .label{ font-size:0.75rem; color:var(--grey-mid); text-transform:uppercase; letter-spacing:0.04em; }
.contact-list a, .contact-list span.value{ font-weight:600; font-size:1.02rem; }
.contact-list a:hover{ color:var(--orange); }

.contact-form{
  background:var(--white);
  color:var(--ink);
  padding:44px;
}
.contact-form h3{ font-size:1.3rem; text-transform:uppercase; margin-bottom:6px; }
.contact-form .form-sub{ color:var(--grey-mid); font-size:0.92rem; margin-bottom:26px; }
.form-row{ margin-bottom:18px; }
.form-row label{ display:block; font-size:0.8rem; font-weight:700; text-transform:uppercase; letter-spacing:0.03em; margin-bottom:7px; }
.form-row input,
.form-row textarea{
  width:100%;
  padding:13px 14px;
  border:1.5px solid #d8d8d4;
  border-radius:2px;
  font-family:var(--font-body);
  font-size:0.96rem;
  background:var(--white);
  color:var(--ink);
  resize:vertical;
}
.form-row input:focus,
.form-row textarea:focus{ border-color:var(--orange); outline:none; }
.form-two{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.hp-field{ position:absolute; left:-9999px; top:-9999px; }
.form-submit{ width:100%; justify-content:center; margin-top:6px; }
.form-status{
  margin-top:16px;
  font-size:0.92rem;
  font-weight:600;
  padding:12px 14px;
  border-radius:2px;
  display:none;
}
.form-status.show{ display:block; }
.form-status.ok{ background:#e9f9ee; color:#1a7a3c; display:block; }
.form-status.err{ background:#fdecea; color:#a3281a; display:block; }

/* =========================== FOOTER =========================== */
footer{ background:#080808; color:#9a9a96; padding:44px 0 30px; }
.footer-inner{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:18px; }
.footer-logo{ color:var(--white); font-family:var(--font-display); font-weight:800; font-size:1.15rem; }
.footer-logo span{ color:var(--orange); }
.footer-links{ display:flex; gap:26px; flex-wrap:wrap; }
.footer-links a{ font-size:0.85rem; }
.footer-links a:hover{ color:var(--white); }
.footer-bottom{ margin-top:26px; font-size:0.78rem; border-top:1px solid #232323; padding-top:20px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; }

/* =========================== WHATSAPP FLOAT =========================== */
.whatsapp-float{
  position:fixed;
  bottom:24px; right:24px;
  background:var(--whatsapp);
  color:var(--white);
  width:60px; height:60px;
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 6px 18px rgba(0,0,0,0.28);
  z-index:998;
  transition:transform .15s ease;
}
.whatsapp-float:hover{ transform:scale(1.08); }
.whatsapp-float svg{ width:30px; height:30px; }

/* =========================== RESPONSIVE =========================== */
@media (max-width:980px){
  .product-grid{ grid-template-columns:repeat(2,1fr); }
  .accessory-grid{ grid-template-columns:repeat(2,1fr); }
  .about-grid{ grid-template-columns:1fr; }
  .about-media{ order:-1; max-width:420px; margin:0 auto; }
  .contact-grid{ grid-template-columns:1fr; }
  .collection-row{ grid-template-columns:1fr; gap:26px; }
  .collection-row.reverse .col-media{ order:0; }
  .collection-row.reverse .col-text{ order:1; }
}
@media (max-width:760px){
  nav.main-nav{
    position:fixed; top:69px; left:0; right:0;
    background:var(--black);
    flex-direction:column;
    padding:10px 28px 26px;
    border-bottom:3px solid var(--orange);
    transform:translateY(-130%);
    transition:transform .25s ease;
  }
  nav.main-nav.open{ transform:translateY(0); }
  nav.main-nav ul{ flex-direction:column; gap:0; }
  nav.main-nav li{ border-bottom:1px solid #1f1f1f; }
  nav.main-nav a{ display:block; padding:16px 2px; }
  .nav-toggle{ display:block; }
  .header-actions .btn-label{ display:none; }
  .section{ padding:64px 0; }
  .product-grid{ grid-template-columns:1fr 1fr; }
  .accessory-grid{ grid-template-columns:1fr 1fr; }
  .form-two{ grid-template-columns:1fr; }
  .contact-form{ padding:28px; }
}
@media (max-width:520px){
  .product-grid{ grid-template-columns:1fr; }
  .accessory-grid{ grid-template-columns:1fr 1fr; }
  .hero{ min-height:96vh; }
}
