/* YUSHUNXIN home — independent styles, matching home.jpg. */
:root {
  --green: #216e4d;
  --deep: #003b25;
  --lime: #bddf62;
  --ink: #25382e;
  --muted: #7e8780;
  --container: 1500px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: white
}

button,
input,
textarea,
select {
  font: inherit
}

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

button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent
}

button {
  cursor: pointer
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 5px
}

.container {
  width: min(78.2%, var(--container));
  margin-inline: auto
}

/*弹窗*/
/* ===== 联系表单：只影响 .msg-box 内的内容 ===== */
#msg-boxbg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 660;
}

.msg-box .clock {
    width: 30px;
    height: 30px;
    background: url(../image/ck-cuo.png) no-repeat center;
    background-size: 24px;
    position: absolute;
    right: 10px;
    top: 6px;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    transform-origin: center;
    z-index: 6;
}

.msg-box {
    --form-accent: #ffba10;
    --form-accent-hover: #eea600;
    --form-field-bg: #f5f7fc;
    --form-text: #333333;

    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 30px 36px;

    background: #ffffff;
    color: var(--form-text);
    border-radius: 8px;
    box-shadow: 0 18px 65px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    
     position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 661;
    display:none;
}

.msg-box *,
.msg-box *::before,
.msg-box *::after {
    box-sizing: border-box;
}

.msg-box .wpcf7,
.msg-box .wpcf7-form {
    margin: 0;
}

/* 标题 */
.msg-box .form-title {
    margin: 0 0 18px;
    padding: 0;
    color: #333333;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    letter-spacing: -0.5px;
}

/* 说明文字 */
.msg-box .light-background {
    color: var(--form-text);
    background: transparent;
}

.msg-box .formtips {
    margin: 0 0 28px;
    color: #777777;
    font-size: 14px;
    line-height: 1.7;
}

/* 覆盖 Avada 原来的浮动列，改为两列 */
.msg-box .light-background .fusion-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;

    width: 100%;
    margin: 0 0 22px !important;
    padding: 0;
}

/* 清除 clearfix 伪元素，避免占用 Grid 单元格 */
.msg-box .light-background .fusion-columns::before,
.msg-box .light-background .fusion-columns::after {
    display: none;
    content: none;
}

.msg-box .light-background .fusion-columns > div {
    float: none !important;
    width: auto !important;
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 0 !important;
}

