* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; font-family: 'Manrope', system-ui, sans-serif; color: #0E0E0E; background: #FFFFFF; overflow-x: hidden; }
::selection { background: #FFD400; color: #0E0E0E; }
html { scroll-behavior: smooth; }
img { max-width: 100%; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

@keyframes floatStick {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ===== HEADER ===== */
.site-header { position: sticky; top: 0; z-index: 50; background: #FFFFFF; border-bottom: 1px solid #ececec; }
.header-inner { padding: 14px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.logo { text-decoration: none; display: inline-flex; align-items: center; justify-content: space-between; width: 178px; height: 40px; border-radius: 7px; background: linear-gradient(180deg,#FFE866,#FFD400 45%,#EABE00); box-shadow: inset 0 1px 3px rgba(255,255,255,.55), inset 0 -2px 4px rgba(0,0,0,.14); overflow: hidden; }
.logo-tick { width: 11px; align-self: stretch; background: repeating-linear-gradient(0deg, rgba(0,0,0,.22) 0 2px, transparent 2px 4px); }
.logo-text { font-family: 'Montserrat'; font-weight: 900; font-size: 17px; letter-spacing: -0.3px; color: #0E0E0E; }

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { text-decoration: none; color: #0E0E0E; font-weight: 600; font-size: 15px; }

.btn-header-cta { text-decoration: none; background: #0E0E0E; color: #FFD400; font-family: 'Montserrat'; font-weight: 800; font-size: 14px; padding: 12px 22px; border-radius: 8px; transition: opacity .18s ease; }
.btn-header-cta:hover { opacity: .85; }

/* ===== SHARED ===== */
.eyebrow { display: inline-block; font-family: 'Montserrat'; font-weight: 800; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 18px; }
.eyebrow--dark { color: #0E0E0E; opacity: .7; }
.eyebrow--muted { color: #6b6a63; margin-bottom: 12px; }
.eyebrow--yellow { color: #FFD400; margin-bottom: 14px; }

.badge { display: inline-block; background: #0E0E0E; transform: skewX(-11deg); padding: 13px 26px; border-radius: 4px; margin-bottom: 28px; }
.badge--yellow { background: #FFD400; padding: 6px 14px; margin-bottom: 18px; }
.badge-inner { display: inline-block; transform: skewX(11deg); font-family: 'Montserrat'; font-weight: 800; font-size: 22px; color: #FFD400; }
.badge--yellow .badge-inner { color: #0E0E0E; }
.badge-inner--num { font-weight: 900; font-size: 18px; }

.btn { text-decoration: none; font-family: 'Montserrat'; font-weight: 800; font-size: 16px; padding: 16px 30px; border-radius: 9px; border: 2px solid #0E0E0E; transition: all .18s ease; }
.btn-primary { background: #0E0E0E; color: #FFD400; }
.btn-primary:hover { background: #FFD400; color: #0E0E0E; }
.btn-secondary { background: transparent; color: #0E0E0E; padding: 15px 30px; }
.btn-secondary:hover { background: #0E0E0E; color: #FFD400; }

/* ===== HERO ===== */
.hero { position: relative; background: #FFD400; overflow: hidden; }
.hero-corner { position: absolute; top: -40px; left: -60px; width: 260px; height: 260px; transform: skewX(-14deg); pointer-events: none; }
.hero-corner-1 { position: absolute; inset: 0; border-left: 22px solid rgba(14,14,14,.9); border-top: 22px solid rgba(14,14,14,.9); }
.hero-corner-2 { position: absolute; inset: 46px; border-left: 22px solid rgba(14,14,14,.5); }
.hero-corner-3 { position: absolute; inset: 92px; border-left: 22px solid rgba(14,14,14,.25); }

.hero-grid { padding: 68px 32px 56px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; position: relative; }
.hero-title { font-family: 'Montserrat'; font-weight: 900; font-size: 76px; line-height: .95; letter-spacing: -2px; margin: 0 0 26px; }
.hero-title--dark { color: #0E0E0E; }
.hero-desc { font-size: 18px; line-height: 1.5; max-width: 480px; margin: 0 0 32px; font-weight: 500; }
.hero-desc--dark { color: #1a1a1a; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-visual { display: flex; justify-content: center; }
.hero-circle { position: relative; width: 400px; height: 400px; background: #0E0E0E; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.stick { position: absolute; width: 300px; height: 62px; border-radius: 9px; display: flex; align-items: center; justify-content: space-between; overflow: hidden; animation: floatStick 5s ease-in-out infinite; box-shadow: 0 16px 34px rgba(0,0,0,.45); }
.stick--yellow { background: linear-gradient(180deg,#FFE866,#FFD400 45%,#EABE00); box-shadow: 0 16px 34px rgba(0,0,0,.45), inset 0 2px 4px rgba(255,255,255,.55), inset 0 -3px 6px rgba(0,0,0,.14); }
.stick--black { background: linear-gradient(180deg,#2c2c2c,#141414 45%,#000000); box-shadow: 0 16px 34px rgba(0,0,0,.45), inset 0 2px 4px rgba(255,255,255,.16), inset 0 -3px 6px rgba(0,0,0,.4); }
.stick-edge { width: 15px; align-self: stretch; }
.stick-edge--dark { background: repeating-linear-gradient(0deg, rgba(0,0,0,.22) 0 3px, transparent 3px 6px); }
.stick-edge--light { background: repeating-linear-gradient(0deg, rgba(255,255,255,.2) 0 3px, transparent 3px 6px); }
.stick-label { font-family: 'Montserrat'; font-weight: 900; font-size: 19px; letter-spacing: 1px; text-transform: uppercase; }
.stick-label--dark { color: #0E0E0E; }
.stick-label--yellow { color: #FFD400; }

.feature-strip { border-top: 2px solid rgba(14,14,14,.12); background: #FFD400; }
.feature-strip-grid { padding: 26px 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-item { display: flex; align-items: center; gap: 14px; }
.feature-icon-box { width: 46px; height: 22px; background: transparent; border: 2.5px solid #0E0E0E; border-radius: 4px; transform: skewX(-14deg); flex: 0 0 auto; }
.feature-text { font-family: 'Montserrat'; font-weight: 800; font-size: 16px; line-height: 1.1; }
.feature-text--dark { color: #0E0E0E; }

/* ===== STATS ===== */
.stats-band { background: #0E0E0E; border-top: 5px solid #FFD400; }
.stats-grid { padding: 40px 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stat { text-align: center; }
.stat-num { font-family: 'Montserrat'; font-weight: 900; font-size: 40px; color: #FFD400; line-height: 1; }
.stat-label { font-size: 14px; color: #b8b8b8; margin-top: 8px; font-weight: 600; }

/* ===== PRODUCTS ===== */
.products-section { background: #F6F5F0; padding: 84px 32px; }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 44px; flex-wrap: wrap; }
.section-title { font-family: 'Montserrat'; font-weight: 900; font-size: 46px; letter-spacing: -1.5px; margin: 0; color: #0E0E0E; line-height: 1; }

.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.product-card { background: #FFFFFF; border: 2px solid #0E0E0E; border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; }
.product-media { height: 200px; position: relative; overflow: hidden; background-image: repeating-linear-gradient(-45deg, #e9e8e2, #e9e8e2 11px, #f4f3ee 11px, #f4f3ee 22px); }
.product-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.product-media--placeholder { display: flex; align-items: flex-end; justify-content: flex-start; padding: 14px; }
.product-slot { font-family: 'Roboto Mono', ui-monospace, monospace; font-size: 11px; color: #8a887e; background: rgba(255,255,255,.7); padding: 4px 8px; border-radius: 4px; }
.product-body { padding: 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.product-tag { display: inline-flex; align-self: flex-start; background: #FFD400; padding: 5px 12px; border-radius: 100px; font-family: 'Montserrat'; font-weight: 800; font-size: 12px; letter-spacing: .3px; }
.product-title { font-family: 'Montserrat'; font-weight: 800; font-size: 22px; margin: 0; letter-spacing: -0.5px; color: #0E0E0E; }
.product-desc { margin: 0; font-size: 15px; line-height: 1.5; color: #55534c; font-weight: 500; }

.product-media--slider .kraft-badge { position: absolute; top: 12px; left: 12px; background: #FFD400; padding: 5px 12px; border-radius: 100px; font-family: 'Montserrat'; font-weight: 800; font-size: 12px; color: #0E0E0E; }
.kraft-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border: none; border-radius: 50%; background: rgba(14,14,14,.55); color: #fff; font-size: 18px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.kraft-nav--prev { left: 10px; }
.kraft-nav--next { right: 10px; }
.kraft-dots { position: absolute; bottom: 12px; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; }
.kraft-dot { width: 24px; height: 24px; border: none; cursor: pointer; padding: 0; background: transparent; display: flex; align-items: center; justify-content: center; }
.kraft-dot::after { content: ''; display: block; height: 8px; width: 8px; border-radius: 100px; background: rgba(255,255,255,.7); transition: all .2s ease; }
.kraft-dot.active::after { width: 22px; background: #FFD400; }

/* ===== PRIVATE LABEL / PROCESS ===== */
.label-section { background: #0E0E0E; padding: 84px 32px; position: relative; overflow: hidden; }
.label-intro { max-width: 640px; margin-bottom: 56px; }
.label-title { font-family: 'Montserrat'; font-weight: 900; font-size: 52px; letter-spacing: -1.5px; margin: 0 0 20px; color: #FFFFFF; line-height: .98; }
.label-desc { font-size: 18px; line-height: 1.55; color: #cfcfcf; margin: 0; font-weight: 500; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-step { background: #171717; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 26px 22px; }
.process-step-title { font-family: 'Montserrat'; font-weight: 800; font-size: 19px; margin: 0 0 8px; color: #FFFFFF; }
.process-step-desc { margin: 0; font-size: 14px; line-height: 1.5; color: #a8a8a8; font-weight: 500; }

/* ===== CONTACT ===== */
.contact-section { background: #FFD400; padding: 84px 32px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: start; }
.contact-title { font-family: 'Montserrat'; font-weight: 900; font-size: 50px; letter-spacing: -1.5px; margin: 0 0 20px; color: #0E0E0E; line-height: .98; }
.contact-desc { font-size: 18px; line-height: 1.55; color: #1a1a1a; margin: 0 0 36px; font-weight: 500; max-width: 420px; }
.contact-links { display: flex; flex-direction: column; gap: 18px; }
.contact-link { text-decoration: none; display: flex; align-items: center; gap: 14px; color: #0E0E0E; }
.contact-icon { width: 44px; height: 44px; background: #0E0E0E; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.contact-link-text { font-family: 'Montserrat'; font-weight: 800; font-size: 18px; }

.contact-card { background: #0E0E0E; border-radius: 18px; padding: 36px; }
.contact-thanks { text-align: center; padding: 40px 12px; }
.thanks-icon { width: 66px; height: 66px; margin: 0 auto 22px; background: #FFD400; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.thanks-title { font-family: 'Montserrat'; font-weight: 800; font-size: 26px; color: #FFFFFF; margin: 0 0 10px; }
.thanks-desc { color: #b8b8b8; font-size: 16px; margin: 0 0 26px; font-weight: 500; }
.btn-reset { background: transparent; border: 2px solid rgba(255,255,255,.3); color: #FFF; font-family: 'Montserrat'; font-weight: 800; font-size: 15px; padding: 12px 26px; border-radius: 9px; cursor: pointer; }

.contact-form { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-label { font-size: 13px; font-weight: 700; color: #FFD400; font-family: 'Montserrat'; }
.field-input { background: #1c1c1c; border: 1px solid #333; border-radius: 9px; padding: 15px 16px; color: #FFF; font-size: 17px; font-family: 'Manrope'; outline: none; }
.field-input:focus { border-color: #FFD400; }
.btn-submit { background: #FFD400; color: #0E0E0E; border: none; font-family: 'Montserrat'; font-weight: 800; font-size: 17px; padding: 17px; border-radius: 10px; cursor: pointer; margin-top: 4px; }
.btn-submit:hover { background: #EABE00; }
.form-note { margin: 2px 0 0; font-size: 13px; color: #888; text-align: center; }

/* ===== FOOTER ===== */
.site-footer { background: #0E0E0E; padding: 30px 32px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-contact { display: flex; align-items: center; gap: 12px; color: #FFF; font-weight: 600; font-size: 15px; }
.footer-copy { color: #8a8a8a; font-size: 13px; font-weight: 500; }
.footer-legal { text-align: center; margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.08); color: #8a8a8a; font-size: 12px; font-weight: 500; }
.footer-legal-link { text-align: center; margin-top: 8px; }
.footer-legal-link a { color: #8a8a8a; font-size: 12px; font-weight: 500; text-decoration: underline; }
.footer-legal-link a:hover { color: #FFD400; }

/* ===== LEGAL / PRIVACY PAGE ===== */
.legal-section { background: #FFFFFF; padding: 64px 32px 84px; }
.legal-content { max-width: 820px; }
.legal-content h1 { font-family: 'Montserrat'; font-weight: 900; font-size: 42px; letter-spacing: -1px; margin: 0 0 10px; color: #0E0E0E; line-height: 1.05; }
.legal-updated { color: #6b6a63; font-size: 14px; margin: 0 0 40px; font-weight: 500; }
.legal-content h2 { font-family: 'Montserrat'; font-weight: 800; font-size: 21px; margin: 36px 0 12px; color: #0E0E0E; letter-spacing: -0.3px; }
.legal-content p { font-size: 16px; line-height: 1.65; color: #3a3a38; font-weight: 500; margin: 0 0 14px; }
.legal-content ul { margin: 0 0 14px; padding-left: 22px; }
.legal-content li { font-size: 16px; line-height: 1.65; color: #3a3a38; font-weight: 500; margin: 0 0 8px; }
.legal-content a { color: #0E0E0E; font-weight: 700; }
.back-home { text-decoration: none; color: #0E0E0E; font-weight: 700; font-size: 14px; }
.back-home:hover { text-decoration: underline; }

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  .main-nav { display: none; }
  .header-inner { padding: 12px 20px; }
  .btn-header-cta { font-size: 13px; padding: 10px 16px; white-space: nowrap; }
  .logo { width: 150px; }

  .hero-grid { grid-template-columns: 1fr; padding-top: 40px; }
  .hero-visual { order: -1; }
  .hero-title { font-size: 56px; }
  .hero-circle { width: 320px; height: 320px; margin: 0 auto; }
  .stick { width: 240px; }

  .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .stat-num { font-size: 32px; }

  .contact-grid { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .wrap { padding-left: 20px; padding-right: 20px; }
  .hero-grid { padding-left: 20px; padding-right: 20px; padding-top: 36px; padding-bottom: 48px; }
  .hero-title { font-size: 40px; }
  .hero-desc { font-size: 16px; }
  .hero-circle { width: 260px; height: 260px; }
  .stick { width: 200px; height: 52px; }
  .stick-label { font-size: 15px; }
  .feature-strip-grid { grid-template-columns: 1fr; gap: 16px; padding: 26px 20px; }
  .stats-band { border-top-width: 8px; }
  .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 32px 20px; }
  .stat-num { font-size: 24px; }
  .stat-label { font-size: 12px; }
  .products-grid { grid-template-columns: 1fr; gap: 20px; }
  .process-grid { grid-template-columns: 1fr; gap: 16px; }
  .section-header { margin-bottom: 32px; }
  .section-title { font-size: 34px; }
  .label-intro { margin-bottom: 40px; }
  .label-title, .contact-title { font-size: 36px; }
  .contact-section, .products-section, .label-section { padding: 56px 20px; }
  .contact-grid { gap: 32px; }
  .contact-card { padding: 28px 24px; }
  .footer-inner { flex-direction: column; text-align: center; gap: 16px; padding: 8px 0; }
}

@media (max-width: 420px) {
  .hero-title { font-size: 34px; }
  .badge { padding: 11px 20px; }
  .badge-inner { font-size: 18px; }
  .hero-circle { width: 220px; height: 220px; }
  .stick { width: 168px; height: 46px; }
  .stick-label { font-size: 12px; letter-spacing: 0; }
  .stick-edge { width: 10px; }
  .stats-grid { grid-template-columns: 1fr; gap: 18px; }
  .section-title { font-size: 28px; }
  .label-title, .contact-title { font-size: 30px; }
}
