:root {
  --red: #b40012;
  --red-dark: #74000b;
  --ink: #17110e;
  --coffee: #2a1d18;
  --cream: #fff4df;
  --paper: #fffaf0;
  --gold: #d6ad5a;
  --sage: #5f6f52;
  --muted: #75685d;
  --line: rgba(255, 244, 223, 0.18);
  --shadow: 0 24px 80px rgba(29, 10, 5, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.site-header {
  align-items: center;
  background: rgba(23, 17, 14, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 244, 223, 0.12);
  display: flex;
  height: 92px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 64px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand img {
  height: 58px;
  object-fit: contain;
  width: 178px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 3vw, 34px);
}

.main-nav a {
  color: rgba(255, 244, 223, 0.9);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  position: relative;
  text-transform: uppercase;
}

.main-nav a::after {
  background: var(--gold);
  bottom: -9px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
  width: 100%;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 42px;
  padding: 8px;
  width: 42px;
}

.menu-toggle span {
  background: var(--cream);
  display: block;
  height: 2px;
  margin: 6px 0;
}

.hero {
  align-items: end;
  color: var(--cream);
  display: grid;
  gap: clamp(24px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  min-height: 100vh;
  overflow: hidden;
  padding: 150px clamp(20px, 6vw, 92px) 72px;
  position: relative;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(20, 9, 4, 0.94) 0%, rgba(20, 9, 4, 0.72) 48%, rgba(20, 9, 4, 0.26) 100%),
    linear-gradient(180deg, rgba(23, 17, 14, 0.24), rgba(23, 17, 14, 0.72));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

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

.hero-media img {
  animation: slowZoom 18s ease-in-out infinite alternate;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.02;
  margin: 0;
}

h1 {
  font-size: clamp(3rem, 7.6vw, 7.2rem);
  max-width: 1020px;
}

h2 {
  font-size: clamp(2.15rem, 4.8vw, 4.5rem);
  max-width: 820px;
}

h3 {
  font-size: 1.55rem;
}

.hero-copy {
  color: rgba(255, 244, 223, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  max-width: 690px;
}

.hero-actions,
.showcase-link {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-badges span,
.mini-list span,
.product-specs li {
  border: 1px solid rgba(255, 244, 223, 0.22);
  border-radius: 999px;
  color: rgba(255, 244, 223, 0.9);
  font-size: 0.8rem;
  font-weight: 800;
  padding: 8px 12px;
}

.btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 48px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary {
  background: var(--red);
  box-shadow: 0 18px 40px rgba(180, 0, 18, 0.3);
  color: #fff;
}

.btn.secondary {
  border: 1px solid rgba(255, 244, 223, 0.45);
  color: var(--cream);
}

.btn.light {
  background: var(--cream);
  color: var(--red-dark);
}

.hero-panel {
  background: rgba(255, 244, 223, 0.13);
  border: 1px solid rgba(255, 244, 223, 0.22);
  border-radius: 8px;
  padding: 26px;
}

.hero-panel strong,
.hero-panel span,
.hero-panel a {
  display: block;
}

.hero-panel strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.hero-panel span {
  color: rgba(255, 244, 223, 0.82);
}

.hero-panel a {
  color: #fff;
  font-weight: 900;
  margin-top: 18px;
}

.stats-strip {
  background: var(--red);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  padding: 34px clamp(18px, 4vw, 48px);
}

.stat strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 4.8vw, 4.2rem);
  line-height: 1;
}

.stat span {
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section {
  padding: clamp(70px, 8vw, 125px) clamp(20px, 6vw, 92px);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr minmax(260px, 480px);
  margin-bottom: 34px;
}

.section-heading p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
  margin: 0;
}

.customer-section {
  background: #fff;
}

.customer-grid,
.trust-grid,
.product-grid,
.simple-grid {
  display: grid;
  gap: 20px;
}

.customer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.customer-card,
.trust-card,
.info-card,
.contact-panel,
.product-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.customer-card,
.trust-card,
.info-card {
  padding: 28px;
}

.customer-card {
  border-top: 4px solid var(--gold);
}

.customer-card span,
.trust-card strong {
  color: var(--red);
  display: block;
  font-weight: 900;
  margin-bottom: 16px;
}

.customer-card p,
.trust-card p,
.info-card p {
  color: var(--muted);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filter {
  background: #fff;
  border: 1px solid rgba(42, 29, 24, 0.14);
  border-radius: 999px;
  color: var(--coffee);
  cursor: pointer;
  font-weight: 900;
  padding: 11px 18px;
}

.filter.active,
.filter:hover {
  background: var(--coffee);
  color: var(--cream);
}

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

.product-card {
  overflow: hidden;
  transform-origin: center;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.product-card.is-hidden {
  display: none;
}

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

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

.product-card span {
  color: var(--red);
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

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

.product-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.product-specs li {
  border-color: rgba(42, 29, 24, 0.12);
  color: var(--coffee);
}

.trust-section {
  background: var(--cream);
}

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

.process {
  align-items: center;
  background: var(--ink);
  color: var(--cream);
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr);
}

.process-image img {
  border-radius: 8px;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.35);
  min-height: 520px;
  object-fit: cover;
}

.process-content p {
  color: rgba(255, 244, 223, 0.75);
}

.timeline {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.timeline div {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 58px 1fr;
  padding: 18px;
}

.timeline strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.mini-list.compact {
  margin: 22px 0;
}

.mini-list.compact span,
.contact-panel .mini-list span {
  border-color: rgba(42, 29, 24, 0.14);
  color: var(--coffee);
}

.delivery-band {
  background: #fff;
  overflow: hidden;
}

.city-marquee {
  display: flex;
  gap: 16px;
  margin-top: 36px;
  width: max-content;
}

.city-marquee span {
  animation: floatCity 4s ease-in-out infinite;
  background: var(--paper);
  border: 1px solid rgba(42, 29, 24, 0.1);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(42, 29, 24, 0.08);
  color: var(--coffee);
  font-weight: 900;
  padding: 16px 24px;
}

.city-marquee span:nth-child(even) {
  animation-delay: 0.8s;
}

.cta-section,
.quote-band {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.cta-section {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: #fff;
}

.quote-band {
  background: var(--coffee);
  color: var(--cream);
}

.cta-section p:not(.eyebrow),
.quote-band p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  max-width: 720px;
}

.site-footer {
  align-items: center;
  background: var(--ink);
  color: var(--cream);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 28px clamp(20px, 6vw, 92px);
}

.site-footer img {
  height: 58px;
  object-fit: contain;
  width: 178px;
}

.site-footer div {
  flex: 1;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer span {
  color: rgba(255, 244, 223, 0.68);
}

.call-float {
  background: #21c063;
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 14px 35px rgba(33, 192, 99, 0.35);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 14px 18px;
  position: fixed;
  right: 22px;
  text-transform: uppercase;
  z-index: 30;
}

.form-result {
  background: rgba(180, 0, 18, 0.06);
  border: 1px solid rgba(180, 0, 18, 0.18);
  border-radius: 8px;
  color: var(--coffee);
  display: block;
  margin-top: 18px;
  padding: 16px;
  white-space: pre-wrap;
}

.form-result:empty {
  display: none;
}

.reveal,
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  animation: fadeUp 0.7s ease both;
}

@keyframes slowZoom {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

@keyframes floatCity {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-hero {
  background: var(--ink);
  color: var(--cream);
  padding: 150px clamp(20px, 6vw, 92px) 70px;
}

.page-hero p {
  color: rgba(255, 244, 223, 0.75);
  max-width: 760px;
}

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

.contact-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: 0.9fr 1.1fr;
}

.contact-panel {
  padding: 30px;
}

.contact-panel label {
  color: var(--muted);
  display: block;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.contact-panel input,
.contact-panel textarea,
.contact-panel select {
  background: #fff;
  border: 1px solid rgba(42, 29, 24, 0.18);
  border-radius: 8px;
  font: inherit;
  margin-bottom: 16px;
  padding: 14px;
  width: 100%;
}

.contact-panel textarea {
  min-height: 130px;
  resize: vertical;
}

@media (max-width: 1080px) {
  .customer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .hero,
  .section-heading,
  .process,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .simple-grid,
  .trust-grid,
  .stats-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-section,
  .quote-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .site-header {
    height: 80px;
  }

  .brand img {
    height: 48px;
    width: 148px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    background: var(--ink);
    border-top: 1px solid var(--line);
    display: none;
    flex-direction: column;
    gap: 20px;
    left: 0;
    padding: 24px;
    position: absolute;
    right: 0;
    top: 80px;
  }

  body.menu-open .main-nav {
    display: flex;
  }

  .hero {
    min-height: 760px;
    padding-top: 122px;
  }

  h1 {
    font-size: clamp(2.85rem, 15vw, 4.5rem);
  }

  .product-grid,
  .simple-grid,
  .customer-grid,
  .trust-grid,
  .stats-strip {
    grid-template-columns: 1fr;
  }

  .stat {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    border-right: 0;
  }

  .process-image img {
    min-height: 330px;
  }

  .timeline div {
    grid-template-columns: 48px 1fr;
  }

  .city-marquee {
    flex-wrap: wrap;
    width: auto;
  }

  .city-marquee span {
    animation: none;
  }

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