/* 字段名称 */
.msg-box .light-background strong {
    display: block;
    margin: 0 0 9px;
    color: #535353;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.msg-box .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* 输入框 */
.msg-box .light-background input[type="text"],
.msg-box .light-background input[type="email"],
.msg-box .light-background input[type="tel"],
.msg-box .light-background input[type="number"],
.msg-box .light-background select,
.msg-box .light-background textarea {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 13px 15px;

    background: var(--form-field-bg) !important;
    color: #333333 !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    box-shadow: none !important;

    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.msg-box .light-background input::placeholder,
.msg-box .light-background textarea::placeholder {
    color: #8b909a;
    opacity: 1;
}

/* 输入时的高亮效果 */
.msg-box .light-background input[type="text"]:focus,
.msg-box .light-background input[type="email"]:focus,
.msg-box .light-background input[type="tel"]:focus,
.msg-box .light-background input[type="number"]:focus,
.msg-box .light-background select:focus,
.msg-box .light-background textarea:focus {
    outline: none;
    background: #ffffff !important;
    border-color: var(--form-accent) !important;
    box-shadow: 0 0 0 3px rgba(255, 186, 16, 0.14) !important;
}

/* 大文本框 */
.msg-box .light-background textarea {
    height: 100px;
    resize: vertical;
}

/* 表单段落 */
.msg-box .light-background > p {
    margin: 0 0 18px;
    padding: 0;
    text-align: left;
}

/* 隐私提示 */
.msg-box .light-background .privacy-text {
    margin: 15px 0 24px;
    color: #929292;
    font-size: 12px;
    line-height: 1.7;
}

/* 提交按钮：黄色通栏 */
.msg-box .light-background input[type="submit"] {
    display: block;
    width: 100% !important;
    max-width: 100%;
    min-height: 48px;
    height: auto;
    margin: 0;
    padding: 14px 20px;

    background: #1d4e41 !important;
    background-image: none !important;
    color: #ffffff !important;
  
    border-radius: 5px !important;
    box-shadow: none !important;

    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    white-space: normal;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.msg-box .light-background input[type="submit"]:hover {
    background: #4c8c45 !important;
}

.msg-box .light-background input[type="submit"]:focus-visible {
    outline: 3px solid rgba(255, 186, 16, 0.45);
    outline-offset: 3px;
}

.msg-box .light-background input[type="submit"]:disabled,
.msg-box .wpcf7-form.submitting input[type="submit"] {
    opacity: 0.65;
    cursor: wait;
}

/* Contact Form 7 字段错误提示 */
.msg-box .wpcf7-not-valid-tip {
    display: block;
    margin-top: 7px;
    color: #d84a4a;
    font-size: 12px;
    line-height: 1.5;
}

.msg-box .light-background .wpcf7-not-valid {
    border-color: #e3a0a0 !important;
}

/* 提交结果反馈，保留插件自身的显示/隐藏逻辑 */
.msg-box .wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 13px 16px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.7;
}

/* 手机端 */
@media (max-width: 640px) {
    .msg-box {
        padding: 25px 18px;
        border-radius: 6px;
    }

    .msg-box .form-title {
        font-size: 26px;
    }

    .msg-box .formtips {
        margin-bottom: 22px;
        font-size: 13px;
    }

    .msg-box .light-background .fusion-columns {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 18px !important;
    }

    .msg-box .light-background input[type="text"],
    .msg-box .light-background input[type="email"],
    .msg-box .light-background input[type="tel"],
    .msg-box .light-background input[type="number"],
    .msg-box .light-background select,
    .msg-box .light-background textarea {
        font-size: 16px;
    }

    .msg-box .light-background textarea {
        height: 140px;
        min-height: 140px;
    }

    .msg-box .light-background input[type="submit"] {
        font-size: 13px;
        padding: 14px 12px;
    }
}


.section-title {
  font-size: 50px;
  line-height: 1.15;
  margin: 0 0 15px;
  color: var(--green);
  font-weight: 700;
  letter-spacing: .3px
}

.section-subtitle {
  font-size: 16px;
  margin: 0;
  color: #66746a
}

.pill {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  background: var(--lime);
  color: #305331;
  border: 0;
  border-radius: 50px;
  min-height: 48px;
  padding: 13px 29px;
  font-size: 13px;
  font-weight: 600
}

.pill:hover {
  background: #cee98b
}

.circle-arrow {
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: var(--lime);
  color: #467044;
  font-size: 19px
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 86px;
  background: #00502e52;
  color: #fff;
  border-bottom: 1px solid #ffffff0b
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 35px
}

.wordmark {
  font-weight: 900;
  font-size: 26px;
  letter-spacing: -1.5px;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  display: inline-block
}

.wordmark i {
  font-style: normal;
  color: #f17c39
}

.wordmark small {
  display: block;
  font-size: 6px;
  letter-spacing: 1.8px;
  margin-top: 5px;
  font-weight: 400
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 39px
}

.main-nav a {
  font-size: 14px;
  color: #eef5ee
}

.main-nav a:hover {
  color: var(--lime)
}

.header-quote {
  padding: 14px 17px;
  background: var(--lime);
  color: #426331;
  font-size: 12px;
  margin-left: 20px;
  white-space: nowrap
}

.menu-toggle {
  display: none
}

.hero {
  height: 56.25vw;
  max-height: 1080px;
  min-height: 560px;
  position: relative;
  overflow: hidden;
  background: #05261c
}

.hero-art {
  position: absolute;
  inset: 0;
  background: url('assets/home/reference.jpg') center top/100% auto no-repeat
}

.hero-copy {
  position: absolute;
  left: 11.2%;
  top: 22%;
  width: 40%;
  padding: 13px 20px 28px 0;
  background: linear-gradient(90deg, #04251feb 0%, #052a23c9 68%, #052a2300 100%);
  color: white
}

.hero h1 {
  font-size: clamp(34px, 2.7vw, 53px);
  letter-spacing: 1px;
  line-height: 1.12;
  margin: 0 0 24px;
  max-width: 700px
}

.hero h1 span {
  color: var(--lime);
  display: block
}

.hero-copy p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 530px;
  margin: 0 0 30px
}

.hero-copy .pill {
  min-width: 158px
}

.hero.alt .hero-art {
  filter: hue-rotate(9deg)
}

.hero-dots {
  position: absolute;
  bottom: 35px;
  right: 12.5%;
  display: flex;
  gap: 12px
}

.hero-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 0;
  background: white;
  font-size: 12px;
  color: #286d42
}

.hero-dot.active {
  background: var(--lime)
}

.about-intro {
  min-height: 380px;
  display: grid;
  grid-template-columns: 34% 1fr;
  align-items: center;
  gap: 7%;
  padding-top: 70px;
  padding-bottom: 55px
}

.about-intro h2 {
  font-size: 50px;
  margin-bottom: 14px
}

.about-intro small {
  font-size: 13px
}

.about-intro p {
  font-size: 16px;
  line-height: 2;
  color: #929892;
  margin: 0
}

.factory-section {
  height: 705px;
  position: relative
}

.factory-photo {
  position: absolute;
  left: 10.9%;
  right: 10.9%;
  top: 100px;
  bottom: 0;
  overflow: hidden;
  background: #eff4ee
}

.factory-photo img {
  position: absolute;
  width: 128%;
  max-width: none;
  left: -14%;
  top: -260%;
  height: 1322.4%;
  object-fit: fill
}

.stats {
  position: relative;
  z-index: 2;
  background: var(--green);
  color: #fff;
  width: 51.8%;
  height: 252px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 70px;
  padding-right: 65px
}

.stat {
  max-width: 155px;
  min-width: 105px
}

.stat strong {
  display: block;
  font-size: 62px;
  line-height: 1;
  margin-bottom: 22px;
  white-space: nowrap
}

.stat strong sup {
  font-size: 31px;
  color: var(--lime);
  vertical-align: top;
  margin-left: 3px
}

.stat span {
  font-size: 14px;
  line-height: 1.55;
  display: block
}

.factory-pin {
  position: absolute;
  right: 11%;
  top: -10px
}

.lines-heading {
  height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.product-lines {
  background: var(--green);
  color: white;
  min-height: 845px;
  padding-top: 94px
}

.line-showcase {
  display: grid;
  grid-template-columns: 58% 1fr;
  gap: 65px;
  align-items: center
}

.line-image {
  height: 500px;
  background: #f5f5f5;
  border: 3px solid #bfcdba;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center
}

.line-image img {
  width: 97%;
  height: 94%;
  object-fit: contain;
  mix-blend-mode: multiply
}

.line-copy h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 35px
}

.line-copy p {
  font-size: 16px;
  line-height: 1.9;
  color: #d1dfd6;
  margin: 0 0 35px
}

.line-copy .pill {
  min-width: 155px
}

.line-tabs {
  border-top: 1px solid #ffffff17;
  margin-top: 115px;
  display: flex;
  justify-content: space-around;
  padding-bottom: 40px
}

.line-tab {
  position: relative;
  padding: 22px 45px 0;
  background: none;
  border: 0;
  color: #fff;
  font-size: 46px;
  font-family: Georgia, serif
}

.line-tab:before {
  content: "";
  position: absolute;
  top: -15px;
  left: calc(50% - 14px);
  width: 28px;
  height: 28px;
  border: 1px solid #81b353;
  border-radius: 50%
}

.line-tab:after {
  content: "";
  position: absolute;
  top: -5px;
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #91ba64
}

.line-tab.active {
  color: var(--lime)
}

.promoted {
  background: #f6f6f6;
  min-height: 850px;
  padding: 58px 0 45px
}

.promoted-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 88px
}

