:root {
  --rose: #e98791;
  --rose-dark: #c97858;
  --copper: #bf815d;
  --ink: #2e2522;
  --muted: #73645f;
  --line: #eaded8;
  --soft: #fff7f4;
  --footer: #162126;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 104px;
  padding: 0 42px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 1px 12px rgba(65, 42, 36, .08);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  width: 315px;
  line-height: 1;
  color: #b87957;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(.9);
}

.site-header .brand {
  justify-content: center;
}

.site-header .brand img {
  width: 300px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.brand-main {
  position: relative;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-style: italic;
  letter-spacing: 1px;
}

.brand-main::after {
  content: "✦";
  position: absolute;
  right: -26px;
  top: 4px;
  color: var(--rose);
  font-size: 18px;
}

.brand-sub {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 8px;
  color: #7c5c51;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-weight: 700;
  font-size: 14px;
}

.nav a {
  position: relative;
  padding: 33px 0 29px;
}

.nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  height: 2px;
  background: var(--rose);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
}

.language {
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.quote-btn,
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 30px;
  border-radius: 7px;
  background: linear-gradient(135deg, #f39da4, #dc7986);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(224, 122, 134, .24);
}

.quote-btn { min-height: 50px; }

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 30px;
  width: 48px;
  min-width: 48px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}

.nav-toggle::before {
  content: "☰";
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 575px;
  overflow: hidden;
  color: #fff;
}

.crop {
  background-image: url("assets/reference.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(.96);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.22) 46%, rgba(0,0,0,.34));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 150px 20px 130px 180px;
}

.hero h1 {
  margin: 0 0 24px;
  font-size: clamp(42px, 4.2vw, 68px);
  line-height: 1.12;
  letter-spacing: 0;
}

.hero p {
  margin: 0 0 38px;
  font-size: 19px;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  min-width: 208px;
  border: 2px solid rgba(255,255,255,.7);
  border-radius: 7px;
  color: #fff;
  font-weight: 800;
  background: rgba(255,255,255,.08);
}

.cert-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1330px;
  margin: -2px auto 28px;
  padding: 28px 42px;
  border: 1px solid var(--line);
  border-radius: 0 0 16px 16px;
  background: #fff;
  box-shadow: 0 12px 22px rgba(76, 46, 38, .08);
}

.cert-strip div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 48px;
  border-right: 1px solid var(--line);
  font-weight: 800;
}

.cert-strip div:last-child { border-right: 0; }

.cert-strip strong {
  color: var(--copper);
  font-size: 38px;
  font-family: Georgia, serif;
  line-height: 1;
}

.section,
.why {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 34px 34px;
  text-align: center;
}

h2 {
  margin: 0 0 11px;
  font-size: 29px;
  letter-spacing: 1px;
}

.section-lead {
  margin: 0 0 24px;
  color: var(--muted);
  font-weight: 600;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.product-carousel {
  position: relative;
  max-width: 100%;
}

.product-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 54px) / 4);
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 2px 0 14px;
  scrollbar-width: none;
}

.product-track::-webkit-scrollbar { display: none; }

.product-card,
.factory-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 18px rgba(84, 49, 40, .06);
}

