/* === GLOBAL: Base styles — Riben Hopper ===
   Nguồn: 1-Home__6_1_2026_12_07_19_PM_.html (SingleFile)
   Block 1: reset + base
   Block 2: toàn bộ page CSS (không phải header)
   Giữ nguyên 100% giá trị từ file gốc.
*/

/* ----------------------------------------
   Reset — Block 1 (giữ nguyên từ gốc)
---------------------------------------- */
*, :before, :after {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
}

textarea:focus-visible {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

img, svg {
  display: block;
}

.before-hidden:before,
.after-hidden:after {
  display: none;
}

.before-visible:before,
.after-visible:after {
  content: "";
}

::placeholder {
  color: inherit;
  opacity: .54;
}

body * {
  scrollbar-width: none;
}

body ::-webkit-scrollbar {
  display: none;
}

.text {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.pointer-events-none {
  pointer-events: none;
}

/* ----------------------------------------
   Page wrapper — từ gốc
   #_  { background-color:#fff; min-height:100vh; display:grid }
   #_1-Home { background-color:#fff; width:1920px; min-height:8327px; margin:0 auto; position:relative; overflow:hidden }
---------------------------------------- */
#_ {
  background-color: #fff;
  min-height: 100vh;
  display: grid;
}

#_1-Home {
  background-color: #fff;
  border-radius: 0;
  width: 1920px;
  min-width: 1920px;
  max-width: 1920px;
  min-height: 8327px;
  max-height: 8327px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* ----------------------------------------
   Prose (blog/content) — Block 1 gốc
---------------------------------------- */
article.prose {
  line-height: 1.75;
  display: contents;
}
article.prose a {
  font-weight: 500;
  text-decoration: underline;
}
article.prose h1 {
  margin-block: 0 1.23em;
  font-size: 2.25em;
  line-height: 1.11;
}
article.prose h2 {
  margin-block: 2em 1em;
  font-size: 1.5em;
  line-height: 1.34;
}
article.prose h3 {
  margin-block: 1.6em .6em;
  font-size: 1.25em;
  line-height: 1.6;
}
article.prose h4 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  line-height: 1.5;
}
article.prose img {
  width: 100%;
  margin-block: 2em;
}
article.prose figure.cms-image,
article.prose figure.cms-video {
  margin-block: 2em;
}
article.prose figure > * {
  margin-block: 0;
}
article.prose figure.cms-image img,
article.prose figure.cms-video video,
article.prose figure.cms-video iframe {
  width: 100%;
  display: block;
}
article.prose figure.cms-video iframe {
  aspect-ratio: 16/9;
  border: 0;
}
article.prose figcaption {
  opacity: .7;
  margin-top: .857143em;
  font-size: .875em;
  line-height: 1.42857;
}
article.prose .columns {
  gap: 1.5em;
  margin-block: 1.25em;
  display: flex;
}
article.prose .column {
  flex: 1;
  min-width: 0;
}
@media (max-width: 640px) {
  article.prose .columns {
    flex-direction: column;
  }
}
article.prose blockquote {
  margin-block: 1.6em;
  padding: .75em 1.25em;
}
article.prose ul,
article.prose ol {
  padding-inline-start: 1.5em;
}
article.prose table {
  table-layout: auto;
  width: 100%;
  margin: 1.5em 0;
}
article.prose thead th {
  vertical-align: bottom;
  font-weight: 600;
}
article.prose tbody td {
  vertical-align: baseline;
}
article.prose tfoot td {
  vertical-align: top;
}
article.prose th,
article.prose td {
  text-align: start;
  padding: .75em;
}
article.prose thead th:first-child,
article.prose tbody td:first-child,
article.prose tfoot td:first-child {
  padding-inline-start: 0;
}
article.prose thead th:last-child,
article.prose tbody td:last-child,
article.prose tfoot td:last-child {
  padding-inline-end: 0;
}
article.prose thead {
  box-shadow: 0 1px #ffffffbf, 0 1px;
}
article.prose tbody tr {
  box-shadow: 0 1px #ffffffd9, 0 1px;
}
article.prose hr {
  opacity: .3;
  margin: 3em 0;
}

/* ----------------------------------------
   SingleFile utility
---------------------------------------- */
.sf-hidden {
  display: none !important;
}

/* ----------------------------------------
   Responsive: SingleFile logo resize
---------------------------------------- */
@media only screen and (max-width: 768px) {
  #made-with-f2w-logo {
    width: 32px;
    height: 32px;
  }
}

/* ----------------------------------------
   TYPOGRAPHY STYLES (từ CSS gốc block 2)
   Các text elements theo font/size/weight gốc.
   Dùng làm reference khi build từng section.
---------------------------------------- */

/*
  Body text lớn — #_2103_71, #__4
  font-family: DM Sans,system-ui,sans-serif
  font-size: 20px | font-weight: 400 | line-height: 30px
  color: #263040
*/
.text--body-lg {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #263040;
}

/*
  Body text nhỏ — #_2103_72, #__5
  font-family: DM Sans,system-ui,sans-serif
  font-size: 18px | font-weight: 400 | line-height: 28px
  letter-spacing: -.4px | color: #263040
*/
.text--body-md {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -.4px;
  color: #263040;
}

/*
  Services heading — #_2103_76, #_2103_77, #_2103_78, #__9, #__10, #__11
  font-family: DM Sans,system-ui,sans-serif
  font-size: 32px | font-weight: 700 | line-height: 30px
  color: #fff
*/
.text--service-heading {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
}

/*
  Section heading large — e.g. "Complete Rubbish Chute Solutions"
  Dùng Poppins (xác định khi phân tích từng section)
*/
.text--section-heading {
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 700;
  color: #263040;
}

/* === END GLOBAL === */