.promoted-card {
  background: white;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  min-height: 480px;
  box-shadow: 0 1px 3px #00000006
}

.promoted-card-top {
  min-height: 245px;
  padding: 27px 28px 25px 75px;
  position: relative
}

.tiny-icon {
  position: absolute;
  left: 20px;
  top: 27px;
  width: 35px;
  height: 40px;
  border: 1px solid #72ad8d;
  border-radius: 50%
}

.promoted-card h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 22px;
  font-weight: 500
}

.promoted-card p {
  font-size: 13px;
  color: #818881;
  line-height: 1.8
}

.promoted-card .circle-arrow {
  margin-top: 17px
}

.promoted-image {
  height: 235px;
  background: var(--green)
}

.pager {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 74px
}

.pager button {
  width: 23px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: var(--lime)
}

.pager button.active {
  background: var(--green)
}

.solutions {
  min-height: 980px;
  position: relative;
  background: #01472f;
  color: white;
  padding: 105px 0;
  overflow: hidden
}

.solutions:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #073e32e0, #005234b0), repeating-linear-gradient(153deg, transparent 0 24px, #0e6c462b 25px 44px);
}

.solutions-inner {
  position: relative;
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 6%;
  align-items: center
}

.solutions-copy h2 {
  font-size: 50px;
  line-height: 1.12;
  max-width: 560px;
  margin: 0 0 45px;
  color: #fff
}