.product-card {
  scroll-snap-align: start;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-card:hover,
.product-card:focus-visible {
  transform: translateY(-3px);
  border-color: #e8b6b3;
  box-shadow: 0 14px 28px rgba(84, 49, 40, .1);
  outline: none;
}

.product-image {
  height: 260px;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 78%, rgba(192, 124, 98, .16), transparent 34%),
    linear-gradient(145deg, #fff7f5, #f8e5e2);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-card h3,
.factory-card h3 {
  margin: 20px 16px 8px;
  font-size: 17px;
}

.product-card p,
.factory-card p {
  margin: 0 18px 22px;
  color: #3f3431;
  font-size: 14px;
  line-height: 1.55;
}

.details-link {
  display: inline-flex;
  margin: 0 0 20px;
  color: #d76f7b;
  font-size: 13px;
  font-weight: 900;
}

.carousel-btn {
  position: absolute;
  top: 128px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  color: #b66168;
  font-size: 34px;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(84, 49, 40, .12);
  cursor: pointer;
}

.carousel-prev { left: -12px; }
.carousel-next { right: -12px; }

.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 50px;
  margin-top: 32px;
  border: 1px solid var(--rose);
  border-radius: 7px;
  color: #d76f7b;
  font-weight: 800;
}

.section-panel {
  max-width: 1440px;
  margin: 0 auto 10px;
  padding: 20px 34px 44px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(90deg, #fff8f5, #fffdfc, #fff4ee);
  text-align: center;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 52px;
  position: relative;
  margin-top: 10px;
}

.process-grid::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 52px;
  border-top: 2px dashed #efb8b1;
}

.process-grid article {
  position: relative;
  z-index: 1;
  padding: 0 18px;
}

.step-no {
  position: absolute;
  left: 5px;
  top: 42px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--rose);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.step-icon {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #fff;
  color: var(--copper);
  font-size: 40px;
  box-shadow: 0 10px 18px rgba(103, 59, 46, .08);
}

.process h3 { margin: 0 0 10px; }
.process p { margin: 0; line-height: 1.5; font-size: 14px; }

.factory-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  max-width: 1290px;
  margin: 0 auto;
  text-align: left;
}

.factory-image {
  height: 210px;
  display: grid;
  place-items: start center;
  padding: 8px 18px 28px;
  background: linear-gradient(145deg, #fff, #fff0ec);
}

.factory-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  mix-blend-mode: multiply;
}

.factory-card h3 {
  margin-top: 16px;
  background: #fff;
}

.factory-card {
  display: flex;
  flex-direction: column;
}

.factory-card .factory-image {
  flex: 0 0 auto;
  height: 220px;
  padding: 0;
  overflow: hidden;
  background: #f8eeeb;
}

.factory-card .factory-image img {
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
}

.factory-card h3,
.factory-card p {
  position: relative;
  z-index: 1;
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
}

.factory-card p {
  margin-top: 0;
  padding-bottom: 22px;
  background: #fff;
}

.factory-card h3 {
  margin: 0;
  padding-top: 18px;
  padding-bottom: 8px;
}

.why {
  padding-top: 0;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 1320px;
  margin: 26px auto 28px;
}

.why-grid article {
  padding: 0 22px;
  border-right: 1px solid var(--line);
}

.why-grid article:last-child { border-right: 0; }
.why-grid span { color: var(--rose); font-size: 44px; }
.why-grid h3 { margin: 10px 0 12px; font-size: 15px; }
.why-grid strong { display: block; color: #e77883; font-size: 27px; }
.why-grid p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }

