:root {
  --forest: #24523a;
  --forest-deep: #183a29;
  --sage: #8faf91;
  --kraft: #d8c3a5;
  --ivory: #f5f0e6;
  --charcoal: #252a27;
  --white: #fffdf9;
  --line: #dfe3db;
  --muted: #68726b;
  --paper-shadow: rgba(37, 42, 39, 0.14);
  --font-sans: "Segoe UI", Arial, Helvetica, sans-serif;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --heading-sm: 1.25rem;
  --heading-md: clamp(2rem, 4vw, 3.5rem);
  --heading-xl: clamp(2.75rem, 6vw, 5.75rem);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: var(--font-sans);
  line-height: 1.6;
}
main {
  overflow-x: clip;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  min-height: 78px;
  padding: 1rem clamp(1.25rem, 5vw, 5rem);
  background: rgba(255, 253, 249, 0.97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 26px rgba(36, 82, 58, 0.06);
}
.site-header--home {
  position: fixed;
  width: 100%;
  background: rgba(24, 58, 41, 0.94);
  border-bottom: 1px solid rgba(255, 253, 249, 0.22);
  box-shadow: none;
}
.site-header--home .brand,
.site-header--home .brand::before,
.site-header--home nav a,
.site-header--home .menu-toggle {
  color: var(--white);
  border-color: var(--white);
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  max-width: 275px;
  color: var(--forest);
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.1;
}
.brand img {
  display: block;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  object-fit: contain;
  background: var(--white);
  border: 1px solid rgba(36, 82, 58, 0.25);
}
.brand span {
  display: block;
}
.site-header nav {
  margin-left: auto;
}
.site-header ul {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.8vw, 1.65rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header nav a {
  color: var(--charcoal);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-header nav a:hover,
.site-header nav a:focus {
  color: var(--forest);
}
.site-header--home nav a {
  color: var(--white);
  font-size: 0.86rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.site-header--home nav a:hover,
.site-header--home nav a:focus {
  color: var(--kraft);
}
.menu-toggle {
  display: none;
  border: 1px solid var(--forest);
  background: transparent;
  color: var(--forest);
  padding: 0.55rem 0.8rem;
  font-weight: 700;
  border-radius: 4px;
}
.hero {
  padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 10vw, 10rem)
    clamp(4rem, 8vw, 7rem);
  background: var(--forest);
  color: var(--white);
  position: relative;
}
.page-hero {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 8rem;
  background: url("uploads/2020/10/banner_insideplant.jpg") center / cover
    no-repeat;
}
.page-hero h1 {
  max-width: 900px;
  font-size: clamp(2.6rem, 6vw, 6rem);
}
.page-hero--about {
  background-image:
    linear-gradient(90deg, rgba(24, 58, 41, 0.9), rgba(24, 58, 41, 0.2)),
    url("uploads/2020/10/about-us.jpg");
}
.page-hero--products {
  background-image:
    linear-gradient(90deg, rgba(24, 58, 41, 0.9), rgba(24, 58, 41, 0.2)),
    url("uploads/2020/10/product-specification.jpg");
}
.page-hero--process {
  background-image:
    linear-gradient(90deg, rgba(24, 58, 41, 0.9), rgba(24, 58, 41, 0.2)),
    url("uploads/2020/10/process.jpg");
}
.page-hero--machine {
  background-image:
    linear-gradient(90deg, rgba(24, 58, 41, 0.9), rgba(24, 58, 41, 0.2)),
    url("uploads/2020/10/banner_insideplant-1.jpg");
}
.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: center;
  margin-bottom: clamp(4rem, 8vw, 7rem);
}
.about-intro h2,
.about-section h2,
.about-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--forest);
  font-size: var(--heading-md);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.about-intro p,
.about-section p {
  max-width: 700px;
  margin: 0.9rem 0 0;
}
.about-visual {
  min-height: 390px;
  background:
    linear-gradient(180deg, transparent 45%, rgba(24, 58, 41, 0.48)),
    url("uploads/2020/10/about-us-body.jpg") center / cover no-repeat;
  box-shadow: 16px 16px 0 var(--kraft);
}
.about-section {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(36, 82, 58, 0.2);
}
.milestone-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.milestone {
  position: relative;
  min-height: 220px;
  padding: 1.4rem;
  background: rgba(255, 253, 249, 0.72);
  border-top: 4px solid var(--sage);
  box-shadow: 5px 6px 0 rgba(216, 195, 165, 0.58);
}
.milestone::after {
  position: absolute;
  top: 25px;
  right: 18px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--forest);
  border-radius: 50%;
}
.milestone strong {
  display: block;
  color: var(--forest);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.milestone h3 {
  margin: 1rem 0 0.45rem;
  color: var(--forest-deep);
  font-size: var(--heading-sm);
  text-transform: uppercase;
}
.milestone p {
  margin: 0;
  font-size: var(--text-sm);
}
.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.principle {
  padding: 1.3rem;
  background: var(--forest);
  color: var(--white);
}
.principle h3 {
  margin: 0 0 0.5rem;
  color: var(--kraft);
  font-size: var(--heading-sm);
  text-transform: uppercase;
}
.principle p {
  margin: 0;
  color: rgba(255, 253, 249, 0.82);
  font-size: var(--text-sm);
}
.about-cta {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  margin-top: 4rem;
  padding: 2rem 0 0;
  border-top: 1px solid rgba(36, 82, 58, 0.2);
}
.about-cta h2 {
  max-width: 650px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}
.contact-page {
  padding-top: clamp(3rem, 6vw, 6rem);
}
.contact-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  margin-bottom: 3rem;
}
.contact-intro h2 {
  max-width: 760px;
  margin: 0;
  color: var(--forest);
  font-size: var(--heading-md);
  line-height: 1.05;
  text-transform: uppercase;
}
.contact-intro p {
  margin: 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}
.contact-card {
  min-height: 190px;
  padding: 1.5rem;
  background: var(--white);
  border-top: 4px solid var(--sage);
  box-shadow: 5px 6px 0 rgba(216, 195, 165, 0.58);
}
.contact-card h3 {
  margin: 0 0 0.75rem;
  color: var(--forest);
  font-size: var(--heading-sm);
  text-transform: uppercase;
}
.contact-card p,
.contact-card a {
  margin: 0;
  color: var(--muted);
  font-size: var(--text-base);
  line-height: 1.55;
}
.contact-card a {
  color: var(--forest);
  font-weight: 700;
  text-decoration: none;
}
.contact-map {
  position: relative;
  padding-top: 2rem;
  border-top: 1px solid rgba(36, 82, 58, 0.2);
}
.contact-map h2 {
  margin: 0 0 1rem;
  color: var(--forest);
  font-size: var(--heading-md);
  text-transform: uppercase;
}
.contact-map iframe {
  display: block;
  min-height: 420px;
  margin: 0;
  box-shadow: 12px 12px 0 var(--kraft);
}
.hero:after {
  content: "";
  position: absolute;
  right: -9rem;
  bottom: -15rem;
  width: 38rem;
  height: 38rem;
  border: 1px solid rgba(216, 195, 165, 0.42);
  border-radius: 50%;
}
.eyebrow {
  position: relative;
  z-index: 1;
  color: var(--kraft);
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 700;
}
.hero h1 {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 1rem 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}
.hero-intro {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 1.5rem 0 0;
  color: rgba(255, 253, 249, 0.82);
  font-size: 1.05rem;
}
.hero .action-row {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}
.home-hero {
  min-height: min(86vh, 900px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(90deg, rgba(24, 58, 41, 0.78), rgba(24, 58, 41, 0.16)),
    url("uploads/2020/10/banner_Plant.jpg") center / cover no-repeat;
}
.home-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(24, 58, 41, 0.72), transparent 65%);
}
.home-hero h1 {
  max-width: 980px;
  font-size: clamp(2.6rem, 7vw, 6.8rem);
}
.home-hero .eyebrow,
.home-hero .hero-intro,
.home-hero .action-row {
  max-width: 760px;
}
.home-hero__status {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 2rem;
  color: var(--kraft);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-hero__status::before {
  width: 9px;
  height: 9px;
  content: "";
  background: var(--sage);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(143, 175, 145, 0.18);
}
.home-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
}
.home-hero__layout .hero-intro,
.home-hero__layout .action-row {
  max-width: 760px;
}
.profile-panel {
  padding: 1.25rem;
  background: rgba(14, 43, 40, 0.9);
  border: 1px solid rgba(216, 195, 165, 0.42);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}