.solutions-copy p {
  font-size: 16px;
  line-height: 1.9;
  color: #c3d5c8;
  margin-bottom: 48px;
  max-width: 520px
}

.solutions-copy .pill {
  min-width: 240px
}

.solution-list {
  display: grid;
  gap: 25px
}

.solution-card {
  display: flex;
  gap: 40px;
  background: white;
  border: 2px solid #dae4d9;
  border-radius: 8px;
  padding: 20px;
  color: #4a6955;
  min-height: 225px;
  position: relative
}

.solution-thumb {
  background: #f4f4f4;
  flex: 0 0 40%;
  min-height: 178px
}

.solution-card h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0 18px
}

.solution-card p {
  font-size: 16px;
  color: #9a9f97;
  line-height: 1.7;
  margin: 0 20px 0 0
}

.solution-card>.circle-arrow {
  position: absolute;
  bottom: 5px;
  right: 5px
}

.solutions .pager {
  margin-top: 36px
}

.solutions .pager button {
  height: 10px;
  width: 10px;
  background: white
}

.solutions .pager button.active {
  background: var(--lime)
}

.cases {
  min-height: 1480px;
  padding: 70px 0 80px
}

.cases-heading {
  text-align: center;
  margin-bottom: 70px
}

.cases-heading .section-title {
  margin-bottom: 17px
}

.cases-heading p {
  font-size: 16px;
  color: #68786d;
  margin: 0
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px 34px
}

.case-card {
  position: relative;
  padding-bottom: 85px
}

.case-image {
  height: 440px;
  background: #003d25;
  position: relative
}

.country-tag {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--lime);
  padding: 8px 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px
}

.flag {
  font-size: 24px;
  line-height: 1
}

.case-caption {
  position: relative;
  margin-top: -40px;
  background: white;
  width: 76%;
  padding: 25px 60px 20px;
  box-shadow: 0 8px 22px #153d2504;
  min-height: 135px
}

.case-caption p {
  font-size: 15px;
  color: #90968f;
  line-height: 1.7;
  margin: 0 0 5px
}

.case-caption a {
  font-size: 14px;
  color: #306f4d
}

