/*
Theme Name: The Kshan Studio — CRO Landing Page
Theme URI: https://thekshanstudio.com/
Author: The Kshan Studio
Description: CRO-focused premium festive landing page with responsive navigation and enquiry funnel.
Version: 3.0.0
Text Domain: the-kshan-studio
*/

:root{
 --emerald:#004B49;--gold:#D4AF37;--cream:#FDFBF7;--text:#222222;
 --muted:#66716e;--white:#fff;--line:rgba(0,75,73,.12);
 --soft:#f7f1e6;--shadow:0 14px 40px rgba(0,75,73,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--text);font-family:Montserrat,Inter,Arial,sans-serif;line-height:1.55}
body,button,input,select,textarea{font-family:Montserrat,Inter,Arial,sans-serif}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.k-wrap{width:min(1240px,92%);margin:auto}
.k-skip{position:absolute;left:-9999px}.k-skip:focus{left:12px;top:12px;z-index:999;background:#fff;padding:10px}
h1,h2,h3,h4{font-family:"Playfair Display",Georgia,serif;color:var(--emerald);line-height:1.12;font-weight:600}
h1{font-size:clamp(38px,4.4vw,64px);margin:0}
h2{font-size:clamp(30px,3.2vw,44px);margin:0 0 10px}
h3{font-size:20px;margin:0 0 7px}
p{margin:0 0 12px}
.k-eyebrow{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#b68a1c;font-weight:800}
.k-divider{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--gold);margin:9px 0 12px}
.k-divider:before,.k-divider:after{content:"";width:48px;height:1px;background:var(--gold)}
.k-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 22px;border-radius:7px;border:1px solid var(--emerald);font-size:12px;font-weight:700;letter-spacing:.2px;cursor:pointer;transition:.2s}
.k-btn-primary{background:var(--emerald);color:#fff}.k-btn-primary:hover{background:#063f3d;transform:translateY(-1px)}
.k-btn-outline{background:transparent;color:var(--emerald)}.k-btn-outline:hover{background:#fff}
.k-btn-gold{background:var(--gold);border-color:var(--gold);color:#fff}

/* Header — one logo only, fixed sizing, no repeated wordmark */


/* CRO hero: clear value proposition + one primary CTA */
.k-hero{background:var(--cream);overflow:hidden}
.k-hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:440px}
.k-hero-copy{display:flex;align-items:center;justify-content:center;padding:44px 48px;text-align:center}
.k-hero-inner{max-width:560px}
.k-hero-logo{width:min(480px,100%);margin:0 auto 12px}
.k-hero-description{font-family:Georgia,serif;color:#28413f;font-size:16px;line-height:1.5;max-width:400px;margin:0 auto 23px}
.k-hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.k-hero-image{min-height:440px;background:#eadfc9}
.k-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}

/* Immediate trust / friction reducer */
.k-trust{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.k-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:17px 0}
.k-trust-item{text-align:center;padding:3px 18px;border-right:1px solid #e5e4dc}
.k-trust-item:last-child{border-right:0}
.k-trust-item strong{display:block;color:var(--emerald);font-family:Georgia,serif;font-size:14px}
.k-trust-item span{display:block;color:var(--muted);font-size:10px;margin-top:2px}

/* Collections */
.k-section{padding:58px 0}
.k-collections{background:linear-gradient(180deg,#f8f2e7 0,#fdfbf7 100%)}
.k-section-head{text-align:center;max-width:740px;margin:0 auto 31px}
.k-section-head p{font-size:13px;color:var(--muted)}
.k-collection-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:17px}
.k-collection{text-align:center;border-radius:12px;padding:4px 3px 10px;transition:.2s}
.k-collection:hover{transform:translateY(-3px)}
.k-collection-image{width:116px;height:116px;margin:0 auto 9px;border-radius:50%;border:1px solid var(--gold);padding:6px;background:#fff;box-shadow:0 3px 10px rgba(212,175,55,.13)}
.k-collection-image img{width:100%;height:100%;border-radius:50%;object-fit:cover}
.k-collection h3{font-size:13px;font-weight:500;color:var(--emerald)}

/* Story / brand proof */
.k-story{background:#fff}
.k-story-grid{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}
.k-story-image img{width:100%;height:100%;min-height:355px;object-fit:cover}
.k-story-copy{padding:54px 58px;display:flex;flex-direction:column;justify-content:center}
.k-story-copy p{font-size:13px;color:#5d6865;max-width:580px}
.k-benefits{display:grid;grid-template-columns:repeat(4,1fr);margin-top:20px}
.k-benefit{text-align:center;padding:0 10px;border-right:1px solid #e5dcc7}
.k-benefit:last-child{border-right:0}
.k-benefit-icon{height:34px;color:var(--gold);font-size:27px;line-height:1}
.k-benefit strong{display:block;color:var(--emerald);font-size:10px;line-height:1.3}

/* Featured products — strong scannability + CTA */
.k-featured{background:linear-gradient(180deg,#f8f2e7 0,#fff 100%)}
.k-featured-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:17px}
.k-product{background:#fff;border:1px solid rgba(0,75,73,.09);border-radius:7px;overflow:hidden;box-shadow:0 5px 18px rgba(0,75,73,.055);transition:.2s}
.k-product:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.k-product-image{height:160px;background:#f3ede2}
.k-product-image img{width:100%;height:100%;object-fit:cover}
.k-product-body{text-align:center;padding:11px 10px 15px}
.k-product-title{font-family:Georgia,serif;color:var(--emerald);font-size:13px;margin-bottom:9px}
.k-product .k-btn{min-height:32px;padding:6px 16px;font-size:10px}

/* Conversion section */
.k-custom{background:var(--emerald);color:#fff;padding:60px 0}
.k-custom-grid{display:grid;grid-template-columns:.72fr .72fr 1.15fr;gap:35px;align-items:center}
.k-custom-visual img{width:100%;height:315px;object-fit:cover;border-radius:5px}
.k-custom-copy .k-eyebrow{color:#e2c35f}
.k-custom h2{color:#fff;font-size:36px}
.k-custom-copy p{color:rgba(255,255,255,.85);font-size:13px}
.k-custom-copy .k-btn{margin-top:8px}
.k-form-card{background:#fff;color:var(--text);border-radius:7px;padding:21px;box-shadow:0 18px 45px rgba(0,0,0,.15)}
.k-form-card h3{font-size:22px;margin-bottom:12px}
.k-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.k-field{display:flex;flex-direction:column;gap:5px}
.k-field-full{grid-column:1/-1}
.k-field label{font-size:10px;font-weight:700;color:var(--emerald)}
.k-field input,.k-field select,.k-field textarea{width:100%;border:1px solid #dcdedb;border-radius:4px;padding:9px 10px;font-size:11px;background:#fff;outline:none}
.k-field input:focus,.k-field select:focus,.k-field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 2px rgba(212,175,55,.12)}
.k-field textarea{min-height:72px;resize:vertical}
.k-form-submit{width:100%;border:0}
.k-form-status{font-size:11px;font-weight:700;color:var(--emerald)}

/* FAQ / objections before footer */
.k-faq{background:#fff;padding:55px 0}
.k-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:900px;margin:auto}
.k-faq details{border:1px solid var(--line);border-radius:7px;background:var(--cream);padding:14px 16px}
.k-faq summary{cursor:pointer;color:var(--emerald);font-weight:700;font-size:12px}
.k-faq details p{font-size:11px;color:var(--muted);margin:10px 0 0}

/* Footer — logo image only, no duplicate tagline text */
.k-footer{background:#edf0eb;color:var(--emerald);border-top:1px solid var(--line)}
.k-footer-main{padding:34px 0 24px}
.k-footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.2fr;gap:28px}
.k-footer-logo{width:205px;height:auto;margin-bottom:5px}
.k-footer h4{font-family:Georgia,serif;margin:0 0 9px;font-size:14px;color:var(--emerald)}
.k-footer a,.k-footer p{font-size:11px;color:#5d6865;margin:4px 0;display:block}
.k-footer a:hover{color:#a47c18}
.k-footer-bottom{border-top:1px solid rgba(0,75,73,.1);padding:11px 0}
.k-footer-bottom .k-wrap{display:flex;justify-content:space-between;gap:15px}
.k-footer-bottom p{font-size:10px;color:#66716e;margin:0}

/* Mobile */
@media(max-width:1050px){
 .k-menu{gap:17px}.k-brand img{width:205px}
 .k-custom-grid{grid-template-columns:1fr 1fr}.k-form-card{grid-column:1/-1}
 .k-custom-copy{align-self:center}
 .k-featured-grid{grid-template-columns:repeat(3,1fr)}
 .k-collection-grid{grid-template-columns:repeat(3,1fr);row-gap:25px}
}
@media(max-width:760px){
 .k-nav{min-height:66px}.k-brand img{width:185px;height:52px}
 .k-menu{display:none}.k-mobile-toggle{display:block}
 .k-mobile-menu{position:absolute;left:0;right:0;top:66px;background:var(--cream);border-bottom:1px solid var(--line);padding:12px 4%;box-shadow:0 12px 25px rgba(0,0,0,.08)}
 .k-mobile-menu.is-open{display:block}
 .k-mobile-menu a{display:block;padding:12px 0;border-bottom:1px solid var(--line);font-size:13px;color:var(--emerald)}
 .k-mobile-menu a:last-child{border-bottom:0}
 .k-mobile-menu .k-btn{display:flex;margin-top:10px}
 .k-hero-grid{grid-template-columns:1fr}
 .k-hero-copy{padding:34px 18px 30px}
 .k-hero-image{min-height:280px}
 .k-hero-logo{max-width:410px}
 .k-trust-grid{grid-template-columns:1fr 1fr}
 .k-trust-item:nth-child(2){border-right:0}.k-trust-item:nth-child(-n+2){border-bottom:1px solid #e5e4dc;padding-bottom:12px}.k-trust-item:nth-child(n+3){padding-top:12px}
 .k-collection-grid{grid-template-columns:repeat(2,1fr)}
 .k-story-grid{grid-template-columns:1fr}.k-story-copy{padding:40px 25px}.k-benefits{grid-template-columns:1fr 1fr;row-gap:18px}.k-benefit:nth-child(2){border-right:0}
 .k-featured-grid{grid-template-columns:1fr 1fr}
 .k-custom-grid{grid-template-columns:1fr}.k-custom-visual img{height:250px}
 .k-form{grid-template-columns:1fr}.k-field-full{grid-column:auto}
 .k-faq-grid{grid-template-columns:1fr}
 .k-footer-grid{grid-template-columns:1fr 1fr}.k-footer-bottom .k-wrap{flex-direction:column}
}
@media(max-width:430px){
 .k-wrap{width:min(94%,1240px)}.k-brand img{width:160px}
 .k-hero-logo{max-width:360px}.k-hero-actions .k-btn{width:100%}
 .k-collection-image{width:102px;height:102px}.k-featured-grid{grid-template-columns:1fr}
 .k-footer-grid{grid-template-columns:1fr}
}
