:root {
  --ink: #2d251d;
  --muted: #7d6f61;
  --line: #eadccf;
  --paper: #fbf1e4;
  --white: #ffffff;
  --teal: #6f7f58;
  --teal-dark: #4f5f3f;
  --copper: #c4864f;
  --charcoal: #3b3027;
  --cream: #fff7ea;
  --butter: #f3d9b5;
  --shadow: 0 24px 60px rgba(83, 57, 34, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fff7ea 0%, #fdf4e8 44%, #fffaf2 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
}

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

.top-contact-bar {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: flex-end;
  padding: 6px clamp(20px, 5vw, 72px);
  background: #2d251d;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.top-contact-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 34px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px clamp(20px, 5vw, 72px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(61, 45, 33, 0.74), rgba(61, 45, 33, 0));
}

.site-header-solid {
  background: linear-gradient(180deg, rgba(61, 45, 33, 0.92), rgba(61, 45, 33, 0.76));
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: max-content;
}

.brand > span:last-child {
  text-align: center;
}

.brand-mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(255, 250, 242, 0.9);
  box-shadow: 0 10px 26px rgba(40, 28, 18, 0.22);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 16px;
  line-height: 1.1;
}

.brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Segoe Script", "Brush Script MT", "Lucida Handwriting", cursive;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.4px;
  line-height: 1.1;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 600;
}

.main-nav a {
  transition: color 160ms ease;
}

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

.header-action,
.primary-button,
.secondary-button,
.inquiry-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 4px;
  padding: 0 20px;
  font-weight: 800;
  cursor: pointer;
}

.header-action {
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 14px;
}

.hero {
  position: relative;
  min-height: 86svh;
  overflow: hidden;
  color: var(--white);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/blog-greek-family-appliances.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(51, 36, 24, 0.58) 0%, rgba(51, 36, 24, 0.34) 44%, rgba(51, 36, 24, 0.06) 100%),
    linear-gradient(180deg, rgba(51, 36, 24, 0.04) 0%, rgba(51, 36, 24, 0.28) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 86svh;
  max-width: 790px;
  flex-direction: column;
  justify-content: center;
  padding: 130px clamp(20px, 7vw, 92px) 72px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--butter);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-button {
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  color: var(--white);
  box-shadow: 0 12px 26px rgba(79, 95, 63, 0.24);
}

.secondary-button {
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 250, 242, 0.1);
  color: var(--white);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: #fffaf2;
}

.trust-strip div {
  min-height: 118px;
  padding: 26px clamp(20px, 4vw, 56px);
  border-right: 1px solid var(--line);
}

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

.trust-strip strong {
  display: block;
  color: var(--charcoal);
  font-size: 18px;
}