.profile-panel__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(216, 195, 165, 0.24);
  color: var(--kraft);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.profile-panel__header span:last-child {
  padding: 0.2rem 0.4rem;
  background: var(--forest);
  color: var(--white);
  letter-spacing: 0.04em;
}
.profile-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 1rem;
}
.profile-panel__grid span {
  display: block;
  color: rgba(255, 253, 249, 0.62);
  font-size: var(--text-xs);
}
.profile-panel__grid strong {
  display: block;
  margin-top: 0.2rem;
  color: var(--white);
  font-size: var(--text-base);
}
.home-intro--expanded {
  display: block;
}
.home-intro__copy {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
}
.home-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}
.home-feature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 190px;
  padding: 1.4rem;
  background: var(--white);
  border: 1px solid rgba(216, 195, 165, 0.72);
  box-shadow: 4px 5px 0 rgba(216, 195, 165, 0.42);
}
.home-feature h3 {
  margin: 0.45rem 0;
  color: var(--forest);
  font-size: var(--heading-sm);
  text-transform: uppercase;
}
.home-feature p {
  margin: 0;
  font-size: var(--text-sm);
}
.home-feature strong {
  color: var(--forest);
  font-size: var(--heading-md);
  line-height: 1;
}
.home-intro {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: center;
  padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 9vw, 10rem);
  background: var(--white);
}
.paper-surface {
  background-color: var(--ivory);
  background-image:
    radial-gradient(rgba(37, 42, 39, 0.07) 0.55px, transparent 0.8px),
    radial-gradient(rgba(255, 255, 255, 0.72) 0.6px, transparent 0.9px);
  background-position:
    0 0,
    7px 8px;
  background-size:
    13px 13px,
    17px 17px;
}
.paper-surface::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  opacity: 0.28;
  background-image: repeating-linear-gradient(
    92deg,
    transparent 0,
    transparent 10px,
    rgba(36, 82, 58, 0.035) 11px,
    transparent 12px
  );
}
.paper-surface > * {
  position: relative;
  z-index: 1;
}
.torn-bottom::after,
.torn-top::before {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 3;
  height: 24px;
  pointer-events: none;
  content: "";
  background-color: inherit;
  background-image: inherit;
  filter: drop-shadow(0 3px 2px var(--paper-shadow));
  clip-path: polygon(
    0 25%,
    4% 44%,
    8% 19%,
    13% 52%,
    18% 30%,
    23% 62%,
    29% 28%,
    35% 48%,
    41% 22%,
    47% 58%,
    53% 30%,
    59% 53%,
    65% 19%,
    72% 49%,
    78% 25%,
    84% 57%,
    90% 31%,
    96% 50%,
    100% 20%,
    100% 100%,
    0 100%
  );
}
.torn-bottom::after {
  bottom: -1px;
}
.torn-top::before {
  top: -1px;
  transform: rotate(180deg);
}
.home-intro h2,
.home-section h2,
.split-copy h2 {
  max-width: 700px;
  margin: 0;
  color: var(--forest);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 4vw, 4.4rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}