.cta {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  max-width: 1440px;
  min-height: 144px;
  margin: 0 auto 0;
  padding: 16px 48px 16px 34px;
  border-radius: 20px;
  background: linear-gradient(90deg, #f7dbc9, #fff2eb 44%, #f1c2a8);
}

.cta-image {
  height: 124px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 10px;
  background: rgba(255,255,255,.58);
}

.cta-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.cta h2 {
  margin: 0 0 8px;
  font-size: 34px;
  letter-spacing: 0;
}

.cta p {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
}

.cta small {
  grid-column: 3;
  margin-top: -26px;
  font-weight: 700;
}

.footer {
  margin-top: 8px;
  padding: 36px 74px 18px;
  color: #fff;
  background: linear-gradient(135deg, #1f2b31, #131d21);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.1fr 1.35fr 1.1fr;
  gap: 50px;
  max-width: 1360px;
  margin: 0 auto;
}

.footer .brand {
  width: 320px;
  padding: 8px;
  border-radius: 6px;
  background: rgba(255,255,255,.94);
}
.footer p { color: #e0e5e6; line-height: 1.45; }
.footer h3 { margin: 0 0 16px; font-size: 14px; }
.footer a { display: block; margin: 7px 0; color: #eef3f4; }

.socials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.socials span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%;
}

.footer input,
.footer button {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 4px;
  padding: 0 18px;
}

.footer input {
  margin-bottom: 12px;
  background: #303b40;
  color: #fff;
}

.footer button {
  background: #ee8790;
  color: #fff;
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  gap: 220px;
  max-width: 1360px;
  margin: 18px auto 0;
  color: #d6dddd;
}

.page-hero {
  max-width: 1440px;
  margin: 0 auto 36px;
  padding: 86px 64px;
  border-radius: 0 0 22px 22px;
}

.page-hero h1 {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
}

.page-hero p {
  max-width: 760px;
  margin: 0;
  color: #5d504c;
  font-size: 20px;
  line-height: 1.5;
}

.soft-hero {
  background:
    radial-gradient(circle at 85% 20%, rgba(232, 135, 145, .22), transparent 28%),
    linear-gradient(135deg, #fff8f6, #f9e5ef);
}

.warm-hero {
  background:
    radial-gradient(circle at 80% 15%, rgba(191, 129, 93, .22), transparent 30%),
    linear-gradient(135deg, #fff3ee, #fffaf7);
}

.image-hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(43, 32, 29, .78), rgba(43, 32, 29, .28)),
    url("assets/product-3.jpg") center / cover;
}

.image-hero p { color: rgba(255,255,255,.88); }

.eyebrow {
  margin: 0 0 12px;
  color: #d5737e;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
}

.intro-split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: end;
  padding-top: 28px;
  text-align: left;
}

.intro-split h2 {
  max-width: 680px;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
}

.intro-split > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.rich-grid .product-card p {
  min-height: 112px;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 28px;
  text-align: left;
}

.content-grid article,
.contact-panel,
.contact-info,
.quality-list article,
.timeline-block div,
.about-stats article {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(84, 49, 40, .05);
}

.content-grid article {
  padding: 30px;
}

.content-grid h2,
.contact-panel h2,
.contact-info h2 {
  margin-top: 0;
  font-size: 25px;
  letter-spacing: 0;
}

.content-grid p,
.contact-info p,
.contact-info li,
.about-story p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.timeline-block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  text-align: left;
}

.timeline-block div {
  padding: 26px;
}

.timeline-block strong,
.quality-list strong {
  color: var(--rose);
  font-size: 30px;
  font-family: Georgia, "Times New Roman", serif;
}

.timeline-block h3,
.quality-list h3 {
  margin: 16px 0 10px;
}

.timeline-block p,
.quality-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.quality-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: left;
}

.quality-list article {
  padding: 28px;
}

.spec-table {
  text-align: left;
}

.spec-table h2 {
  text-align: center;
  margin-bottom: 22px;
}

.spec-table table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.spec-table th,
.spec-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.spec-table th {
  background: #fff1ee;
  color: #3b302d;
}

.spec-table tr:last-child td { border-bottom: 0; }

.about-story {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: start;
  text-align: left;
}

.about-story h2 {
  font-size: 40px;
  line-height: 1.18;
  letter-spacing: 0;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.about-stats article {
  padding: 28px;
}

.about-stats strong {
  display: block;
  color: var(--rose);
  font-size: 40px;
  line-height: 1;
}

.about-stats span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.5;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: start;
  text-align: left;
}

.contact-panel,
.contact-info {
  padding: 34px;
}

.quote-form {
  display: grid;
  gap: 16px;
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: #3f3431;
  font-weight: 800;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 14px 16px;
  color: var(--ink);
  font: inherit;
  background: #fffaf8;
}

.quote-form textarea {
  min-height: 150px;
  resize: vertical;
}

.quote-form button {
  min-height: 52px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, #f39da4, #dc7986);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.wide-cta {
  margin-top: 24px;
  margin-bottom: 0;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.product-modal.open { display: flex; }

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 15, 13, .52);
}

.modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  width: min(980px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0,0,0,.24);
}

.modal-image {
  display: grid;
  place-items: center;
  align-self: start;
  position: sticky;
  top: 0;
  height: min(520px, calc(100vh - 48px));
  min-height: 430px;
  padding: 28px;
  background: linear-gradient(145deg, #fff7f5, #f8e5e2);
}

.modal-image img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.modal-content {
  padding: 42px;
  text-align: left;
}

.modal-content h2 {
  margin: 0 0 16px;
  font-size: 34px;
  letter-spacing: 0;
}

.modal-content p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.modal-specs {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.modal-specs li {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff8f6;
  color: #3f3431;
  font-weight: 700;
}

.modal-products {
  margin: 26px 0 24px;
}

.modal-products h3 {
  margin: 0 0 14px;
  color: #2d2421;
  font-size: 20px;
  letter-spacing: 0;
}

.modal-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.modal-product-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fffaf8;
}

.modal-product-grid img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: contain;
  background: #fff2ef;
}

.modal-product-grid strong {
  display: block;
  padding: 14px 14px 4px;
  color: #2d2421;
  font-size: 15px;
  line-height: 1.35;
}

.modal-product-grid p {
  margin: 0;
  padding: 0 14px 16px;
  font-size: 13px;
  line-height: 1.55;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff1ee;
  color: #3f3431;
  font-size: 24px;
  cursor: pointer;
}

.source-factory {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 30px;
  align-items: stretch;
  padding-top: 24px;
  text-align: left;
}

.source-copy {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff8f5, #fff);
  box-shadow: 0 10px 20px rgba(84, 49, 40, .05);
}

.source-copy h2 {
  margin-bottom: 18px;
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: 0;
}

.source-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.source-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.source-points span {
  padding: 10px 13px;
  border: 1px solid #f0c3bd;
  border-radius: 999px;
  background: #fff;
  color: #b66168;
  font-size: 13px;
  font-weight: 900;
}

.source-media {
  min-height: 420px;
  overflow: hidden;
  border-radius: 16px;
  background: #f8e5e2;
  box-shadow: 0 16px 28px rgba(67, 44, 38, .1);
}

.source-media img,
.photo-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
}

.photo-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(84, 49, 40, .05);
}

.photo-grid figure:nth-child(1),
.photo-grid figure:nth-child(4) {
  grid-column: span 2;
}

.photo-grid img {
  height: 280px;
}

.photo-grid figcaption {
  padding: 14px 16px 16px;
  color: #3f3431;
  font-weight: 900;
}

.moq-section {
  padding-top: 28px;
  text-align: left;
}

.moq-copy {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 36px;
  align-items: end;
  margin-bottom: 22px;
}

.moq-copy h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: 0;
}

.moq-copy p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.price-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(84, 49, 40, .05);
}

.price-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.price-table th,
.price-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.price-table th {
  background: #fff1ee;
  color: #3b302d;
  font-size: 14px;
}

.price-table td:first-child {
  color: #d76f7b;
  font-weight: 900;
}

.price-table tr:last-child td { border-bottom: 0; }

.table-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.custom-options {
  padding-top: 28px;
  text-align: left;
}

.custom-options-head {
  max-width: 880px;
  margin-bottom: 24px;
}

.custom-options-head h2 {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: 0;
}

.custom-options-head p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.options-grid article,
.news-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(84, 49, 40, .05);
}

.options-grid article {
  padding: 26px;
}

.options-grid h3 {
  margin: 0 0 10px;
  color: #3b302d;
}

.options-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: left;
}

.news-card {
  overflow: hidden;
}

.news-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.news-card div {
  padding: 24px;
}

.news-card span {
  color: #d76f7b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.news-card h3 {
  margin: 10px 0;
  font-size: 21px;
  line-height: 1.25;
}

.news-card p {
  color: var(--muted);
  line-height: 1.65;
}

.news-card a {
  color: #d76f7b;
  font-weight: 900;
}

