:root {
  --ink: #17201c;
  --muted: #5a665f;
  --line: #dce4dd;
  --paper: #fbfcf8;
  --soft: #eef4ec;
  --green: #1c6f57;
  --green-dark: #0f3f33;
  --yellow: #f0c84b;
  --coral: #cf5b4d;
  --white: #fff;
  --shadow: 0 18px 50px rgba(22, 38, 31, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(251, 252, 248, .92);
  border-bottom: 1px solid rgba(220, 228, 221, .78);
  backdrop-filter: blur(16px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 760;
  line-height: 1.02;
}
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 8px;
  font-size: 15px;
  letter-spacing: 0;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 19px;
  color: #314038;
  font-size: 14px;
  font-weight: 650;
}
.site-nav a:hover { color: var(--green); }
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
}
.nav-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100svh - 71px);
  max-height: 760px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--green-dark) url("assets/images/yellow-coffee-window.webp") center / cover no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 22, 18, .68) 0%, rgba(10, 22, 18, .30) 45%, rgba(10, 22, 18, .07) 100%),
    linear-gradient(0deg, rgba(10, 22, 18, .48) 0%, rgba(10, 22, 18, .02) 45%);
}
.hero-content {
  position: relative;
  width: min(980px, 100%);
  padding: 0 clamp(20px, 5vw, 72px) 84px;
}
.eyebrow {
  margin: 0 0 13px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero .eyebrow { color: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 850px;
  margin-bottom: 22px;
  font-size: clamp(40px, 4.8vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(31px, 4.5vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
}
h3 {
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 1.18;
}
p {
  color: var(--muted);
  line-height: 1.65;
}
.hero-copy {
  max-width: 720px;
  margin-bottom: 32px;
  color: rgba(255,255,255,.88);
  font-size: clamp(18px, 2vw, 23px);
}
.hero-actions, .form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-note {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 650;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 760;
  line-height: 1.2;
  cursor: pointer;
}
.primary {
  color: var(--green-dark);
  background: var(--yellow);
}
.secondary {
  color: var(--white);
  border-color: rgba(255,255,255,.56);
  background: rgba(255,255,255,.12);
}
.secondary.dark {
  color: var(--green-dark);
  border-color: rgba(15,63,51,.25);
  background: var(--white);
}
.text-link {
  color: var(--green);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.setup-cta {
  width: min(760px, 100%);
  margin: 34px auto 0;
  text-align: center;
}
.setup-cta p {
  margin-bottom: 18px;
  color: #314038;
  font-weight: 650;
}

.section {
  padding: clamp(58px, 7vw, 88px) clamp(18px, 4vw, 54px);
}
.section-heading {
  max-width: 850px;
  margin: 0 auto 36px;
}
.section-heading.split {
  max-width: 1160px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}
.section-heading.split > p { max-width: 390px; margin-bottom: 0; }
.muted { background: var(--soft); }

.intro { padding-top: 68px; }
.supply-grid {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.supply-grid article {
  min-height: 210px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(25, 47, 38, .06);
}

.type-grid {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.type-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.type-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.type-card h3, .type-card p { padding-inline: 20px; }
.type-card h3 { padding-top: 20px; }
.type-card p { padding-bottom: 22px; margin-bottom: 0; }
.type-card.wide { grid-column: span 3; }
.type-card.wide img { aspect-ratio: 16 / 6; }

.customization {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .92fr 1fr;
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}
.customization .section { padding-inline: 0; }
.visual-stack {
  display: grid;
  grid-template-columns: .72fr .58fr;
  align-items: end;
  gap: 14px;
}
.visual-stack img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.visual-stack img:nth-child(2) { height: 340px; }
.option-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 28px;
}
.option-cloud span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: #314038;
  font-size: 14px;
  font-weight: 700;
}

.factory-grid {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items: stretch;
}
.factory-grid > img, .factory-grid video, .factory-copy {
  width: 100%;
  border-radius: 8px;
}
.factory-grid > img {
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}
.factory-copy {
  padding: 34px;
  background: var(--green-dark);
  color: var(--white);
}
.factory-copy p, .factory-copy li { color: rgba(255,255,255,.82); line-height: 1.65; }
.factory-copy ul { padding-left: 19px; margin-bottom: 0; }
.factory-grid video {
  grid-column: span 2;
  max-height: 520px;
  object-fit: cover;
  background: #000;
}
.workshop-images {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 18px;
}
.workshop-images img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

.note { font-size: 14px; }
.gallery-grid {
  width: min(1160px, 100%);
  margin: 0 auto;
  columns: 3 250px;
  column-gap: 18px;
}
figure {
  break-inside: avoid;
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
}
figure img { width: 100%; object-fit: cover; }
.gallery-video video {
  width: 100%;
  aspect-ratio: 9 / 12;
  object-fit: cover;
  background: #0d1713;
}
figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.process-list {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.process-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  min-height: 72px;
  padding: 12px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.process-list span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--green-dark);
  background: var(--yellow);
  border-radius: 8px;
  font-weight: 850;
}
.process-list p { margin: 0; color: var(--ink); font-weight: 720; }

.dealer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--white);
  background: linear-gradient(90deg, var(--green-dark), #1c6f57 72%, #2e7a75);
}
.dealer h2 { max-width: 720px; }
.dealer p { max-width: 780px; color: rgba(255,255,255,.82); }
.dealer .eyebrow { color: var(--yellow); }

.faq-grid {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
details {
  padding: 20px 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}
summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 18px;
}
details p { margin: 14px 0 0; }

.contact {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.pre-contact-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: var(--green-dark);
}
.pre-contact-cta p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 18px;
  font-weight: 720;
}
.contact-links {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.contact-links a {
  color: var(--green);
  font-weight: 780;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 6px;
}
.social-links a {
  font-size: 14px;
  font-weight: 650;
}
.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: clamp(20px, 4vw, 34px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
label {
  display: grid;
  min-width: 0;
  gap: 7px;
  color: #314038;
  font-size: 13px;
  font-weight: 780;
}
label.full { grid-column: span 2; }
input, select, textarea {
  max-width: 100%;
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  font: inherit;
  border: 1px solid #cad7ce;
  border-radius: 8px;
  background: #fbfcf8;
}
textarea { resize: vertical; }
.form-actions, .form-note { grid-column: span 2; }
.inquiry-form .secondary {
  color: var(--green-dark);
  border-color: #cad7ce;
  background: var(--white);
}
.form-note {
  margin: 0;
  font-size: 13px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 54px);
  background: var(--green-dark);
}
.site-footer strong { display: block; margin-bottom: 7px; color: var(--white); }
.site-footer p { margin: 0 0 7px; color: rgba(255,255,255,.78); font-size: 14px; }
.site-footer a { color: rgba(255,255,255,.88); font-size: 14px; }
.footer-links {
  display: grid;
  gap: 7px;
  text-align: right;
}

#gallery,
.process,
#dealer,
#faq,
#contact {
  padding-block: clamp(52px, 6vw, 76px);
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 71px;
    left: 18px;
    right: 18px;
    display: none;
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px; }
  .hero { min-height: calc(100svh - 71px); }
  .supply-grid, .type-grid, .customization, .factory-grid, .contact {
    grid-template-columns: 1fr;
  }
  .type-card.wide { grid-column: auto; }
  .type-card.wide img { aspect-ratio: 4 / 3; }
  .factory-grid video { grid-column: auto; }
  .workshop-images {
    grid-column: auto;
    grid-template-columns: 1fr 1fr;
  }
  .section-heading.split, .dealer, .site-footer {
    display: grid;
    align-items: start;
  }
  .footer-links { text-align: left; }
  .pre-contact-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .site-header { padding-inline: 14px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero {
    min-height: calc(100svh - 67px);
    align-items: end;
  }
  .hero-content { padding: 0 18px 54px; }
  h1 {
    font-size: 40px;
    line-height: 1.04;
  }
  .hero-copy {
    margin-bottom: 26px;
    font-size: 18px;
  }
  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(10,22,18,.82) 0%, rgba(10,22,18,.42) 58%, rgba(10,22,18,.14) 100%);
  }
  .section { padding: 50px 18px; }
  .supply-grid article { min-height: auto; }
  .visual-stack {
    grid-template-columns: 1fr;
  }
  .visual-stack img, .visual-stack img:nth-child(2) {
    height: 330px;
  }
  .process-list li {
    grid-template-columns: 46px 1fr;
    padding-inline: 14px;
  }
  .inquiry-form {
    grid-template-columns: 1fr;
  }
  .workshop-images { grid-template-columns: 1fr; }
  .workshop-images img { height: 240px; }
  label.full, .form-actions, .form-note { grid-column: auto; }
  .button { width: 100%; }
  .pre-contact-cta { padding-block: 30px; }
}

@media (max-width: 390px) {
  h1 { font-size: 35px; }
  .hero-content { padding-bottom: 42px; }
}