.home-intro p,
.split-copy p,
.home-section p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}
.home-intro p:first-child {
  color: var(--forest);
  font-weight: 700;
}
.home-section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 9vw, 10rem);
  background: var(--white);
}
.home-section__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}
.home-section__heading h2 {
  max-width: 650px;
}
.home-section__heading p {
  max-width: 300px;
  margin: 0;
  font-size: 0.92rem;
}
.image-band {
  min-height: clamp(360px, 58vw, 680px);
  display: flex;
  align-items: end;
  padding: clamp(2rem, 6vw, 6rem);
  background:
    linear-gradient(90deg, rgba(36, 82, 58, 0.9), rgba(36, 82, 58, 0.12)),
    url("uploads/2020/10/banner_insideplant.jpg") center / cover no-repeat;
}
.image-band h2 {
  max-width: 720px;
  color: var(--white);
}
.split-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 500px;
}
.split-image {
  min-height: 420px;
  background-position: center;
  background-size: cover;
}
.split-image--paper {
  background-image: url("uploads/2020/10/banner_home_carft-paper.jpg");
}
.split-image--machine {
  background-image: url("uploads/2020/10/about-us-body.jpg");
}
.split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.4rem;
  padding: clamp(2.5rem, 7vw, 7rem);
  background: var(--ivory);
}
.split-copy h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}
.split-copy--dark {
  background: var(--charcoal);
}
.split-copy--dark h2,
.split-copy--dark p {
  color: var(--white);
}
.split-section--reverse .split-image {
  order: 2;
}
.split-section--reverse .split-copy {
  order: 1;
}
.home-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 9vw, 10rem);
  background: var(--sage);
}
.home-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--forest-deep);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 4.5vw, 5rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}
.home-cta .action-row {
  margin: 0;
}
.product-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 7rem);
  background: var(--charcoal);
  color: var(--white);
}
.product-section__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}
.product-section::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 3;
  height: 22px;
  content: "";
  background: var(--charcoal);
  clip-path: polygon(
    0 20%,
    8% 42%,
    16% 20%,
    25% 55%,
    34% 30%,
    44% 62%,
    55% 24%,
    66% 48%,
    77% 22%,
    88% 54%,
    100% 28%,
    100% 100%,
    0 100%
  );
}
.product-section h2,
.gallery-section h2 {
  margin: 0;
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 4.5vw, 4.5rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}
.product-section__heading p {
  max-width: 330px;
  margin: 0;
  color: rgba(255, 253, 249, 0.7);
  font-size: 0.92rem;
}
.product-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(210px, 1fr));
  gap: 1rem;
  overflow-x: auto;
  padding: 0.25rem 0 1rem;
}
.product-card {
  min-width: 0;
  background: var(--ivory);
  color: var(--charcoal);
  border-top: 4px solid var(--sage);
}
.product-card__image {
  height: 190px;
  background-position: center;
  background-size: cover;
}
.product-card__image--core {
  background-image: url("uploads/2020/10/product-specification.jpg");
}
.product-card__image--kraft {
  background-image: url("uploads/2020/10/banner_home_carft-paper.jpg");
}
.product-card__image--process {
  background-image: url("uploads/2020/10/process.jpg");
}
.product-card__image--plant {
  background-image: url("uploads/2020/10/banner_insideplant-1.jpg");
}
.product-card__body {
  min-height: 180px;
  padding: 1.25rem;
}
.product-card__body strong {
  display: block;
  color: var(--forest);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.product-card__body h3 {
  margin: 0.55rem 0;
  color: var(--forest-deep);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.35rem;
  text-transform: uppercase;
}
.product-card__body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}
.product-card__body a {
  display: inline-block;
  margin-top: 1rem;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.gallery-section {
  position: relative;
  isolation: isolate;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 7rem);
  background: var(--ivory);
}
.gallery-section::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  z-index: 3;
  height: 22px;
  content: "";
  background: var(--ivory);
  clip-path: polygon(
    0 65%,
    8% 42%,
    17% 70%,
    27% 35%,
    37% 68%,
    48% 40%,
    58% 65%,
    69% 33%,
    80% 66%,
    91% 39%,
    100% 64%,
    100% 100%,
    0 100%
  );
}
.gallery-section h2 {
  color: var(--forest);
  margin-bottom: 2rem;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(150px, 18vw);
  gap: 0.4rem;
}
.gallery-tile {
  min-height: 150px;
  background-position: center;
  background-size: cover;
  filter: saturate(0.78);
}
.gallery-tile--wide {
  grid-column: span 2;
}
.gallery-tile--tall {
  grid-row: span 2;
}
.gallery-tile--one {
  background-image: url("uploads/2020/10/banner_Plant.jpg");
}
.gallery-tile--two {
  background-image: url("uploads/2020/10/banner_insideplant.jpg");
}
.gallery-tile--three {
  background-image: url("uploads/2020/10/about-us-body.jpg");
}
.gallery-tile--four {
  background-image: url("uploads/2020/12/vatsalya_recycle.jpg");
}
.gallery-tile--five {
  background-image: url("uploads/2020/10/process.jpg");
}
.footer-home {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 3rem;
  padding: clamp(3rem, 7vw, 7rem) clamp(1.25rem, 7vw, 7rem) 2rem;
  background: var(--kraft);
  color: var(--charcoal);
}
.footer-home::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  z-index: 3;
  height: 24px;
  content: "";
  background: var(--kraft);
  clip-path: polygon(
    0 55%,
    6% 32%,
    12% 66%,
    19% 36%,
    26% 64%,
    33% 29%,
    41% 62%,
    49% 37%,
    58% 67%,
    67% 33%,
    76% 61%,
    85% 35%,
    93% 67%,
    100% 42%,
    100% 100%,
    0 100%
  );
}
.footer-home h2 {
  max-width: 600px;
  margin: 0;
  color: var(--forest-deep);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2.2rem, 5vw, 5.5rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
.footer-home__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-content: start;
}
.footer-home__details h3 {
  margin: 0 0 0.75rem;
  color: var(--forest);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.footer-home__details p,
.footer-home__details a {
  margin: 0;
  color: var(--charcoal);
  font-size: 0.9rem;
  text-decoration: none;
}
.footer-home__details a {
  overflow-wrap: anywhere;
}
.footer-home__bottom {
  grid-column: 1 / -1;
  padding-top: 2rem;
  border-top: 1px solid rgba(37, 42, 39, 0.25);
  font-size: 0.75rem;
}
.footer-home:after {
  content: none;
}
.content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(3rem, 7vw, 7rem) clamp(1.25rem, 8vw, 7rem);
  background: var(--white);
  min-height: 45vh;
}
.content--paper {
  position: relative;
  isolation: isolate;
  background-color: var(--ivory);
  background-image:
    radial-gradient(rgba(37, 42, 39, 0.055) 0.55px, transparent 0.8px),
    radial-gradient(rgba(255, 255, 255, 0.72) 0.6px, transparent 0.9px);
  background-position:
    0 0,
    7px 8px;
  background-size:
    13px 13px,
    17px 17px;
}
.content--paper::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 20px;
  content: "";
  background: var(--ivory);
  clip-path: polygon(
    0 25%,
    8% 52%,
    16% 22%,
    24% 60%,
    33% 30%,
    42% 56%,
    51% 20%,
    61% 58%,
    71% 27%,
    82% 55%,
    91% 25%,
    100% 48%,
    100% 100%,
    0 100%
  );
}
.content--paper > * {
  position: relative;
  z-index: 1;
}
.content--paper h2 {
  max-width: 820px;
  text-transform: uppercase;
}
.content--paper h3 {
  color: var(--forest);
  text-transform: uppercase;
}
.machine-content {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
  padding-top: clamp(3rem, 6vw, 6rem);
}
.machine-intro {
  position: sticky;
  top: 7rem;
}
.machine-intro h2 {
  margin-top: 0;
}
.machine-visual {
  min-height: 520px;
  margin-top: 2rem;
  background:
    linear-gradient(180deg, transparent 55%, rgba(24, 58, 41, 0.32)),
    url("uploads/2020/10/banner_insideplant-1.jpg") center / cover no-repeat;
  box-shadow: 14px 14px 0 var(--kraft);
}
.machine-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.machine-specs li {
  min-height: 132px;
  margin: 0;
  padding: 1.3rem 1.35rem;
  background: rgba(255, 253, 249, 0.7);
  border: 1px solid rgba(143, 175, 145, 0.65);
  border-left: 4px solid var(--sage);
  white-space: normal;
}
.machine-specs li strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--forest);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.machine-actions {
  margin-top: 2rem;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1.35rem clamp(1.25rem, 8vw, 7rem);
  background: var(--kraft);
}
.metrics--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.metrics--four .metric {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.metrics--four .metric strong {
  font-family: var(--font-sans);
  font-size: var(--heading-md);
  font-weight: 700;
}
.metric {
  padding: 0.5rem 1.5rem;
  border-left: 1px solid rgba(36, 82, 58, 0.3);
}
.metric:first-child {
  border-left: 0;
}
.metric strong {
  display: block;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}
.metric span {
  color: var(--forest-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.content h1,
.content h2,
.content h3 {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.15;
}
.content h1 {
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  font-weight: 400;
}
.content h2 {
  max-width: 720px;
  margin-top: 3.4rem;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.025em;
}
.content h3 {
  margin-top: 2rem;
  font-size: 1.35rem;
}
.content p {
  max-width: 700px;
  color: var(--muted);
  font-size: 1.03rem;
}
.content a {
  color: var(--forest);
  font-weight: 700;
}
.content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 2px;
  box-shadow: 18px 18px 0 var(--kraft);
}
.content iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  margin-top: 1rem;
}
.content table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 2rem;
  font-size: 0.95rem;
}
.content th,
.content td {
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  text-align: left;
}
.content th {
  background: var(--sage);
  color: var(--forest-deep);
}
.content ul {
  padding-left: 0;
  list-style: none;
}
.content ul li {
  padding: 1.2rem 1.4rem;
  margin: 0.7rem 0;
  background: var(--ivory);
  border-left: 4px solid var(--sage);
  white-space: pre-line;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.process-orbit {
  position: relative;
  width: min(100%, 900px);
  aspect-ratio: 1;
  overflow: clip;
  margin: clamp(3rem, 7vw, 6rem) auto 1rem;
  border: 1px solid rgba(36, 82, 58, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at center,
      rgba(143, 175, 145, 0.22) 0 21%,
      transparent 21.2%
    ),
    radial-gradient(
      circle at center,
      transparent 0 39%,
      rgba(216, 195, 165, 0.48) 39.1% 39.35%,
      transparent 39.5%
    ),
    var(--ivory);
}
.process-orbit::before,
.process-orbit::after {
  position: absolute;
  inset: 9%;
  content: "";
  border: 1px dashed rgba(36, 82, 58, 0.28);
  border-radius: 50%;
}
.process-orbit::after {
  inset: 19%;
  border-style: solid;
  border-color: rgba(143, 175, 145, 0.35);
}
.process-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 22%;
  height: 22%;
  border: 12px solid transparent;
  border-top-color: rgba(143, 175, 145, 0.72);
  border-radius: 50%;
  pointer-events: none;
}
.process-arrow::after {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid var(--sage);
}
.process-arrow--top {
  top: 17%;
  left: 39%;
  transform: rotate(18deg);
}
.process-arrow--top::after {
  right: -18px;
  bottom: -8px;
  transform: rotate(35deg);
}
.process-arrow--right {
  top: 39%;
  right: 17%;
  transform: rotate(108deg);
}
.process-arrow--right::after {
  right: -18px;
  bottom: -8px;
  transform: rotate(35deg);
}
.process-arrow--bottom {
  right: 39%;
  bottom: 17%;
  transform: rotate(198deg);
}
.process-arrow--bottom::after {
  right: -18px;
  bottom: -8px;
  transform: rotate(35deg);
}
.process-arrow--left {
  bottom: 39%;
  left: 17%;
  transform: rotate(288deg);
}
.process-arrow--left::after {
  right: -18px;
  bottom: -8px;
  transform: rotate(35deg);
}
.process-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 24%;
  aspect-ratio: 1;
  padding: 1rem;
  place-content: center;
  text-align: center;
  background: var(--forest);
  color: var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(216, 195, 165, 0.45);
  transform: translate(-50%, -50%);
}
.process-center strong {
  display: block;
  color: var(--kraft);
  font-size: clamp(0.6rem, 1vw, 0.8rem);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.process-center span {
  display: block;
  margin-top: 0.35rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2vw, 1.8rem);
  line-height: 1;
}
.process-center small {
  display: block;
  max-width: 130px;
  margin: 0.8rem auto 0;
  color: rgba(255, 253, 249, 0.75);
  font-size: var(--text-xs);
  line-height: 1.3;
  text-transform: uppercase;
}
.process-orbit .process-step {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: clamp(130px, 15vw, 170px);
  min-height: 0;
  padding: 1rem;
  background: var(--white);
  border: 1px solid rgba(36, 82, 58, 0.18);
  border-top: 3px solid var(--sage);
  box-shadow: 5px 7px 0 rgba(216, 195, 165, 0.62);
  transform: translate(-50%, -50%);
}
.process-orbit .process-step strong {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  margin-bottom: 0.55rem;
  background: var(--forest);
  color: var(--white);
  border-radius: 50%;
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
}
.process-orbit .process-step h3 {
  margin: 0.35rem 0;
  color: var(--forest);
  font-size: var(--heading-sm);
}
.process-orbit .process-step p {
  margin: 0;
  font-size: var(--text-xs);
  line-height: 1.35;
}
.process-orbit .process-step:nth-child(2) {
  top: 12%;
  left: 50%;
}
.process-orbit .process-step:nth-child(3) {
  top: 18%;
  left: 72%;
}
.process-orbit .process-step:nth-child(4) {
  top: 31%;
  left: 84%;
}
.process-orbit .process-step:nth-child(5) {
  top: 50%;
  left: 88%;
}
.process-orbit .process-step:nth-child(6) {
  top: 69%;
  left: 84%;
}
.process-orbit .process-step:nth-child(7) {
  top: 82%;
  left: 72%;
}
.process-orbit .process-step:nth-child(8) {
  top: 88%;
  left: 50%;
}
.process-orbit .process-step:nth-child(9) {
  top: 82%;
  left: 28%;
}
.process-orbit .process-step:nth-child(10) {
  top: 69%;
  left: 16%;
}
.process-orbit .process-step:nth-child(11) {
  top: 50%;
  left: 12%;
}
.process-orbit .process-step:nth-child(12) {
  top: 31%;
  left: 16%;
}
.process-orbit .process-step:nth-child(13) {
  top: 18%;
  left: 28%;
}
.process-step {
  padding: 1.3rem;
  background: var(--ivory);
  border-top: 3px solid var(--sage);
}
.process-step strong {
  display: block;
  color: var(--forest);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
}
.process-step h3 {
  margin: 0.35rem 0 0;
}
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}
.action-row a {
  display: inline-block;
  padding: 0.85rem 1.25rem;
  background: var(--forest);
  color: var(--white);
  text-decoration: none;
  border: 1px solid var(--forest);
  border-radius: 2px;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}