.trust-strip span {
  display: block;
  max-width: 360px;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.section,
.split-section,
.quality-section,
.contact-section {
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading p:last-child {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

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

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(83, 57, 34, 0.1);
}

.product-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.warm-filter-image {
  filter: sepia(0.12) saturate(0.9) brightness(0.96) contrast(0.94);
}

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

.product-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.blog-card-grid a {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 234, 0.86));
  padding: clamp(24px, 3vw, 34px);
  box-shadow: 0 14px 36px rgba(83, 57, 34, 0.08);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.blog-card-grid a:hover {
  border-color: rgba(196, 134, 79, 0.4);
  box-shadow: 0 20px 46px rgba(83, 57, 34, 0.13);
  transform: translateY(-2px);
}

.blog-card-grid span {
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-card-grid h3 {
  margin-top: 22px;
  font-size: clamp(24px, 3vw, 36px);
}

.blog-card-grid p {
  margin: 16px 0 0;
  color: var(--muted);
}

.blog-post {
  max-width: 940px;
  margin: 0 auto;
  padding: 150px clamp(20px, 5vw, 72px) 88px;
}

.blog-post .back-link {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 900;
}

.blog-post h1 {
  max-width: 900px;
  color: var(--charcoal);
  font-size: clamp(40px, 5vw, 68px);
}

.blog-post .post-lead {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.post-hero-image {
  margin: 30px 0 8px;
  overflow: hidden;
  border-radius: 18px;
  background: #f8f1e6;
  box-shadow: 0 20px 46px rgba(63, 47, 37, 0.12);
}

.post-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.post-hero-image figcaption {
  padding: 12px 16px 14px;
  color: var(--muted);
  font-size: 13px;
}

.blog-post section {
  border-top: 1px solid var(--line);
  padding-top: 28px;
  margin-top: 34px;
}

.blog-post h2 {
  max-width: 820px;
  color: var(--charcoal);
  font-size: clamp(25px, 3vw, 38px);
}

.blog-post p {
  max-width: 840px;
  color: var(--muted);
  font-size: 18px;
}

.blog-post ul {
  max-width: 840px;
  margin: 18px 0 0;
  padding-left: 22px;
  color: var(--muted);
  font-size: 18px;
}

.blog-post li {
  margin-top: 8px;
}

.service-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: #fffaf2;
}

.service-overview div {
  min-height: 144px;
  padding: 28px clamp(20px, 4vw, 56px);
  border-right: 1px solid var(--line);
}

.service-overview div:last-child {
  border-right: 0;
}

.service-overview strong {
  display: block;
  color: var(--charcoal);
  font-size: 25px;
  line-height: 1.08;
}

.service-overview span {
  display: block;
  max-width: 420px;
  margin-top: 9px;
  color: var(--muted);
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card-grid article {
  min-height: 310px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf2;
  padding: 24px;
  box-shadow: 0 14px 36px rgba(83, 57, 34, 0.08);
}

.service-card-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(111, 127, 88, 0.13);
  color: var(--teal-dark);
  font-weight: 900;
}

.service-card-grid p {
  margin: 14px 0 0;
  color: var(--muted);
}

.service-special-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(32px, 6vw, 78px);
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(135deg, #fbf1e4 0%, #fff7ea 58%, #f7eadb 100%);
}

.service-special-section p:last-child {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
}

.service-special-list {
  display: grid;
  gap: 16px;
}

.service-special-list div {
  border-bottom: 1px solid #dccdbc;
  padding-bottom: 22px;
}

.service-special-list strong {
  display: block;
  color: var(--charcoal);
  font-size: 19px;
}

.service-special-list span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.service-selected-section {
  background: #fffaf2;
}

.service-growth-section {
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
  background: #fffaf2;
}

.service-activity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.service-activity-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 22px;
}

.service-activity-grid strong {
  display: block;
  color: var(--charcoal);
  font-size: 18px;
}

.service-activity-grid p {
  margin: 10px 0 0;
  color: var(--muted);
}

.service-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-pill-row span {
  border: 1px solid rgba(111, 127, 88, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 10px 16px;
  color: var(--charcoal);
  font-weight: 800;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: start;
  background:
    linear-gradient(135deg, #fbf1e4 0%, #fff7ea 58%, #f7eadb 100%);
}

.split-copy {
  position: sticky;
  top: 110px;
}

.split-copy p:last-child {
  max-width: 560px;
  color: var(--muted);
  font-size: 18px;
}

.capability-list {
  display: grid;
  gap: 16px;
}

.capability-list div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px 22px;
  border-bottom: 1px solid #ded2c4;
  padding: 0 0 26px;
}

.capability-list span {
  grid-row: span 2;
  color: var(--teal);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.capability-list p {
  margin: 0;
  color: var(--muted);
}

.quality-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(440px, 1.12fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: center;
}

.quality-image img {
  aspect-ratio: 1.16 / 1;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.quality-panel {
  padding: clamp(24px, 4vw, 44px);
  border-left: 4px solid var(--teal);
  background: #fffaf2;
  box-shadow: 0 18px 44px rgba(83, 57, 34, 0.1);
}

.service-easier-title {
  max-width: 620px;
  font-size: clamp(26px, 3.2vw, 44px);
}

.quality-panel p {
  color: var(--muted);
  font-size: 17px;
}

.quality-panel ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.quality-panel li {
  position: relative;
  margin-top: 14px;
  padding-left: 24px;
  color: var(--charcoal);
  font-weight: 650;
}

.quality-panel li::before {
  position: absolute;
  left: 0;
  color: var(--teal);
  content: "•";
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.7fr);
  gap: clamp(32px, 6vw, 74px);
  align-items: start;
  background:
    linear-gradient(135deg, #3b3027 0%, #5a412f 58%, #6e523a 100%);
  color: var(--white);
}

.contact-copy p:last-child {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.inquiry-form {
  display: grid;
  gap: 16px;
  border-radius: 8px;
  background: #fffaf2;
  padding: clamp(20px, 3vw, 30px);
  color: var(--ink);
}

.inquiry-form label {
  display: grid;
  gap: 7px;
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 800;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #dac9b7;
  border-radius: 4px;
  padding: 11px 12px;
  color: var(--ink);
  font: inherit;
}

.inquiry-form textarea {
  min-height: 116px;
  resize: vertical;
}

.inquiry-form button {
  margin-top: 4px;
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  color: var(--white);
  font: inherit;
  font-weight: 900;
}

.form-honey {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.form-note {
  margin: 0;
  color: #71533d;
  font-size: 0.9rem;
  line-height: 1.5;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 5vw, 72px);
  background: #2d251d;
  color: rgba(255, 255, 255, 0.72);
}

.footer-copy {
  display: grid;
  gap: 4px;
}

.site-footer p {
  margin: 0;
}

.footer-brand-line {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: baseline;
}

.footer-brand-line strong {
  font-weight: 900;
}

.footer-brand-line span {
  font-family: "Ink Free", "Segoe Print", "Bradley Hand", cursive;
  font-size: 17px;
  font-weight: 400;
}

.footer-whatsapp {
  color: rgba(255, 255, 255, 0.9);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.social-links a {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 250, 242, 0.08);
  color: rgba(255, 255, 255, 0.86);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.social-links a:hover {
  background: rgba(255, 250, 242, 0.18);
  color: var(--white);
  transform: translateY(-1px);
}

.social-links svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-links span {
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.social-links .linkedin span {
  font-size: 13px;
  text-transform: none;
}

.social-links .facebook span {
  font-family: Georgia, serif;
  font-size: 20px;
  text-transform: none;
}

.social-links .instagram span {
  font-size: 18px;
  text-transform: none;
}

.social-links .youtube span {
  font-size: 17px;
  transform: translateX(1px);
}

.social-links .whatsapp span {
  font-size: 11px;
  letter-spacing: 0.02em;
}

.subpage-hero {
  position: relative;
  min-height: 72svh;
  overflow: hidden;
  color: var(--white);
}

.subpage-hero-media,
.subpage-hero-shade {
  position: absolute;
  inset: 0;
}

.advantage-hero .subpage-hero-media {
  background-image: url("assets/greek-family-kitchen.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.product-hero .subpage-hero-media {
  background-image: url("assets/product-kitchen-flowers.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.quality-hero-page .subpage-hero-media {
  background-image: url("assets/quality-greek-customer.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.blog-hero .subpage-hero-media {
  background-image: url("https://images.unsplash.com/photo-1556911220-bff31c812dba?auto=format&fit=crop&q=88&w=2400");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.service-hero .subpage-hero-media {
  background-image: url("assets/quality-engineer-zzy.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.subpage-hero-shade {
  background:
    linear-gradient(90deg, rgba(51, 36, 24, 0.86) 0%, rgba(51, 36, 24, 0.62) 45%, rgba(51, 36, 24, 0.18) 100%),
    linear-gradient(180deg, rgba(51, 36, 24, 0.18) 0%, rgba(51, 36, 24, 0.68) 100%);
}

.product-hero .subpage-hero-shade {
  background:
    linear-gradient(90deg, rgba(51, 36, 24, 0.58) 0%, rgba(51, 36, 24, 0.34) 44%, rgba(51, 36, 24, 0.06) 100%),
    linear-gradient(180deg, rgba(51, 36, 24, 0.04) 0%, rgba(51, 36, 24, 0.28) 100%);
}

.advantage-hero .subpage-hero-shade,
.quality-hero-page .subpage-hero-shade,
.blog-hero .subpage-hero-shade,
.service-hero .subpage-hero-shade {
  background:
    linear-gradient(90deg, rgba(51, 36, 24, 0.62) 0%, rgba(51, 36, 24, 0.38) 45%, rgba(51, 36, 24, 0.08) 100%),
    linear-gradient(180deg, rgba(51, 36, 24, 0.06) 0%, rgba(51, 36, 24, 0.34) 100%);
}

.subpage-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 72svh;
  max-width: 820px;
  flex-direction: column;
  justify-content: center;
  padding: 130px clamp(20px, 7vw, 92px) 70px;
}

.subpage-hero-content .eyebrow {
  color: var(--butter);
}

.subpage-hero-content p:last-child {
  max-width: 670px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 21px);
}

.advantage-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: #fffaf2;
}

.advantage-summary div {
  min-height: 132px;
  padding: 28px clamp(20px, 4vw, 56px);
  border-right: 1px solid var(--line);
}

.advantage-summary div:last-child {
  border-right: 0;
}

.advantage-summary strong {
  display: block;
  color: var(--charcoal);
  font-size: 26px;
  line-height: 1.05;
}

.advantage-summary span {
  display: block;
  max-width: 360px;
  margin-top: 8px;
  color: var(--muted);
}

.advantage-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.advantage-card-grid article {
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf2;
  padding: 26px;
  box-shadow: 0 14px 36px rgba(83, 57, 34, 0.08);
}

.advantage-card-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: rgba(111, 127, 88, 0.13);
  color: var(--teal-dark);
  font-weight: 900;
}

.advantage-card-grid p {
  margin: 14px 0 0;
  color: var(--muted);
}

.process-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 6vw, 78px);
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(135deg, #fbf1e4 0%, #fff7ea 58%, #f7eadb 100%);
}

.process-copy p:last-child {
  max-width: 520px;
  color: var(--muted);
  font-size: 18px;
}

.process-timeline {
  display: grid;
  gap: 0;
  border-top: 1px solid #dccdbc;
}

.process-timeline div {
  display: grid;
  grid-template-columns: minmax(150px, 0.36fr) 1fr;
  gap: 24px;
  border-bottom: 1px solid #dccdbc;
  padding: 24px 0;
}

.process-timeline strong {
  color: var(--charcoal);
  font-size: 18px;
}

.process-timeline span {
  color: var(--muted);
}

.experience-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.experience-section p:last-child {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}

.experience-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 4px solid var(--teal);
  background: #fffaf2;
  box-shadow: 0 18px 44px rgba(83, 57, 34, 0.1);
}

.experience-section li {
  border-bottom: 1px solid var(--line);
  padding: 20px 24px;
  color: var(--charcoal);
  font-weight: 700;
}

.experience-section li:last-child {
  border-bottom: 0;
}

.advantage-cta {
  padding: clamp(64px, 8vw, 102px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(59, 48, 39, 0.96) 0%, rgba(90, 65, 47, 0.96) 58%, rgba(110, 82, 58, 0.96) 100%),
    url("assets/product-kitchen-flowers.png") center / cover;
  color: var(--white);
}

.advantage-cta .eyebrow {
  color: var(--butter);
}

.advantage-cta h2,
.advantage-cta p {
  max-width: 680px;
}

.advantage-cta p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.advantage-cta .primary-button {
  margin-top: 18px;
}

.quality-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: clamp(44px, 6vw, 82px) clamp(20px, 5vw, 72px);
  background: #fffaf2;
}

.quality-proof-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(83, 57, 34, 0.1);
}

.quality-proof-grid img {
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
}

.quality-proof-grid figcaption {
  padding: 18px 22px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.quality-system-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(34px, 6vw, 76px);
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.quality-system-intro {
  position: sticky;
  top: 112px;
  align-self: start;
}

.quality-system-intro p:last-child {
  max-width: 560px;
  color: var(--muted);
  font-size: 18px;
}

.quality-system-list {
  display: grid;
  gap: 18px;
}

.quality-system-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf2;
  padding: clamp(22px, 3vw, 32px);
  box-shadow: 0 14px 36px rgba(83, 57, 34, 0.08);
}

.quality-system-list span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: rgba(111, 127, 88, 0.13);
  color: var(--teal-dark);
  font-weight: 900;
}

.quality-system-list p {
  margin: 14px 0 0;
  color: var(--muted);
}

.quality-goal-section {
  padding: clamp(64px, 8vw, 102px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(59, 48, 39, 0.94) 0%, rgba(90, 65, 47, 0.94) 58%, rgba(110, 82, 58, 0.94) 100%),
    url("assets/quality-engineer-zzy.png") center / cover;
  color: var(--white);
}

.quality-goal-section .eyebrow {
  color: var(--butter);
}

.quality-goal-section h2,
.quality-goal-section p {
  max-width: 760px;
}

.quality-goal-section p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.quality-goal-section .primary-button {
  margin-top: 18px;
}

.product-page-intro {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: #fffaf2;
}

.product-page-intro div {
  min-height: 126px;
  padding: 28px clamp(20px, 4vw, 56px);
  border-right: 1px solid var(--line);
}

.product-page-intro div:last-child {
  border-right: 0;
}

.product-page-intro strong {
  display: block;
  color: var(--charcoal);
  font-size: 22px;
}

.product-page-intro span {
  display: block;
  max-width: 380px;
  margin-top: 8px;
  color: var(--muted);
}

.product-series-stack {
  display: grid;
  gap: 28px;
}

.product-series-block {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf2;
  padding: clamp(20px, 3vw, 30px);
  box-shadow: 0 14px 36px rgba(83, 57, 34, 0.08);
}

.product-series-heading {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 22px;
}

.product-series-heading span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(111, 127, 88, 0.13);
  color: var(--teal-dark);
  font-weight: 900;
}

.product-series-heading h3 {
  font-size: clamp(26px, 3vw, 38px);
}

.product-series-heading p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.sample-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.sample-gallery article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.sample-gallery img {
  width: 100%;
  aspect-ratio: 1400 / 889;
  height: auto;
  object-fit: contain;
  background: #f5eee6;
  padding: 8px;
}

.sample-gallery img.landscape-product-image {
  aspect-ratio: 1400 / 889;
}

.sample-gallery img.product-image-fill {
  object-fit: contain;
}

.sample-gallery h4 {
  min-height: 52px;
  margin: 0;
  padding: 12px 14px;
  color: var(--charcoal);
  font-size: 14px;
  line-height: 1.25;
}

.compact-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solar-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-support-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 78px);
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(135deg, #fbf1e4 0%, #fff7ea 58%, #f7eadb 100%);
}

.product-support-section p:last-child {
  max-width: 560px;
  color: var(--muted);
  font-size: 18px;
}

.support-grid {
  display: grid;
  gap: 16px;
}

.support-grid div {
  border-bottom: 1px solid #dccdbc;
  padding-bottom: 22px;
}

.support-grid strong {
  display: block;
  color: var(--charcoal);
  font-size: 18px;
}

.support-grid span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.product-contact-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(52px, 7vw, 86px) clamp(20px, 5vw, 72px);
  background: var(--cream);
  border-top: 1px solid rgba(101, 79, 57, 0.12);
}