.article-page {
  background: #fffaf8;
}

.article-hero {
  max-width: 980px;
  margin: 0 auto;
  padding: 84px 24px 36px;
  text-align: center;
}

.article-hero h1 {
  margin: 10px 0 18px;
  color: #2d2421;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

.article-hero p {
  max-width: 780px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.article-meta span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #8d7069;
  font-size: 13px;
  font-weight: 800;
}

.article-cover {
  max-width: 1120px;
  height: 460px;
  margin: 0 auto 56px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(84, 49, 40, .12);
}

.article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-body {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px 38px;
  text-align: left;
}

.article-body section,
.article-checklist {
  margin-bottom: 34px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(84, 49, 40, .05);
}

.article-body h2 {
  margin: 0 0 12px;
  color: #2f2623;
  font-size: 28px;
  letter-spacing: 0;
}

.article-body p,
.article-checklist li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.78;
}

.article-checklist ul {
  margin: 0;
  padding-left: 22px;
}

.section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 24px;
}

.section-heading-row h2 {
  margin: 6px 0 0;
  letter-spacing: 0;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.related-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: #2d2421;
  text-align: left;
  box-shadow: 0 8px 18px rgba(84, 49, 40, .05);
}

.related-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.related-card span,
.related-card strong {
  display: block;
  padding: 0 18px;
}

.related-card span {
  margin-top: 16px;
  color: #d76f7b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
}

.related-card strong {
  padding-bottom: 20px;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.35;
}

.faq-grid,
.policy-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: left;
}

.faq-grid article,
.policy-content article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(84, 49, 40, .05);
}

.faq-grid h2,
.policy-content h2 {
  margin-top: 0;
  font-size: 24px;
  letter-spacing: 0;
}

.faq-grid p,
.policy-content p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto auto;
    padding: 18px 22px;
    min-height: 80px;
  }

  .nav-toggle { display: block; justify-self: end; }

  .nav,
  .header-actions {
    display: none;
  }

  .site-header.open .nav,
  .site-header.open .header-actions {
    grid-column: 1 / -1;
    display: flex;
  }

  .site-header.open .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .site-header.open .nav a { padding: 12px 0; }
  .site-header.open .header-actions { justify-content: space-between; }

  .hero-content { padding-left: 48px; max-width: 760px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .product-track { grid-auto-columns: calc((100% - 24px) / 3); }
  .factory-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }
  .why-grid article:nth-child(3n) { border-right: 0; }
  .cert-strip { grid-template-columns: repeat(5, minmax(120px, 1fr)); overflow-x: auto; margin-left: 18px; margin-right: 18px; }
  .cta { grid-template-columns: 220px 1fr; }
  .cta .primary-btn,
  .cta small { grid-column: 2; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { gap: 40px; flex-wrap: wrap; }
  .content-grid,
  .timeline-block,
  .quality-list,
  .photo-grid,
  .options-grid,
  .news-grid,
  .faq-grid,
  .policy-content,
  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .intro-split,
  .about-story,
  .contact-layout,
  .source-factory,
  .moq-copy {
    grid-template-columns: 1fr;
  }
  .photo-grid figure:nth-child(1),
  .photo-grid figure:nth-child(4) {
    grid-column: span 1;
  }
}