.action-row a:hover,
.action-row a:focus {
  background: var(--forest-deep);
  transform: translateY(-2px);
}
.action-row a.secondary {
  background: var(--kraft);
  border-color: var(--kraft);
  color: var(--forest-deep);
}
footer {
  padding: 2.2rem clamp(1.25rem, 8vw, 7rem);
  background: var(--charcoal);
  color: var(--ivory);
  font-size: 0.9rem;
}
footer:not(.ref-footer):after {
  content: "  |  Sustainable growth through quality";
  color: var(--sage);
}
@media (max-width: 800px) {
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .site-header nav {
    display: none;
    margin-left: 0;
    width: 100%;
  }
  .site-header {
    flex-wrap: wrap;
    padding: 0.85rem 1.25rem;
  }
  .site-header nav.open {
    display: block;
  }
  .site-header ul {
    display: block;
  }
  .site-header li {
    padding: 0.55rem 0;
    border-top: 1px solid var(--line);
  }
  .hero {
    padding: 4.75rem 1.25rem 4rem;
  }
  .home-hero {
    min-height: 640px;
  }
  .page-hero {
    min-height: 300px;
    padding-top: 7rem;
  }
  .content {
    padding: 3rem 1.25rem;
  }
  .machine-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .machine-intro {
    position: static;
  }
  .machine-visual {
    min-height: 290px;
    margin-top: 1.5rem;
  }
  .machine-specs {
    grid-template-columns: 1fr;
  }
  .metrics {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 1.2rem 1.25rem;
  }
  .metric,
  .metric:first-child {
    padding: 0.55rem 0;
    border-left: 0;
    border-bottom: 1px solid rgba(36, 82, 58, 0.22);
  }
  .metric:last-child {
    border-bottom: 0;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .process-orbit {
    display: grid;
    width: 100%;
    aspect-ratio: auto;
    gap: 0.75rem;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .process-orbit::before,
  .process-orbit::after,
  .process-arrow {
    display: none;
  }
  .process-center {
    position: static;
    width: 100%;
    aspect-ratio: auto;
    min-height: 150px;
    margin-bottom: 1rem;
    border-radius: 4px;
    box-shadow: 8px 8px 0 var(--kraft);
    transform: none;
  }
  .process-center small {
    max-width: none;
  }
  .process-orbit .process-step,
  .process-orbit .process-step:nth-child(n) {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 0;
    transform: none;
  }
  .home-intro,
  .split-section,
  .home-cta {
    grid-template-columns: 1fr;
  }
  .home-hero__layout,
  .home-intro__copy {
    grid-template-columns: 1fr;
  }
  .home-hero__layout {
    gap: 2rem;
  }
  .home-hero .action-row {
    width: 100%;
  }
  .home-hero .action-row a {
    flex: 1 1 0;
    min-width: 0;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    text-align: center;
  }
  .home-feature-grid,
  .metrics--four {
    grid-template-columns: 1fr;
  }
  .about-intro,
  .milestone-grid,
  .principles-grid {
    grid-template-columns: 1fr;
  }
  .contact-intro,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-map iframe {
    min-height: 320px;
  }
  .about-visual {
    min-height: 280px;
  }
  .about-cta {
    display: block;
  }
  .about-cta .action-row {
    margin-top: 1.5rem;
  }
  .site-header--home {
    position: absolute;
  }
  .product-section__heading {
    display: block;
  }
  .product-section__heading p {
    margin-top: 1rem;
  }
  .product-rail {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
  }
  .product-rail .product-card {
    width: 100%;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 180px;
  }
  .gallery-tile--wide {
    grid-column: span 2;
  }
  .footer-home {
    grid-template-columns: 1fr;
  }
  .home-section__heading {
    display: block;
  }
  .home-section__heading p {
    margin-top: 1rem;
  }
  .split-section--reverse .split-image,
  .split-section--reverse .split-copy {
    order: initial;
  }
  .split-image {
    min-height: 300px;
  }
  .content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

  /* Stitch reference homepage */
  .ref-home,
  .ref-page,
  .ref-footer {
    --ref-surface: #f6faf5;
    --ref-low: #f0f5f0;
    --ref-kraft: #d8c3a5;
    --ref-kraft-tint: #ebe5d8;
    --ref-forest: #24523a;
    --ref-deep: #183a29;
    --ref-charcoal: #252a27;
    --ref-ink: #181d1a;
    --ref-muted: #4c463d;
    font-family: Inter, Arial, sans-serif;
  }
  .ref-header {
    position: fixed;
    z-index: 50;
    height: 80px;
    min-height: 80px;
    padding: 0 2rem;
    background: rgba(24, 58, 41, 0.98);
    border-bottom: 1px solid rgba(216, 195, 165, 0.25);
    color: #fffdf9;
}
  .ref-header .brand {
    max-width: 258px;
    gap: 0.7rem;
    color: #fffdf9;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    line-height: 1;
    text-transform: uppercase;
  }
  .ref-header .brand img {
    width: 48px;
    height: 38px;
    flex-basis: 48px;
    background: #fffdf9;
    border: 0;
  }
  .ref-header .brand b {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
  .ref-header .brand small {
    display: block;
    margin-top: 0.3rem;
    color: var(--kraft);
    font-family: Inter, Arial, sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .ref-header {
    gap: 1.25rem;
  }
  .ref-header .brand {
    flex-shrink: 0;
  }
  .ref-header nav {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 0.25rem;
    min-width: 0;
  }
  .ref-header nav a {
    padding: 0.7rem 0.6rem;
    color: rgba(255, 253, 249, 0.85);
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  .ref-header nav a.active,
  .ref-header nav a:hover {
    background: var(--kraft);
    color: var(--charcoal);
  }
  .header-spec {
    flex-shrink: 0;
    padding: 0.7rem 1rem;
    white-space: nowrap;
    background: var(--kraft);
    color: var(--charcoal);
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .header-profile {
    display: grid;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid rgba(216, 195, 165, 0.4);
    border-radius: 50%;
    color: var(--kraft);
  }
  .ref-home h1,
  .ref-home h2,
  .ref-home h3,
  .ref-home strong,
  .ref-page h1,
  .ref-page h2,
  .ref-page h3,
  .ref-page h4,
  .ref-page strong,
  .ref-footer h2,
  .ref-footer b,
  .ref-header b {
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
  }
  .ref-wrap {
    width: calc(100% - 4rem);
    max-width: 1440px;
    margin: 0 auto;
  }
  .ref-hero {
    position: relative;
    min-height: 780px;
    padding-top: 80px;
    overflow: hidden;
    background:
      radial-gradient(#8faf91 1px, transparent 1px),
      linear-gradient(115deg, rgba(24, 58, 41, 0.98), rgba(24, 82, 58, 0.93));
    background-size: 24px 24px, auto;
    color: #fffdf9;
  }
  .ref-hero::before {
    position: absolute;
    inset: 80px 0 0;
    content: "";
    opacity: 0.12;
    background: url("uploads/2020/10/banner_Plant.jpg") center / cover no-repeat;
    mix-blend-mode: overlay;
  }
  .ref-hero > * {
    position: relative;
    z-index: 1;
  }
  .ref-status,
  .ref-label,
  .ref-intro li,
  .ref-products article > span,
  .ref-footer span {
    color: var(--ref-kraft);
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .ref-status {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding-top: 5rem;
  }
  .ref-status i {
    width: 9px;
    height: 9px;
    background: var(--ref-kraft);
    border-radius: 50%;
  }
  .ref-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 5rem;
    align-items: end;
    padding: 2rem 0 9rem;
  }
  .ref-hero h1 {
    max-width: 850px;
    margin: 1.5rem 0;
    font-size: clamp(3.2rem, 6vw, 5.7rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    text-transform: uppercase;
  }
  .ref-hero p {
    max-width: 700px;
    color: #f5f0e6;
    font-size: 1.1rem;
    line-height: 1.55;
  }
  .ref-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2.2rem;
  }
  .ref-actions a,
  .ref-cta a,
  .ref-process-cta,
  .ref-plain-link {
    display: inline-flex;
    padding: 0.85rem 1.35rem;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .ref-primary { background: var(--ref-kraft); color: var(--ref-charcoal); }
  .ref-secondary { border: 1px solid rgba(216, 195, 165, 0.65); color: #fffdf9; }
  .ref-profile {
    padding: 1.4rem;
    background: rgba(24, 58, 41, 0.86);
    border: 1px solid rgba(216, 195, 165, 0.4);
  }
  .ref-profile > div:first-child {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(216, 195, 165, 0.25);
    color: var(--ref-kraft);
    font-size: 0.72rem;
    text-transform: uppercase;
  }
  .ref-profile em { padding: 0.2rem 0.4rem; background: var(--ref-forest); color: #fffdf9; font-style: normal; }
  .ref-profile dl { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin: 1.2rem 0 0; }
  .ref-profile dt { color: rgba(255, 253, 249, 0.6); font-size: 0.72rem; }
  .ref-profile dd { margin: 0.2rem 0 0; color: #fffdf9; font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 1rem; font-weight: 700; }
  .ref-tear { position: absolute; right: 0; bottom: -1px; left: 0; height: 34px; background: var(--ref-surface); clip-path: polygon(0 55%, 3% 25%, 6% 60%, 10% 28%, 14% 64%, 18% 32%, 22% 68%, 26% 26%, 30% 63%, 34% 30%, 38% 68%, 42% 28%, 46% 64%, 50% 30%, 54% 66%, 58% 25%, 62% 62%, 66% 29%, 70% 67%, 74% 25%, 78% 62%, 82% 30%, 86% 67%, 90% 27%, 94% 62%, 100% 30%, 100% 100%, 0 100%); }
  .ref-intro { background: var(--ref-low); padding: 5rem 0; color: var(--ref-ink); }
  .ref-intro-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 5rem; align-items: center; }
  .ref-label-dark { color: var(--ref-forest); }
  .ref-intro h2, .ref-section-head h2, .ref-facility h2, .ref-cta h2 { margin: 0.7rem 0 1rem; color: var(--ref-ink); font-size: clamp(2.3rem, 4vw, 3.6rem); line-height: 1.05; letter-spacing: -0.04em; text-transform: uppercase; }
  .ref-intro p, .ref-facility p, .ref-cta p { color: var(--ref-muted); font-size: 1rem; line-height: 1.65; }
  .ref-intro ul, .ref-facility ul { display: grid; gap: 0.8rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
  .ref-intro li { position: relative; padding-left: 1.4rem; color: var(--ref-ink); letter-spacing: 0; text-transform: none; }
  .ref-intro li::before { position: absolute; left: 0; content: "◉"; color: var(--ref-forest); }
  .ref-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .ref-feature-grid article { min-height: 230px; padding: 1.5rem; background: #fff; border: 1px solid var(--ref-kraft); box-shadow: 4px 5px 0 rgba(216, 195, 165, 0.45); }
  .ref-feature-grid article h3 { margin: 0.6rem 0; font-size: 1.2rem; }
  .ref-feature-grid article p { margin: 0; font-size: 0.88rem; }
  .ref-feature-grid article strong { display: inline-block; margin-top: 1.7rem; color: var(--ref-forest); font-size: 2rem; }
  .ref-feature-grid article small { display: inline-block; margin-left: 0.5rem; color: var(--ref-muted); font-size: 0.72rem; }
  .ref-commit { grid-column: span 2; display: flex; align-items: center; gap: 1rem; min-height: 100px !important; background: var(--ref-kraft) !important; }
  .ref-commit b { color: var(--ref-forest); font-size: 2rem; }
  .ref-commit h3 { margin: 0 !important; }
  .ref-commit p { margin: 0 !important; font-size: 0.8rem !important; }
  .ref-commit a { margin-left: auto; padding: 0.75rem; background: var(--ref-deep); color: #fffdf9; font-size: 0.65rem; font-weight: 700; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
  .ref-metrics { padding: 2.2rem 0; background: var(--ref-kraft-tint); border-top: 1px solid var(--ref-kraft); border-bottom: 1px solid var(--ref-kraft); }
  .ref-metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
  .ref-metric-grid article { padding: 1.4rem; background: #fffdf9; border: 2px solid var(--ref-kraft); }
  .ref-metric-grid span { color: var(--ref-forest); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
  .ref-metric-grid strong { display: block; margin: 1rem 0 0.35rem; color: var(--ref-charcoal); font-size: 2rem; }
  .ref-metric-grid b { display: block; color: var(--ref-ink); font-size: 0.9rem; }
  .ref-metric-grid small { display: block; margin-top: 0.35rem; color: var(--ref-muted); font-size: 0.72rem; }
  .ref-products { padding: 5rem 0; background: var(--ref-charcoal); color: #edf2ed; }
  .ref-section-head { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2rem; }
  .ref-section-head h2 { color: #fffdf9; max-width: 700px; }
  .ref-section-head p { max-width: 360px; color: rgba(255, 253, 249, 0.75); }
  .ref-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
  .ref-product-grid article { display: flex; flex-direction: column; padding: 1rem; border: 1px solid rgba(216, 195, 165, 0.35); background: rgba(36, 82, 58, 0.25); }
  .ref-product-image { height: 190px; margin-bottom: 1rem; background-position: center; background-size: cover; }
  .ref-product-image--core { background-image: url("uploads/2020/10/product-specification.jpg"); }
  .ref-product-image--kraft { background-image: url("uploads/2020/10/banner_home_carft-paper.jpg"); }
  .ref-product-image--process { background-image: url("uploads/2020/10/process.jpg"); }
  .ref-product-image--lab { background-image: url("uploads/2020/10/banner_insideplant-1.jpg"); }
  .ref-product-grid article > span { color: var(--ref-kraft); }
  .ref-product-grid h3 { margin: 0.4rem 0; font-size: 1.25rem; }
  .ref-product-grid p { min-height: 92px; margin: 0; color: rgba(255, 253, 249, 0.76); font-size: 0.85rem; line-height: 1.5; }
  .ref-product-grid a { margin-top: auto; padding: 0.75rem; background: var(--ref-kraft); color: var(--ref-charcoal); font-size: 0.65rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
  .ref-facility, .ref-gallery { padding: 5rem 0; background: var(--ref-surface); }
  .ref-facility-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 4rem; align-items: center; }
  .ref-facility-image { min-height: 520px; background: url("uploads/2020/10/banner_insideplant.jpg") center / cover no-repeat; box-shadow: 12px 12px 0 var(--ref-kraft); }
  .ref-facility li { display: flex; flex-direction: column; gap: 0.2rem; padding-left: 1rem; border-left: 3px solid var(--ref-forest); }
  .ref-facility li b { color: var(--ref-ink); }
  .ref-facility li small { color: var(--ref-muted); }
  .ref-plain-link { margin-top: 1.5rem; padding-left: 0; color: var(--ref-forest); }
  .ref-process { padding: 5rem 0; background: var(--ref-kraft); text-align: center; }
  .ref-chip { display: inline-block; padding: 0.45rem 0.7rem; background: var(--ref-forest); color: #fffdf9; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; }
  .ref-process h2 { margin: 1.1rem 0; color: var(--ref-charcoal); font-size: clamp(2.5rem, 5vw, 4.2rem); line-height: 1; text-transform: uppercase; }
  .ref-process p { max-width: 650px; margin: 0 auto; color: var(--ref-muted); }
  .ref-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2rem; text-align: left; }
  .ref-process-grid article { padding: 1.3rem; background: #fffdf9; border: 2px solid rgba(36, 82, 58, 0.25); box-shadow: 4px 5px 0 rgba(36, 82, 58, 0.18); }
  .ref-process-grid b { color: var(--ref-forest); }
  .ref-process-grid strong { display: block; margin: 0.5rem 0; color: var(--ref-charcoal); }
  .ref-process-grid small { color: var(--ref-muted); }
  .ref-process-cta { margin-top: 2rem; background: var(--ref-forest); color: #fffdf9; }
  .ref-gallery h2 { margin: 0.7rem 0 2rem; color: var(--ref-ink); font-size: clamp(2.3rem, 4vw, 3.6rem); text-transform: uppercase; }
  .ref-gallery-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-auto-rows: 250px; gap: 1rem; }
  .ref-gallery-image { background-position: center; background-size: cover; }
  .ref-gallery-image--one { grid-row: span 2; background-image: url("uploads/2020/10/banner_Plant.jpg"); }
  .ref-gallery-image--two { background-image: url("uploads/2020/10/banner_insideplant.jpg"); }
  .ref-gallery-image--three { background-image: url("uploads/2020/10/process.jpg"); }
  .ref-gallery-image--four { background-image: url("uploads/2020/10/about-us-body.jpg"); }
  .ref-gallery-image--five { background-image: url("uploads/2020/12/vatsalya_recycle.jpg"); }
  .ref-cta { padding: 5rem 0; background: var(--ref-surface); }
  .ref-cta .ref-wrap { padding: 3rem 4rem; background: var(--ref-kraft); border: 2px solid rgba(36, 82, 58, 0.4); box-shadow: 10px 12px 0 rgba(36, 82, 58, 0.14); }
  .ref-cta h2 { max-width: 800px; color: var(--ref-charcoal); }
  .ref-cta p { max-width: 750px; }
  .ref-cta a { margin-top: 1rem; background: var(--ref-deep); color: #fffdf9; }
  .ref-footer { padding: 4rem 0 2rem; background: var(--ref-deep); color: #edf2ed; }
  .ref-footer .ref-wrap { display: grid; grid-template-columns: 1.4fr 1fr 0.8fr 0.8fr; gap: 2rem; }
  .ref-footer h2 { margin: 0; color: #fffdf9; font-size: 1.5rem; }
  .ref-footer p, .ref-footer a { display: block; color: rgba(255, 253, 249, 0.75); font-size: 0.82rem; line-height: 1.55; text-decoration: none; }
  .ref-footer b { display: block; margin-top: 0.8rem; color: #fffdf9; font-size: 1rem; }
  .ref-footer > .ref-wrap > small { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid rgba(143, 175, 145, 0.35); color: rgba(255, 253, 249, 0.55); }
  @media (max-width: 1320px) {
    .ref-header nav { gap: 0; }
    .ref-header nav a { padding: 0.55rem; font-size: 0.6rem; }
    .header-spec { display: none; }
    .ref-hero-grid { gap: 2rem; }
  }
  @media (max-width: 800px) {
    .ref-header { padding: 0 1rem; }
    .ref-header nav, .ref-header .header-profile { display: none; }
    .ref-header .brand small { font-size: 0.55rem; }
    .ref-wrap { width: calc(100% - 2rem); }
    .ref-hero { min-height: 760px; }
    .ref-status { padding-top: 3rem; }
    .ref-hero-grid, .ref-intro-grid, .ref-facility-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .ref-hero h1 { font-size: clamp(2.4rem, 11vw, 4rem); }
    .ref-profile { max-width: none; }
    .ref-feature-grid, .ref-metric-grid, .ref-product-grid, .ref-process-grid { grid-template-columns: 1fr; }
    .ref-commit { grid-column: auto; flex-wrap: wrap; }
    .ref-commit a { margin-left: 0; }
    .ref-section-head { display: block; }
    .ref-facility-image { min-height: 300px; }
    .ref-gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
    .ref-gallery-image--one { grid-row: span 2; }
    .ref-cta .ref-wrap { padding: 2rem 1.5rem; }
    .ref-footer .ref-wrap { grid-template-columns: 1fr; }
    .ref-footer > .ref-wrap > small { grid-column: auto; }
  }

/* ==========================================================================
   Interior pages — Kraft Industrial Editorial
   Extends the reference homepage system to About / Machine / Process /
   Product / Career / Reach Us.
   ========================================================================== */

/* --- Page hero -------------------------------------------------------- */
.ref-page-hero {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  background:
    radial-gradient(#8faf91 1px, transparent 1px),
    linear-gradient(115deg, rgba(24, 58, 41, 0.98), rgba(24, 82, 58, 0.93));
  background-size: 24px 24px, auto;
  color: #fffdf9;
}
.ref-page-hero::before {
  position: absolute;
  inset: 80px 0 0;
  content: "";
  opacity: 0.14;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
}
.ref-page-hero--about::before { background-image: url("uploads/2020/10/about-us-body.jpg"); }
.ref-page-hero--machine::before { background-image: url("uploads/2020/10/banner_insideplant.jpg"); }
.ref-page-hero--process::before { background-image: url("uploads/2020/10/process.jpg"); }
.ref-page-hero--product::before { background-image: url("uploads/2020/10/product-specification.jpg"); }
.ref-page-hero--career::before { background-image: url("uploads/2020/10/banner_insideplant-1.jpg"); }
.ref-page-hero--contact::before { background-image: url("uploads/2020/10/banner_Plant.jpg"); }
.ref-page-hero > * {
  position: relative;
  z-index: 1;
}
.ref-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  padding-top: 4rem;
  color: rgba(216, 195, 165, 0.75);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ref-crumb a {
  color: rgba(216, 195, 165, 0.75);
  text-decoration: none;
}
.ref-crumb a:hover { color: #fffdf9; }
.ref-crumb b { color: #fffdf9; }
.ref-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 4rem;
  align-items: end;
  padding: 1.5rem 0 5rem;
}
.ref-page-hero h1 {
  max-width: 900px;
  margin: 1rem 0 0;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.ref-page-hero p {
  max-width: 620px;
  margin: 1.2rem 0 0;
  color: #f5f0e6;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Hero-side fact ledger (reuses the homepage industrial profile panel) */
.ref-facts {
  padding: 1.4rem;
  background: rgba(24, 58, 41, 0.86);
  border: 1px solid rgba(216, 195, 165, 0.4);
}
.ref-facts > b {
  display: block;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(216, 195, 165, 0.25);
  color: var(--ref-kraft);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ref-facts dl {
  display: grid;
  gap: 1rem;
  margin: 1.1rem 0 0;
}
.ref-facts dt {
  color: rgba(255, 253, 249, 0.6);
  font-size: 0.72rem;
}
.ref-facts dd {
  margin: 0.2rem 0 0;
  color: #fffdf9;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

/* --- Section shells --------------------------------------------------- */
.ref-section { padding: 5rem 0; background: var(--ref-surface); color: var(--ref-ink); }
.ref-section--low { background: var(--ref-low); }
.ref-section--tint { background: var(--ref-kraft-tint); border-top: 1px solid var(--ref-kraft); border-bottom: 1px solid var(--ref-kraft); }
.ref-section--dark { background: var(--ref-charcoal); color: #edf2ed; }
.ref-section--kraft { background: var(--ref-kraft); color: var(--ref-charcoal); }

.ref-head { max-width: 820px; margin-bottom: 2.5rem; }
.ref-head h2 {
  margin: 0.7rem 0 1rem;
  color: inherit;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.ref-head p { margin: 0; color: var(--ref-muted); font-size: 1rem; line-height: 1.65; }
.ref-section--dark .ref-head p { color: rgba(255, 253, 249, 0.75); }
.ref-section--dark .ref-label-dark { color: var(--ref-kraft); }
.ref-head--split { display: flex; justify-content: space-between; gap: 3rem; align-items: end; max-width: none; }
.ref-head--split h2 { max-width: 720px; }
.ref-head--split > p { max-width: 380px; flex-shrink: 0; }

/* --- Split (image + copy) --------------------------------------------- */
.ref-split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 4rem; align-items: center; }
.ref-split--flip .ref-split-media { order: 2; }
.ref-split-media {
  min-height: 480px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 12px 12px 0 var(--ref-kraft);
}
.ref-split-media--about { background-image: url("uploads/2020/10/about-us-body.jpg"); }
.ref-split-media--machine { background-image: url("uploads/2020/10/banner_insideplant.jpg"); }
.ref-split-media--recycle { background-image: url("uploads/2020/12/vatsalya_recycle.jpg"); }
.ref-split-media--career { background-image: url("uploads/2020/10/banner_home_carft-paper.jpg"); }
.ref-split-copy h2 {
  margin: 0.7rem 0 1rem;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.ref-split-copy p { color: var(--ref-muted); font-size: 1rem; line-height: 1.65; }

/* --- Marked bullet list ----------------------------------------------- */
.ref-ticks { display: grid; gap: 0.8rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.ref-ticks li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--ref-ink);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ref-ticks li::before { position: absolute; left: 0; content: "◉"; color: var(--ref-forest); }

/* --- Technical ledger table ------------------------------------------- */
.ref-ledger-set { display: grid; gap: 2rem; }
.ref-ledger { border: 1px solid var(--ref-kraft); background: #fffdf9; }
.ref-ledger > figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: baseline;
  padding: 1.1rem 1.25rem;
  background: var(--ref-kraft-tint);
  border-bottom: 1px solid var(--ref-kraft);
}
.ref-ledger > figcaption h3 { margin: 0; color: var(--ref-charcoal); font-size: 1.3rem; letter-spacing: -0.01em; }
.ref-ledger > figcaption span {
  color: var(--ref-forest);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ref-ledger table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.ref-ledger th {
  padding: 0.85rem 1.25rem;
  background: var(--ref-deep);
  color: #fffdf9;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}
.ref-ledger td {
  padding: 0.9rem 1.25rem;
  border-top: 1px solid var(--ref-kraft);
  color: var(--ref-ink);
  font-size: 0.92rem;
  line-height: 1.5;
}
.ref-ledger tbody tr:nth-child(even) { background: var(--ref-kraft-tint); }
.ref-ledger td:last-child { color: var(--ref-charcoal); font-weight: 600; }

/* --- Specimen cards --------------------------------------------------- */
.ref-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.ref-card {
  padding: 1.5rem;
  background: #fffdf9;
  border: 1px solid var(--ref-kraft);
  border-top: 3px solid var(--ref-forest);
  box-shadow: 4px 5px 0 rgba(216, 195, 165, 0.45);
}
.ref-card > span {
  color: var(--ref-forest);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ref-card h3 { margin: 0.6rem 0; color: var(--ref-ink); font-size: 1.2rem; }
.ref-card p { margin: 0; color: var(--ref-muted); font-size: 0.9rem; line-height: 1.55; }
.ref-card strong { display: block; margin-top: 1.2rem; color: var(--ref-forest); font-size: 2rem; line-height: 1; }
.ref-card small { display: block; margin-top: 0.35rem; color: var(--ref-muted); font-size: 0.72rem; }

/* --- Editorial indexed list (01 / 02 / 03) ---------------------------- */
.ref-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; }
.ref-steps li {
  padding: 1.5rem;
  border-right: 1px solid var(--ref-kraft);
  border-bottom: 1px solid var(--ref-kraft);
  background: #fffdf9;
}
.ref-steps li > b {
  color: var(--ref-forest);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.ref-steps li h3 { margin: 0.5rem 0 0.4rem; color: var(--ref-ink); font-size: 1.1rem; }
.ref-steps li p { margin: 0; color: var(--ref-muted); font-size: 0.87rem; line-height: 1.55; }

/* --- Circular process callout ----------------------------------------- */
.ref-loop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 2.5rem;
  background: var(--ref-kraft);
  border: 2px solid rgba(36, 82, 58, 0.4);
  box-shadow: 10px 12px 0 rgba(36, 82, 58, 0.14);
  text-align: center;
}
.ref-loop-node b {
  display: block;
  color: var(--ref-forest);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ref-loop-node strong { display: block; margin-top: 0.4rem; color: var(--ref-charcoal); font-size: 1.5rem; text-transform: uppercase; }
.ref-loop-node small { display: block; margin-top: 0.3rem; color: var(--ref-muted); font-size: 0.8rem; }
.ref-loop-arrow { color: var(--ref-forest); font-size: 1.6rem; }

/* --- Contact ---------------------------------------------------------- */
.ref-contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; }
.ref-contact-card { display: flex; flex-direction: column; padding: 1.5rem; background: #fffdf9; border: 1px solid var(--ref-kraft); box-shadow: 4px 5px 0 rgba(216, 195, 165, 0.45); }
.ref-contact-card > span {
  color: var(--ref-forest);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ref-contact-card h3 { margin: 0.6rem 0; color: var(--ref-ink); font-size: 1.2rem; }
.ref-contact-card p { margin: 0 0 1.2rem; color: var(--ref-muted); font-size: 0.92rem; line-height: 1.6; }
.ref-contact-card p a { color: var(--ref-forest); font-weight: 600; }
.ref-contact-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: auto; }
.ref-contact-actions a {
  padding: 0.7rem 1rem;
  background: var(--ref-forest);
  color: #fffdf9;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}
.ref-contact-actions a.alt { background: transparent; border: 1px solid var(--ref-forest); color: var(--ref-forest); }
.ref-contact-actions a.alt:hover { background: var(--ref-kraft-tint); }
.ref-map { border: 1px solid var(--ref-kraft); box-shadow: 10px 12px 0 rgba(216, 195, 165, 0.45); line-height: 0; }
.ref-map iframe { width: 100%; height: 440px; border: 0; }

/* --- Inline actions --------------------------------------------------- */
.ref-page .ref-actions { margin-top: 2rem; }
.ref-page .ref-primary:hover { background: #cbb492; }
.ref-actions .ref-outline {
  border: 1px solid var(--ref-forest);
  color: var(--ref-forest);
}
.ref-actions .ref-outline:hover { background: var(--ref-kraft-tint); }

/* --- Interior responsive ---------------------------------------------- */
@media (max-width: 1000px) {
  .ref-page-hero-grid,
  .ref-split { grid-template-columns: 1fr; gap: 2.5rem; }
  .ref-split--flip .ref-split-media { order: 0; }
  .ref-split-media { min-height: 300px; }
  .ref-head--split { display: block; }
  .ref-head--split > p { max-width: none; margin-top: 1rem; }
  .ref-loop { grid-template-columns: 1fr; }
  .ref-loop-arrow { transform: rotate(90deg); }
}
@media (max-width: 800px) {
  .ref-section { padding: 3rem 0; }
  .ref-crumb { padding-top: 2.5rem; }
  .ref-page-hero-grid { padding-bottom: 3rem; }
  .ref-page-hero h1 { font-size: clamp(2rem, 9vw, 3rem); }
  .ref-steps li { border-right: 0; }
  .ref-ledger { overflow-x: auto; }
  .ref-map iframe { height: 320px; }
}

/* Shared typography system */
body,
.brand,
.site-header nav a,
.menu-toggle,
.hero h1,
.home-intro h2,
.home-section h2,
.split-copy h2,
.home-cta h2,
.product-section h2,
.gallery-section h2,
.product-card__body h3,
.footer-home h2,
.content h1,
.content h2,
.content h3,
.process-center span {
  font-family: var(--font-sans);
}
body {
  font-size: var(--text-base);
  line-height: 1.6;
}
.brand {
  font-size: var(--text-base);
  line-height: 1.2;
}
.site-header nav a,
.site-header--home nav a {
  font-size: var(--text-xs);
  line-height: 1.2;
}
.hero h1,
.home-hero h1 {
  font-size: var(--heading-xl);
  line-height: 1;
}
.hero-intro,
.home-intro p,
.split-copy p,
.home-section p {
  font-size: var(--text-lg);
  line-height: 1.55;
}
.home-intro h2,
.home-section h2,
.split-copy h2,
.home-cta h2,
.product-section h2,
.gallery-section h2,
.footer-home h2,
.content h1,
.content h2 {
  font-size: var(--heading-md);
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.content h3,
.product-card__body h3 {
  font-size: var(--heading-sm);
  line-height: 1.2;
}
.content p,
.product-card__body p,
.footer-home__details p,
.footer-home__details a {
  font-size: var(--text-base);
  line-height: 1.6;
}
.eyebrow,
.metric span,
.product-card__body strong,
.footer-home__details h3,
.machine-specs li strong {
  font-size: var(--text-xs);
  line-height: 1.3;
}
.action-row a {
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 800px) {
  .site-header nav {
    display: none !important;
  }
  .site-header nav.open {
    display: block !important;
  }
  .site-header ul {
    display: block;
  }
}

/* --------------------------------------------------------------------------
   Ref header breakpoints.
   Seven uppercase nav items plus the spec button need real width, so the
   header sheds the CTA first and then collapses to the menu button well
   before the legacy 800px mobile breakpoint.
   -------------------------------------------------------------------------- */
@media (max-width: 1520px) {
  .ref-header .header-spec { display: none; }
}
@media (max-width: 1250px) {
  .ref-header .menu-toggle {
    display: block;
    margin-left: auto;
    border-color: rgba(216, 195, 165, 0.6);
    background: transparent;
    color: #d8c3a5;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .ref-header .header-profile { display: none; }
  .ref-header nav { display: none; }
  .ref-header nav.open {
    display: block;
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    padding: 0.25rem 1.5rem 1rem;
    background: rgba(24, 58, 41, 0.99);
    border-bottom: 1px solid rgba(216, 195, 165, 0.25);
    box-shadow: 0 12px 24px rgba(24, 42, 33, 0.25);
  }
  .ref-header nav.open ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ref-header nav.open li { border-bottom: 1px solid rgba(216, 195, 165, 0.16); }
  .ref-header nav.open li:last-child { border-bottom: 0; }
  .ref-header nav.open a {
    display: block;
    padding: 0.9rem 0.25rem;
    font-size: 0.7rem;
  }
}
@media (max-width: 800px) {
  /* The legacy header wraps at this width; the ref header is a fixed 80px
     bar, so keep the brand and menu button on a single row instead. */
  .ref-header {
    flex-wrap: nowrap;
    padding: 0 1rem;
  }
  .ref-header .brand {
    flex-shrink: 1;
    min-width: 0;
    max-width: none;
  }
  .ref-header .brand span {
    min-width: 0;
    overflow: hidden;
  }
  .ref-header .menu-toggle {
    flex-shrink: 0;
    padding: 0.5rem 0.7rem;
  }
  .ref-header nav.open {
    padding-inline: 1rem;
  }
}
