*{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--grey:#f2f2f2;--red:#7f1111;--red-mid:#9e1515;--red-light:#fdf5f5;--dark:#1a1a1a;--text:#2c2820;--text-light:#7a7268;--border:#dcdcdc}body{font-family:'DM Sans',sans-serif;background:var(--white);color:var(--text);line-height:1.7}.hero{background:var(--red);padding:100px 80px 120px;position:relative;overflow:hidden}.hero:after{content:'K';font-family:'Cormorant Garamond',serif;font-size:400px;font-weight:500;color:rgba(255,255,255,.04);position:absolute;right:-40px;bottom:-80px;line-height:1;pointer-events:none;user-select:none}.hero-inner{max-width:1100px;margin:0 auto;position:relative;z-index:1}.hero-tag{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:20px;display:block}.hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(44px,6vw,80px);font-weight:500;color:#fff;line-height:1.05;margin-bottom:28px;max-width:700px}.hero-title em{font-style:italic;color:rgba(255,255,255,.7)}.hero-sub{font-size:17px;color:rgba(255,255,255,.72);line-height:1.8;max-width:540px;margin-bottom:56px}.hero-stats{display:flex;gap:56px;flex-wrap:wrap}.stat-num{font-family:'Cormorant Garamond',serif;font-size:40px;font-weight:500;color:#fff;line-height:1}.stat-label{font-size:12px;color:rgba(255,255,255,.5);letter-spacing:.04em;margin-top:5px}.section-tag{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--red);margin-bottom:14px;display:block}.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,3.5vw,46px);font-weight:500;line-height:1.2;margin-bottom:48px;color:var(--red)}.has-border{border-top:3px solid var(--red)}.story-section{background:var(--white);padding:90px 80px}.story-inner{max-width:1100px;margin:0 auto}.story-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:start}.story-text p{font-size:16px;line-height:1.85;color:#4a453e;margin-bottom:20px}.story-text p strong{color:var(--text);font-weight:500}.quote-block{border-left:3px solid var(--red);padding:24px 28px;background:var(--red-light);border-radius:0 12px 12px 0;margin-bottom:24px}.quote-text{font-family:'Cormorant Garamond',serif;font-size:21px;font-style:italic;line-height:1.55;color:var(--text);margin-bottom:10px}.quote-author{font-size:12px;color:var(--text-light);letter-spacing:.06em}.origin-card{background:var(--dark);border-radius:14px;padding:28px 32px}.origin-card h3{font-family:'Cormorant Garamond',serif;font-size:21px;font-weight:500;margin-bottom:10px;color:#fff}.origin-card p{font-size:14px;line-height:1.75;color:#a09890}.values-section{background:var(--grey);padding:90px 80px}.values-inner{max-width:1100px;margin:0 auto}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:.5px solid var(--border)}.value-card{padding:40px 32px;background:var(--white);transition:background .2s}.value-card:hover{background:var(--red-light)}.value-num{font-family:'Cormorant Garamond',serif;font-size:40px;font-weight:500;color:#d5d5d5;line-height:1;margin-bottom:18px}.value-title{font-size:16px;font-weight:500;margin-bottom:8px}.value-text{font-size:14px;color:var(--text-light);line-height:1.7}.producers-section{background:var(--white);padding:90px 80px}.producers-inner{max-width:1100px;margin:0 auto}.producers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.producer-card{border:.5px solid var(--border);border-radius:14px;padding:28px 32px;background:var(--white);transition:border-color .2s,box-shadow .2s}.producer-card:hover{border-color:rgba(127,17,17,.3);box-shadow:0 4px 24px rgba(0,0,0,.06)}.producer-icon{width:40px;height:40px;background:var(--red-light);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:16px}.producer-name{font-size:15px;font-weight:500;margin-bottom:6px}.producer-text{font-size:14px;color:var(--text-light);line-height:1.7}.producer-tag{display:inline-block;margin-top:14px;font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:var(--red);background:var(--red-light);padding:3px 10px;border-radius:4px}.faq-section{background:var(--grey);padding:90px 80px}.faq-inner{max-width:1100px;margin:0 auto}.faq-item{border-bottom:.5px solid var(--border);padding:24px 0}.faq-item:first-child{border-top:.5px solid var(--border)}.faq-q{font-size:16px;font-weight:500;margin-bottom:8px}.faq-a{font-size:15px;color:var(--text-light);line-height:1.75}.cta{background:var(--red);padding:80px;text-align:center}.cta .section-tag{color:rgba(255,255,255,.55)}.cta .section-title{max-width:520px;margin:0 auto 36px;color:#fff}.cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.btn-primary{background:#fff;color:var(--red);padding:15px 36px;border-radius:8px;font-size:15px;font-weight:500;text-decoration:none;transition:opacity .2s}.btn-primary:hover{opacity:.9}.btn-secondary{background:0 0;color:#fff;padding:15px 36px;border-radius:8px;font-size:15px;font-weight:500;text-decoration:none;border:1.5px solid rgba(255,255,255,.4);transition:border-color .2s}.btn-secondary:hover{border-color:#fff}@media(max-width:768px){.hero,.story-section,.values-section,.producers-section,.faq-section,.cta{padding:64px 28px}.story-grid,.values-grid,.producers-grid{grid-template-columns:1fr}.hero-stats{gap:32px}}.closing-section{background:var(--white);padding:60px 80px}.closing-inner{max-width:700px;margin:0 auto;text-align:center}.closing-text{font-size:17px;line-height:1.85;color:var(--text-light);font-family:'Cormorant Garamond',serif;font-style:italic}@media(max-width:768px){.closing-section{padding:48px 28px}}