@media (max-width: 720px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  .site-header {
    grid-template-columns: minmax(0, 1fr) 48px;
    padding: 14px 20px;
    min-height: 104px;
  }
  .site-header .brand {
    width: min(250px, calc(100vw - 110px));
  }
  .site-header .brand img {
    width: 100%;
  }
  .brand-main { font-size: 32px; }
  .brand-sub { font-size: 10px; letter-spacing: 6px; }
  .hero { min-height: 590px; }
  .hero-video {
    object-position: center center;
  }
  .hero-content {
    padding: 92px 24px 82px;
    max-width: 100%;
  }
  .hero h1 {
    font-size: 34px;
    line-height: 1.08;
  }
  .hero p {
    font-size: 16px;
    line-height: 1.35;
  }
  .hero-actions > a { width: 100%; }
  .cert-strip {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 0 0 12px 12px;
  }
  .cert-strip div {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 10px;
  }
  .cert-strip div:last-child { border-bottom: 0; }
  .section, .why { padding-left: 18px; padding-right: 18px; }
  .product-grid,
  .factory-grid,
  .process-grid,
  .why-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .product-track {
    grid-auto-columns: min(84vw, 318px);
    gap: 16px;
    padding: 0 6px 4px;
  }
  .carousel-btn {
    top: 118px;
    width: 38px;
    height: 38px;
    font-size: 30px;
  }
  .carousel-prev { left: 0; }
  .carousel-next { right: 0; }
  .process-grid::before { display: none; }
  .step-no { left: calc(50% - 58px); }
  .why-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 18px;
  }
  .cta {
    grid-template-columns: 1fr;
    margin: 0 18px;
    padding: 20px;
    text-align: center;
  }
  .cta-image {
    height: 180px;
  }
  .cta h2 { font-size: 28px; }
  .cta p { font-size: 18px; }
  .cta .primary-btn,
  .cta small { grid-column: 1; margin-top: 0; }
  .footer { padding: 34px 22px 18px; }
  .footer-bottom { justify-content: flex-start; }
  .page-hero {
    margin-bottom: 24px;
    padding: 58px 22px;
  }
  .page-hero h1,
  .intro-split h2,
  .about-story h2 {
    font-size: 34px;
  }
  .page-hero p {
    font-size: 17px;
  }
  .content-grid,
  .timeline-block,
  .quality-list,
  .about-stats,
  .contact-layout,
  .source-factory,
  .photo-grid,
  .moq-copy,
  .options-grid,
  .news-grid,
  .faq-grid,
  .policy-content,
  .related-grid {
    grid-template-columns: 1fr;
  }
  .article-hero {
    padding-top: 54px;
  }
  .article-hero p {
    font-size: 17px;
  }
  .article-cover {
    height: 260px;
    margin-bottom: 30px;
    border-radius: 14px;
  }
  .article-body section,
  .article-checklist {
    padding: 22px;
  }
  .article-body h2 {
    font-size: 23px;
  }
  .article-body p,
  .article-checklist li {
    font-size: 16px;
  }
  .section-heading-row {
    display: block;
  }
  .section-heading-row .outline-btn {
    margin-top: 16px;
  }
  .source-copy {
    padding: 26px;
  }
  .source-copy h2 {
    font-size: 31px;
  }
  .source-media {
    min-height: 280px;
  }
  .photo-grid img {
    height: 240px;
  }
  .moq-copy h2,
  .custom-options-head h2 {
    font-size: 31px;
  }
  .news-card img {
    height: 210px;
  }
  .spec-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
  .spec-table table {
    min-width: 680px;
  }
  .price-table {
    min-width: 0;
    table-layout: fixed;
  }
  .price-table th,
  .price-table td {
    padding: 11px 8px;
    font-size: 12px;
    word-break: break-word;
  }
  .modal-panel {
    grid-template-columns: 1fr;
    width: calc(100vw - 28px);
    max-height: calc(100vh - 28px);
    border-radius: 16px;
  }
  .modal-image {
    position: relative;
    top: auto;
    height: 280px;
    min-height: 0;
    padding: 18px;
  }
  .modal-image img {
    max-height: 240px;
  }
  .modal-content {
    padding: 24px;
  }
  .modal-content h2 {
    font-size: 26px;
    line-height: 1.15;
  }
  .modal-content p {
    font-size: 15px;
    line-height: 1.6;
  }
  .modal-specs {
    margin: 18px 0;
  }
  .modal-specs li {
    padding: 10px 12px;
    font-size: 14px;
  }
  .modal-product-grid {
    grid-template-columns: 1fr;
  }
  .modal-product-grid img {
    height: 180px;
  }
}