.product-contact-note h2 {
  max-width: 760px;
  font-size: clamp(30px, 4vw, 52px);
}

.product-contact-note p:last-child {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}

.contact-chip {
  display: inline-flex;
  min-width: min(360px, 100%);
  flex-direction: column;
  gap: 6px;
  padding: 22px 26px;
  border: 1px solid rgba(101, 79, 57, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(246, 230, 209, 0.82));
  color: var(--charcoal);
  box-shadow: 0 18px 42px rgba(66, 48, 33, 0.1);
}

.contact-chip span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-chip strong {
  font-size: 18px;
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    flex-wrap: wrap;
    padding: 16px 20px;
  }

  .main-nav {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: visible;
    gap: 9px 18px;
    padding-bottom: 0;
  }

  .header-action {
    min-height: 40px;
    padding: 0 14px;
  }

  .hero,
  .hero-content {
    min-height: 84svh;
  }

  .hero-content {
    padding-top: 194px;
  }

  h1 {
    max-width: 680px;
    font-size: 52px;
    line-height: 1.04;
  }

  .trust-strip,
  .advantage-summary,
  .product-page-intro,
  .section-heading,
  .product-grid,
  .split-section,
  .quality-section,
  .contact-section,
  .advantage-card-grid,
  .process-section,
  .experience-section,
  .quality-proof-grid,
  .quality-system-section,
  .product-support-section,
  .product-contact-note,
  .blog-card-grid,
  .service-overview,
  .service-card-grid,
  .service-special-section,
  .service-activity-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .advantage-summary div,
  .service-overview div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-page-intro div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .sample-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .split-copy {
    position: static;
  }

  .quality-section,
  .contact-section,
  .process-section,
  .experience-section,
  .quality-system-section,
  .product-support-section {
    gap: 28px;
  }

  .quality-system-intro {
    position: static;
  }

  .quality-panel {
    padding-left: 24px;
  }
}

@media (max-width: 560px) {
  .brand small,
  .header-action {
    display: none;
  }

  .site-header {
    gap: 12px;
  }

  .main-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    font-size: 13px;
  }

  .main-nav a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    background: rgba(255, 250, 242, 0.08);
    padding: 5px 4px;
    text-align: center;
    white-space: nowrap;
  }

  .main-nav a[aria-current="page"] {
    background: rgba(255, 250, 242, 0.18);
    color: var(--white);
  }

  h1 {
    font-size: 38px;
  }

  .hero-content {
    padding: 206px 20px 56px;
  }

  .subpage-hero,
  .subpage-hero-content {
    min-height: 76svh;
  }

  .subpage-hero-content {
    padding: 206px 20px 56px;
  }

  .blog-post {
    padding-top: 206px;
  }

  .hero-actions a {
    width: 100%;
  }

  .capability-list div {
    grid-template-columns: 1fr;
  }

  .process-timeline div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .product-series-heading,
  .sample-gallery,
  .compact-gallery {
    grid-template-columns: 1fr;
  }

  .capability-list span {
    grid-row: auto;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-links {
    justify-content: flex-start;
  }
}
