.hani-p1 {
  --hani-brand-red: #ff0000;
  --hani-brand-black: #000000;
  --hani-deep-black: #0b0b0b;
  --hani-ink: #1d1d1d;
  --hani-muted: #5b5b5b;
  --hani-line: #dedede;
  --hani-surface: #f4f4f4;
  --hani-white: #ffffff;
  --hani-content-width: 1200px;
  background: var(--hani-white);
  color: var(--hani-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
}

.hani-p1 .hani-p1-main,
.hani-p1 section,
.hani-p1 article,
.hani-p1 div,
.hani-p1 h1,
.hani-p1 h2,
.hani-p1 h3,
.hani-p1 p,
.hani-p1 ul,
.hani-p1 ol,
.hani-p1 li,
.hani-p1 figure,
.hani-p1 table,
.hani-p1 thead,
.hani-p1 tbody,
.hani-p1 tr,
.hani-p1 th,
.hani-p1 td { margin: 0; padding: 0; }

.hani-p1 .hani-p1-main,
.hani-p1 section,
.hani-p1 article,
.hani-p1 div { box-sizing: border-box; }
.hani-p1 img { max-width: none; border: 0; vertical-align: middle; }
.hani-p1 a { color: inherit; }
.hani-p1 .container { width: min(var(--hani-content-width), calc(100% - 48px)); margin-left: auto; margin-right: auto; }

.hani-p1 .hero-carousel { position: relative; overflow: hidden; background: var(--hani-deep-black); }
.hani-p1 .hero-viewport { overflow: hidden; }
.hani-p1 .hero-track {
  display: flex;
  width: 400%;
  transform: translateX(0);
  transition: transform .6s ease;
}
.hani-p1 .hero-slide { position: relative; flex: 0 0 25%; min-height: 540px; overflow: hidden; }
.hani-p1 .hero-slide img { width: 100%; height: 540px; display: block; object-fit: cover; object-position: center; }
.hani-p1 .hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.7) 27%, rgba(0,0,0,.12) 58%, rgba(0,0,0,.02) 100%);
  pointer-events: none;
}
.hani-p1 .hero-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: max(24px, calc((100% - var(--hani-content-width)) / 2));
  width: min(33%, 430px);
  transform: translateY(-50%);
  color: var(--hani-white);
}
.hani-p1 .hero-kicker { color: var(--hani-brand-red); font-size: 13px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; }
.hani-p1 .hero-copy h1 { margin-top: 10px; margin-bottom: 14px; color: var(--hani-white); font-size: clamp(30px, 4vw, 54px); line-height: 1.02; text-transform: uppercase; }
.hani-p1 .hero-copy p { color: #f2f2f2; font-size: 16px; }
.hani-p1 .hero-cta { display: inline-block; margin-top: 24px; padding: 12px 24px; background: var(--hani-brand-red); color: var(--hani-white); font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-decoration: none; text-transform: uppercase; box-shadow: 4px 4px 0 var(--hani-brand-black); }
.hani-p1 .hero-cta:hover { background: var(--hani-brand-black); box-shadow: 4px 4px 0 var(--hani-brand-red); }
.hani-p1 .hero-dots { position: absolute; z-index: 3; bottom: 22px; left: 50%; display: flex; gap: 9px; transform: translateX(-50%); }
.hani-p1 .hero-dots span { width: 30px; height: 4px; display: block; background: rgba(255,255,255,.55); cursor: pointer; }
.hani-p1 .hero-dots span.is-active { background: var(--hani-brand-red); }

.hani-p1 .brand-strip { background: var(--hani-brand-black); border-top: 1px solid rgba(255,0,0,.35); border-bottom: 1px solid rgba(255,0,0,.35); color: var(--hani-white); }
.hani-p1 .strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-top: 28px; padding-bottom: 28px; text-align: center; }
.hani-p1 .strip-grid strong { display: block; color: var(--hani-brand-red); font-size: 23px; text-transform: uppercase; }
.hani-p1 .strip-grid span { color: #ddd; font-size: 12px; }

.hani-p1 section { padding-top: 50px; padding-bottom: 50px; }
.hani-p1 .section-light { background: var(--hani-surface); }
.hani-p1 .eyebrow { color: var(--hani-brand-red); font-size: 13px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; }
.hani-p1 .section-heading { max-width: 820px; margin-bottom: 28px; }
.hani-p1 .section-heading h2 { margin-top: 5px; color: var(--hani-brand-black); font-size: clamp(28px, 3vw, 40px); line-height: 1.1; text-transform: uppercase; }
.hani-p1 .section-heading p { margin-top: 10px; color: var(--hani-muted); }
.hani-p1 .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.hani-p1 .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hani-p1 .factory-section { background: var(--hani-surface); }
.hani-p1 .factory-panel { display: grid; grid-template-columns: 1.08fr .92fr; gap: 34px; align-items: center; }
.hani-p1 .factory-image { width: 100%; height: 360px; display: block; object-fit: contain; object-position: center; background: var(--hani-white); border: 1px solid var(--hani-line); }
.hani-p1 .factory-copy { max-width: none; margin: 0; text-align: left; }
.hani-p1 .factory-copy h2 { margin-top: 5px; color: var(--hani-brand-black); font-size: clamp(28px, 3vw, 40px); line-height: 1.1; text-transform: uppercase; }
.hani-p1 .factory-copy p { margin-top: 12px; color: var(--hani-muted); }
.hani-p1 .factory-list { margin-top: 18px; margin-left: 18px; padding: 0; color: var(--hani-muted); font-size: 14px; }
.hani-p1 .factory-list li { margin-top: 7px; margin-bottom: 7px; }
.hani-p1 .factory-list li::marker { color: var(--hani-brand-red); }

.hani-p1 .grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.hani-p1 .card { overflow: hidden; border: 1px solid var(--hani-line); background: var(--hani-white); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.hani-p1 .card:hover { border-color: var(--hani-brand-red); box-shadow: 0 8px 22px rgba(0,0,0,.12); transform: translateY(-2px); }
.hani-p1 .card-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.hani-p1 .card-body { padding: 20px; }
.hani-p1 .card h3 { color: var(--hani-brand-black); font-size: 20px; line-height: 1.15; text-transform: uppercase; }
.hani-p1 .card h3::before { content: ""; display: block; width: 34px; height: 3px; margin-bottom: 11px; background: var(--hani-brand-red); }
.hani-p1 .card p,
.hani-p1 .card li { color: var(--hani-muted); font-size: 14px; }
.hani-p1 .card ul { margin-top: 12px; margin-left: 18px; }
.hani-p1 .card-link { display: inline-block; margin-top: 12px; color: var(--hani-brand-red); font-size: 13px; font-weight: 800; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; }

.hani-p1 .route-box { border-left: 4px solid var(--hani-brand-red); background: var(--hani-white); padding: 22px; }
.hani-p1 .route-box h3 { margin-bottom: 8px; color: var(--hani-brand-black); font-size: 22px; text-transform: uppercase; }
.hani-p1 .route-box-spaced { margin-top: 20px; }
.hani-p1 .flow { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; }
.hani-p1 .node { padding: 8px 13px; background: var(--hani-brand-black); border-left: 3px solid var(--hani-brand-red); color: var(--hani-white); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.hani-p1 .arrow { color: var(--hani-brand-red); font-size: 20px; font-weight: 900; }

.hani-p1 .scope-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.hani-p1 .scope-table th,
.hani-p1 .scope-table td { border: 1px solid var(--hani-line); padding: 12px 14px; text-align: left; vertical-align: top; }
.hani-p1 .scope-table th { background: var(--hani-brand-black); color: var(--hani-white); font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.hani-p1 .scope-table tr:nth-child(even) td { background: #fafafa; }

.hani-p1 .process { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.hani-p1 .process-step { position: relative; padding: 22px 14px 16px; border-top: 4px solid var(--hani-brand-red); background: var(--hani-white); }
.hani-p1 .process-step b { display: block; margin-bottom: 5px; color: var(--hani-brand-black); font-size: 17px; text-transform: uppercase; }
.hani-p1 .process-step p { color: var(--hani-muted); font-size: 13px; }
.hani-p1 .checklist { columns: 2; column-gap: 44px; padding: 24px 30px; border: 1px solid var(--hani-line); background: var(--hani-white); }
.hani-p1 .checklist li { break-inside: avoid; margin-top: 8px; margin-bottom: 8px; margin-left: 18px; color: var(--hani-muted); font-size: 14px; }
.hani-p1 .faq-item { padding-top: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--hani-line); }
.hani-p1 .faq-item h3 { color: var(--hani-brand-black); font-size: 18px; }
.hani-p1 .faq-item h3::before { content: "+"; display: inline-block; width: 25px; color: var(--hani-brand-red); }
.hani-p1 .faq-item p { margin-top: 5px; margin-left: 25px; color: var(--hani-muted); font-size: 14px; }
.hani-p1 .cta { background: var(--hani-brand-black); color: var(--hani-white); padding: 46px 24px; text-align: center; }
.hani-p1 .cta h2 { color: var(--hani-white); font-size: 34px; text-transform: uppercase; }
.hani-p1 .cta p { margin-top: 8px; margin-bottom: 22px; color: #ddd; }
.hani-p1 .button { display: inline-block; padding: 12px 24px; background: var(--hani-brand-red); color: var(--hani-white); font-size: 13px; font-weight: 800; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; }

@media (max-width: 900px) {
  .hani-p1 .hero-copy { width: min(47%, 410px); }
  .hani-p1 .grid-4,
  .hani-p1 .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .hani-p1 .grid-3,
  .hani-p1 .grid-2,
  .hani-p1 .factory-panel { grid-template-columns: 1fr; }
  .hani-p1 .factory-image { height: auto; }
  .hani-p1 .factory-copy { margin-top: 24px; text-align: center; }
  .hani-p1 .factory-list { margin-left: 0; list-style-position: inside; }
  .hani-p1 .process { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 620px) {
  .hani-p1 .container { width: min(100% - 28px, var(--hani-content-width)); }
  .hani-p1 .hero-slide,
  .hani-p1 .hero-slide img { min-height: 560px; height: 560px; }
  .hani-p1 .hero-slide img { object-position: 58% center; }
  .hani-p1 .hero-copy { top: auto; bottom: 68px; left: 18px; width: calc(100% - 36px); }
  .hani-p1 .hero-copy h1 { font-size: 34px; max-width: 390px; }
  .hani-p1 .hero-copy p { max-width: 380px; font-size: 14px; }
  .hani-p1 .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .hani-p1 .process { grid-template-columns: 1fr 1fr; }
  .hani-p1 .checklist { columns: 1; padding: 18px 24px; }
  .hani-p1 .scope-table { display: block; overflow-x: auto; white-space: nowrap; }
}