.inquiry {
  min-height: 760px;
  background: #f2f8f3;
  padding: 110px 0
}

.inquiry-inner {
  display: grid;
  grid-template-columns: 31% 1fr;
  gap: 6%;
  align-items: start
}

.inquiry-copy {
  padding: 35px 0 0 55px
}

.eyebrow {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #347455;
  margin: 0 0 10px
}

.inquiry h2 {
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 26px;
  max-width: 400px
}

.inquiry-copy>p:not(.eyebrow) {
  font-size: 15px;
  color: #8c9c8e;
  line-height: 1.75
}

.inquiry-copy ul {
  padding: 45px 0 0 18px;
  color: #8c9c8e;
  font-size: 14px;
  line-height: 1.6
}

.inquiry-copy li {
  padding-bottom: 20px
}

.inquiry-copy li::marker {
  color: #498d60
}

.inquiry-form {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 28px #12392424;
  padding: 40px 55px;
  min-height: 530px
}

.form-steps {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #b1b8b0;
  margin-bottom: 24px
}

.form-steps .current {
  color: var(--green)
}

.step-number {
  display: inline-grid;
  place-items: center;
  background: var(--green);
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 10px
}

.form-note {
  background: #eaf4ed;
  border-left: 3px solid #68a780;
  padding: 15px;
  font-size: 13px;
  color: #91a698;
  margin-bottom: 30px
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px
}

.field label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 13px
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #e2e8e3;
  border-radius: 3px;
  padding: 13px 15px;
  font-size: 13px;
  background: #fff;
  color: #486051
}

.field input::placeholder,
.field textarea::placeholder {
  color: #b4bcb4
}

.field.full {
  grid-column: 1/-1
}

.form-submit {
  margin-top: 28px;
  border-radius: 3px;
  padding: 15px 35px;
  font-size: 13px
}

.form-back {
  border: 0;
  background: none;
  color: var(--green);
  margin-right: 20px
}

.form-message {
  font-size: 14px;
  line-height: 1.7;
  color: var(--green)
}

