:root {
  --green: #111d2d;
  --green2: #26394f;
  --cream: #f2f0eb;
  --paper: #faf9f6;
  --orange: #b08d4f;
  --ink: #101820;
  --muted: #5f6770;
  --line: #d7d9dc;
  --radius: 18px;
}

body {
  color: var(--ink);
  background: var(--paper);
}

.site-header {
  background: rgba(250, 249, 246, 0.94);
  border-bottom-color: rgba(17, 29, 45, 0.08);
}

.brand strong {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0.1em;
}

.brand small {
  color: #68717a;
  letter-spacing: 0.28em;
}

.logo-mark {
  border-radius: 10px;
  transform: none;
  box-shadow: 0 8px 22px rgba(17, 29, 45, 0.12);
}

.nav-cta,
.btn {
  border-radius: 8px;
}

.primary {
  box-shadow: 0 12px 28px rgba(17, 29, 45, 0.16);
}

.hero-copy > p,
.product-info p,
.step-card p {
  color: #59626c;
}

.hero-points {
  color: #555f69;
}

.sun {
  background: #e7dfca;
}

.cup {
  background: linear-gradient(110deg, #fff 0%, #ecebea 78%);
  filter: drop-shadow(0 24px 20px rgba(17, 29, 45, 0.18));
}

.cup::before {
  background: #faf9f6;
}

.cup-back::before {
  border-color: #0a1524;
  background: #111d2d;
}

.cup-back {
  color: #e7e9ec;
}

.quality-card {
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(17, 29, 45, 0.13);
}

.leaf {
  border-radius: 4px 100%;
  opacity: 0.72;
}

.ticker {
  color: #dce3ea;
}

.product-card {
  box-shadow: 0 1px 0 rgba(17, 29, 45, 0.03);
}

.product-card:hover {
  box-shadow: 0 20px 44px rgba(17, 29, 45, 0.1);
}

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

.cup-grid .product-art {
  height: 235px;
}

.cup-grid .product-info {
  padding: 23px 22px 25px;
}

.cup-grid .product-info h3 {
  font-size: 20px;
}

.cup-grid .product-info p {
  min-height: 92px;
}

.product-art.green {
  background: #dce2e8;
}

.product-art.cream {
  background: #ecebe7;
}

.product-art.orange {
  background: #e9e0c9;
}

.product-art.stock {
  background: #e5e8eb;
}

.mini-cup.compact {
  width: 100px;
  height: 122px;
}

.mini-cup.stock-cup {
  background: #fff;
  color: var(--green);
  transform: rotate(3deg);
}

.mini-cup.stock-cup::before {
  background: var(--green2);
}

.mini-cup.stock-cup b {
  font-size: 22px;
  letter-spacing: 0.08em;
}

.mini-cup.stock-cup small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.product-info a {
  border-top-color: #e3e4e5;
}

.popular {
  border-radius: 6px;
}

.packaging {
  background: #f2f0eb;
  border-top: 1px solid rgba(17, 29, 45, 0.05);
}

.packaging-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.packaging-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(17, 29, 45, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.packaging-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 44px rgba(17, 29, 45, 0.1);
}

.packaging-art {
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--green);
}

.packaging-art.standard {
  background: #e5e8eb;
}

.packaging-art.luxury {
  background: #e9e0c9;
}

.packaging-art.stretch {
  background: #dce2e8;
}

.packaging-art > span {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 29, 45, 0.25);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  font: 800 31px Manrope, sans-serif;
  letter-spacing: 0.08em;
}

.packaging-art > small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.packaging-icon {
  width: 174px;
  height: 136px;
  overflow: visible;
  filter: drop-shadow(0 13px 11px rgba(17, 29, 45, 0.14));
}

.packaging-icon .product-base {
  fill: #faf9f6;
  stroke: var(--green);
  stroke-width: 5;
  stroke-linejoin: round;
}

.packaging-icon .product-detail {
  fill: #cbd1d6;
  stroke: var(--green);
  stroke-width: 4;
  stroke-linejoin: round;
}

.packaging-art.luxury .product-detail {
  fill: var(--orange);
}

.packaging-icon .product-line,
.packaging-icon .product-stitch {
  fill: none;
  stroke: var(--green);
  stroke-width: 2.5;
  stroke-linecap: round;
}

.packaging-icon .product-stitch {
  stroke: #f2f0eb;
  stroke-dasharray: 3 5;
}

.stretch-icon .roll-body {
  fill: #e8ebed;
  stroke: var(--green);
  stroke-width: 5;
}

.stretch-icon .roll-side,
.stretch-icon .roll-front {
  fill: #faf9f6;
  stroke: var(--green);
  stroke-width: 5;
}

.stretch-icon .roll-front {
  fill: #dce2e8;
}

.stretch-icon .roll-core {
  fill: var(--orange);
  stroke: var(--green);
  stroke-width: 4;
}

.stretch-icon .film-sheet {
  fill: rgba(255, 255, 255, 0.48);
  stroke: var(--green);
  stroke-width: 4;
  stroke-linejoin: round;
}

.stretch-icon .film-shine {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-linecap: round;
  opacity: 0.75;
}

.packaging-info {
  padding: 27px 28px 30px;
}

.packaging-info > span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.packaging-info h3 {
  margin: 8px 0;
  font: 700 23px Manrope, sans-serif;
}

.packaging-info p {
  min-height: 70px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
}

.packaging-info ul {
  display: grid;
  gap: 7px;
  margin: 0 0 22px;
  padding: 0;
  color: #59626c;
  font-size: 13px;
  list-style: none;
}

.packaging-info li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--orange);
  font-weight: 800;
}

.packaging-info a {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid #e3e4e5;
  font-size: 14px;
  font-weight: 700;
}

.why-copy > p,
.benefit-grid p {
  color: #c0c9d3;
}

.steps > div > span {
  color: #ece8e1;
}

.steps i {
  border-radius: 14px;
}

.contact-box {
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(17, 29, 45, 0.12);
}

.contact-box p {
  color: #edf0f2;
}

.contact-actions .contact-line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

.contact-line span {
  font-size: 12px;
  opacity: 0.78;
}

.contact-line b {
  text-align: right;
  overflow-wrap: anywhere;
}

.contact-actions .address-line {
  align-items: flex-start;
}

.address-line b {
  max-width: 290px;
  line-height: 1.45;
}

footer {
  background: #0c1624;
}

.footer-grid > p {
  color: #a8b2bd;
}

.copyright {
  color: #8995a3;
}

@media (max-width: 900px) {
  .nav {
    border-radius: 12px;
  }

  .cup-grid,
  .packaging-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cup-grid .product-info p,
  .packaging-info p {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .cup-grid,
  .packaging-grid {
    grid-template-columns: 1fr;
  }

  .contact-actions .contact-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .contact-line b {
    text-align: left;
  }
}