.site-footer {
  min-height: 700px;
  position: relative;
  background: linear-gradient(125deg, #001c19, #00382b);
  color: #d3ddd5;
  padding: 110px 0 45px;
  overflow: hidden
}

.site-footer:before {
  content: "";
  position: absolute;
  bottom: -190px;
  left: 0;
  right: 0;
  height: 360px;
  background: linear-gradient(#004936c9, #00402d), url('assets/home/reference.jpg') 50% 24%/100%;
  transform: skewY(-7deg);
  opacity: .3
}

.footer-grid {
  position: relative;
  display: grid;
  grid-template-columns: 34% repeat(4, 1fr);
  gap: 32px
}

.footer-company .wordmark {
  margin: 0 0 65px
}

.footer-company p {
  font-size: 14px;
  line-height: 1.7;
  max-width: 350px;
  margin: 0 0 18px
}

.footer-column h3 {
  font-size: 15px;
  letter-spacing: 1px;
  color: white;
  margin: 18px 0 67px
}

.footer-column a {
  font-size: 13px;
  display: block;
  margin-bottom: 22px;
  line-height: 1.5
}

.socials {
  display: flex;
  gap: 15px;
  margin-top: 35px
}

.socials a {
  display: grid;
  place-items: center;
  border: 1px solid #5b7971;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  font-size: 12px
}

.footer-search {
  margin-top: 44px;
  width: 260px;
  display: flex;
  background: var(--lime)
}

.footer-search input {
  min-width: 0;
  width: 100%;
  padding: 14px;
  border: 0;
  background: none;
  font-size: 12px;
  color: #29583a
}

.footer-search button {
  border: 0;
  background: none;
  color: #346344;
  font-size: 20px
}

.modal {
  position: fixed;
  inset: 0;
  background: #001b16b8;
  display: grid;
  place-items: center;
  z-index: 100;
  padding: 25px
}

.modal[hidden],
[hidden] {
  display: none !important
}

.modal-inner {
  position: relative;
  background: white;
  width: min(600px, 100%);
  padding: 45px;
  border-radius: 15px
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  border: 0;
  background: none;
  font-size: 28px
}

.modal-inner h2 {
  color: var(--green)
}

.modal-inner p {
  line-height: 1.8;
  color: #708275
}

@media(max-width:1600px) and (min-width:901px) {
  .main-nav {
    gap: 24px
  }

  .container {
    width: 80%
  }

  .hero-copy p {
    font-size: 16px
  }

  .section-title {
    font-size: 42px
  }

  .about-intro {
    min-height: 300px
  }

  .factory-section {
    height: 560px
  }

  .stats {
    height: 210px;
    gap: 45px;
    padding-right: 45px
  }

  .stat strong {
    font-size: 50px
  }

  .factory-photo {
    top: 80px
  }

  .lines-heading {
    height: 175px
  }

  .product-lines {
    min-height: 690px;
    padding-top: 75px
  }

  .line-image {
    height: 400px
  }

  .line-tabs {
    margin-top: 85px
  }

  .promoted {
    min-height: 730px
  }

  .promoted-grid {
    margin-top: 65px
  }

  .promoted-card-top {
    padding-left: 58px
  }

  .promoted-card h3 {
    font-size: 16px
  }

  .promoted-card p {
    font-size: 12px
  }

  .tiny-icon {
    left: 16px;
    width: 29px;
    height: 34px
  }

  .solutions {
    min-height: 800px;
    padding: 85px 0
  }

  .solutions-copy h2 {
    font-size: 42px
  }

  .solution-card {
    min-height: 185px;
    gap: 25px
  }

  .solution-thumb {
    min-height: 140px
  }

  .solution-card h3 {
    font-size: 20px
  }

  .solution-card p {
    font-size: 13px
  }

  .cases {
    min-height: 1220px
  }

  .case-image {
    height: 350px
  }

  .case-caption {
    padding: 22px 35px
  }

  .inquiry {
    min-height: 650px;
    padding: 90px 0
  }

  .inquiry-copy {
    padding-left: 20px
  }

  .inquiry h2 {
    font-size: 32px
  }

  .inquiry-form {
    padding: 35px
  }

  .site-footer {
    min-height: 580px;
    padding-top: 85px
  }

  .footer-grid {
    gap: 22px
  }

  .footer-column h3 {
    font-size: 12px
  }

  .footer-column a {
    font-size: 11px
  }

  .footer-company p {
    font-size: 12px
  }
}

@media(max-width:1100px) {
  .main-nav {
    gap: 14px
  }

  .main-nav a {
    font-size: 11px
  }

  .header-quote {
    font-size: 10px;
    margin-left: 0
  }

  .wordmark {
    font-size: 22px
  }

  .header-inner {
    gap: 22px
  }

  .hero-copy {
    width: 48%;
    top: 24%
  }

  .hero h1 {
    font-size: 34px
  }

  .hero-copy p {
    font-size: 13px;
    max-width: 360px
  }

  .stats {
    gap: 28px
  }

  .stat {
    min-width: 80px
  }

  .stat strong {
    font-size: 42px
  }

  .line-showcase {
    gap: 35px
  }

  .line-copy h3 {
    font-size: 21px
  }

  .line-copy p {
    font-size: 14px
  }

  .promoted-card-top {
    padding: 20px
  }

  .tiny-icon {
    display: none
  }

  .solution-card {
    gap: 18px
  }

  .solutions-copy h2 {
    font-size: 36px
  }

  .inquiry-inner {
    grid-template-columns: 32% 1fr;
    gap: 5%
  }

  .inquiry-form {
    padding: 28px
  }

  .footer-search {
    width: 180px
  }
}

@media(max-width:900px) {
  .container {
    width: 88%
  }

  .site-header {
    height: 75px
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    background: #06482f;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px
  }

  .main-nav.is-open {
    display: flex
  }

  .main-nav a {
    font-size: 14px
  }

  .header-quote {
    margin-left: auto
  }

  .menu-toggle {
    display: block;
    border: 0;
    background: none;
    color: white;
    font-size: 25px
  }

  .hero {
    min-height: 650px;
    height: 90vw;
    max-height: 800px
  }

  .hero-art {
    background-size: auto 520%;
    background-position: 60% top;
    opacity: .75
  }

  .hero-copy {
    left: 6%;
    width: 70%;
    top: 24%;
    padding: 20px 20px 30px;
    background: linear-gradient(90deg, #052c25eb, #052c2570, transparent)
  }

  .hero h1 {
    font-size: 40px
  }

  .hero-copy p {
    font-size: 15px
  }

  .about-intro {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 65px 0
  }

  .about-intro h2,
  .section-title {
    font-size: 36px
  }

  .about-intro p {
    font-size: 14px
  }

  .factory-section {
    height: 470px
  }

  .factory-photo {
    left: 6%;
    right: 6%;
    top: 90px
  }

  .stats {
    width: 80%;
    height: 155px;
    justify-content: center;
    padding: 25px;
    gap: 40px
  }

  .stat strong {
    font-size: 40px;
    margin-bottom: 12px
  }

  .stat span {
    font-size: 11px
  }

  .lines-heading {
    height: 170px
  }

  .product-lines {
    min-height: 0;
    padding-top: 60px
  }

  .line-showcase {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .line-image {
    height: 350px
  }

  .line-copy h3 {
    font-size: 25px;
    margin-bottom: 20px
  }

  .line-copy p {
    font-size: 14px;
    max-width: 650px
  }

  .line-tabs {
    margin-top: 70px
  }

  .line-tab {
    padding: 20px 10px 0;
    font-size: 32px
  }

  .promoted {
    min-height: 0;
    padding: 60px 0
  }

  .promoted-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px
  }

  .promoted-card {
    min-height: 360px
  }

  .promoted-card-top {
    min-height: 200px;
    padding: 25px
  }

  .promoted-image {
    height: 160px
  }

  .promoted-card h3 {
    font-size: 18px
  }

  .pager {
    margin-top: 40px
  }

  .solutions {
    min-height: 0;
    padding: 70px 0
  }

  .solutions-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .solutions-copy h2 {
    font-size: 36px;
    margin-bottom: 25px
  }

  .solutions-copy p {
    font-size: 14px;
    margin-bottom: 30px
  }

  .solution-card {
    min-height: 180px;
    gap: 25px
  }

  .solution-thumb {
    min-height: 140px
  }

  .solution-card h3 {
    font-size: 22px
  }

  .solution-card p {
    font-size: 14px
  }

  .cases {
    min-height: 0;
    padding: 65px 0
  }

  .cases-heading {
    margin-bottom: 45px
  }

  .cases-heading p {
    font-size: 13px;
    line-height: 1.6
  }

  .case-grid {
    gap: 25px
  }

  .case-image {
    height: 260px
  }

  .case-caption {
    width: 90%;
    padding: 18px 23px;
    min-height: 120px
  }

  .case-caption p {
    font-size: 12px
  }

  .case-card {
    padding-bottom: 15px
  }

  .inquiry {
    min-height: 0;
    padding: 65px 0
  }

  .inquiry-inner {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .inquiry-copy {
    padding: 0
  }

  .inquiry h2 {
    font-size: 34px
  }

  .inquiry-copy ul {
    padding-top: 15px
  }

  .inquiry-copy li {
    padding-bottom: 10px
  }

  .inquiry-form {
    min-height: 0;
    padding: 30px
  }

  .site-footer {
    min-height: 0;
    padding: 70px 0
  }

  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px
  }

  .footer-company {
    grid-column: 1/-1
  }

  .footer-company .wordmark {
    margin-bottom: 30px
  }

  .footer-column h3 {
    font-size: 13px;
    margin-bottom: 25px
  }

  .footer-column a {
    font-size: 12px
  }

  .footer-search {
    width: 180px
  }
}

@media(max-width:540px) {
  .header-inner {
    gap: 14px
  }

  .header-quote {
    font-size: 9px;
    padding: 12px 10px
  }

  .wordmark {
    font-size: 22px
  }

  .hero {
    min-height: 620px
  }

  .hero-copy {
    width: 90%;
    left: 4%;
    top: 25%;
    padding-left: 10px
  }

  .hero h1 {
    font-size: 32px
  }

  .hero-copy p {
    font-size: 14px;
    max-width: 300px
  }

  .hero-dots {
    right: 7%;
    bottom: 30px
  }

  .section-title {
    font-size: 29px
  }

  .section-subtitle {
    font-size: 12px
  }

  .about-intro {
    padding: 45px 0
  }

  .factory-section {
    height: 290px
  }

  .factory-photo {
    top: 65px
  }

  .stats {
    width: 94%;
    height: 110px;
    gap: 25px;
    padding: 15px
  }

  .stat {
    min-width: 65px
  }

  .stat strong {
    font-size: 31px
  }

  .stat strong sup {
    font-size: 17px
  }

  .stat span {
    font-size: 9px
  }

  .lines-heading {
    height: 140px
  }

  .product-lines {
    padding-top: 35px
  }

  .line-image {
    height: 235px
  }

  .line-copy h3 {
    font-size: 21px
  }

  .line-copy p {
    font-size: 13px
  }

  .line-tab {
    font-size: 28px
  }

  .promoted-grid {
    gap: 13px
  }

  .promoted-card-top {
    padding: 18px 14px;
    min-height: 210px
  }

  .promoted-card h3 {
    font-size: 15px
  }

  .promoted-card p {
    font-size: 11px
  }

  .promoted-image {
    height: 130px
  }

  .promoted-card {
    min-height: 340px
  }

  .solutions-copy h2 {
    font-size: 32px
  }

  .solution-card {
    gap: 17px;
    min-height: 150px;
    padding: 14px
  }

  .solution-thumb {
    flex-basis: 32%;
    min-height: 120px
  }

  .solution-card h3 {
    font-size: 16px;
    margin: 4px 0 10px
  }

  .solution-card p {
    font-size: 11px;
    margin-right: 0
  }

  .case-grid {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .case-image {
    height: 265px
  }

  .case-caption {
    width: 85%
  }

  .inquiry-form {
    padding: 22px
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 19px
  }

  .inquiry h2 {
    font-size: 31px
  }

  .form-note {
    font-size: 11px
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-search {
    width: 160px
  }

  .footer-company p {
    font-size: 12px
  }
}

/* Hide text already baked into the supplied hero reference behind editable HTML. */
.site-header {
  background: #043d2c
}

.hero-copy {
  background: linear-gradient(90deg, #04251f 0%, #04251f 85%, #04251f00 100%)
}

.hero-dots {
  background: #183b2c;
  padding: 7px 10px;
  border-radius: 35px;
  bottom: 32px
}

.line-image.reference-frame {
  position: relative;
  display: block
}

.line-image.reference-frame img {
  position: absolute;
  width: 220%;
  height: 1600%;
  max-width: none;
  left: -24%;
  top: -496%;
  object-fit: fill;
  mix-blend-mode: normal
}

@media(max-width:900px) {
  .hero-copy {
    background: linear-gradient(90deg, #04251f 0%, #04251f 85%, #04251f00 100%)
  }

  .line-image.reference-frame img {
    height: 1600%;
    width: 220%
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  * {
    animation: none !important;
    transition: none !important
  }
}

@media(max-width:900px) {
  .hero-art {
    background-size: auto 740.741%;
    background-position: right top
  }

  .hero-copy {
    background: linear-gradient(90deg, #04251ff5, #04251fe0 75%, #04251f00)
  }
}