:root {
  --ink: #102319;
  --forest: #0b3b28;
  --forest-deep: #07291c;
  --leaf: #76a928;
  --leaf-bright: #9bc53d;
  --water: #1578b6;
  --mist: #eef2ed;
  --paper: #fbfcfa;
  --line: #d7dfd8;
  --muted: #657168;
  --white: #ffffff;
  --header-height: 76px;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

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

body.menu-open {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
  padding: 0 5%;
  border-bottom: 1px solid rgba(16, 35, 25, 0.1);
  background: rgba(251, 252, 250, 0.95);
  backdrop-filter: blur(14px);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  width: max-content;
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: var(--forest);
}

.brand-leaf {
  width: 11px;
  height: 18px;
  margin: 0 0 0 4px;
  border-radius: 100% 0 100% 0;
  background: var(--leaf);
  transform: rotate(-10deg);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.site-nav a {
  position: relative;
  padding: 28px 0 24px;
  font-size: 14px;
  font-weight: 650;
  color: #31453a;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--leaf);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--forest);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--forest);
  transition: background 180ms ease, color 180ms ease;
}

.header-order:hover,
.header-order:focus-visible {
  background: var(--forest);
  color: var(--white);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--forest);
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  overflow: hidden;
  background: #ebeeea;
}

.hero::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 18%;
  background: var(--forest-deep);
  content: "";
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(47%, 650px);
  padding: 9vh 0 150px 7%;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--leaf);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #b8d85e;
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 116px;
  font-style: italic;
  line-height: 0.82;
  color: var(--forest);
}

.hero-line {
  margin: 30px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 43px;
  line-height: 1.08;
}

.hero-description {
  max-width: 560px;
  margin: 0;
  color: #526158;
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--forest);
  color: var(--white);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--forest-deep);
}

.text-link {
  padding: 8px 0 6px;
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.hero-product {
  position: absolute;
  z-index: 2;
  top: 4%;
  right: 9%;
  bottom: 74px;
  width: min(39%, 520px);
  overflow: hidden;
}

.hero-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
  filter: saturate(0.92) contrast(1.02);
}

.hero-size-bar {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1.4fr repeat(5, 1fr);
  min-height: 74px;
  align-items: center;
  padding: 0 7%;
  background: var(--forest);
  color: var(--white);
}

.hero-size-bar span {
  color: #a9c2b3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-size-bar strong {
  font-size: 15px;
  text-align: center;
}

.section {
  padding: 108px 7%;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}

.section-heading h2,
.order h2,
.quality h2,
.contact h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.05;
}

.section-heading > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.size-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.size-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 420px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 20px 26px;
  border-right: 1px solid var(--line);
  background: var(--paper);
  transition: background 180ms ease, transform 180ms ease;
}

.size-card:first-child {
  border-left: 1px solid var(--line);
}

.size-card:hover {
  z-index: 2;
  background: #f0f5ed;
  transform: translateY(-5px);
}

.featured-size {
  background: #f2f6ef;
}

.popular-label {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 5px 8px;
  border-radius: 3px;
  background: var(--leaf);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bottle-shape {
  position: relative;
  display: flex;
  width: 76px;
  height: 190px;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border: 3px solid #b7c7bd;
  border-radius: 10px 10px 15px 15px;
  background: rgba(218, 236, 238, 0.35);
}

.bottle-shape::before {
  position: absolute;
  top: -18px;
  width: 36px;
  height: 18px;
  border-radius: 5px 5px 2px 2px;
  background: #dfe4df;
  box-shadow: inset 0 -4px 0 #c9d0ca;
  content: "";
}

.bottle-shape::after {
  position: absolute;
  top: 14px;
  right: 8px;
  width: 7px;
  height: 115px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.74);
  content: "";
}

.bottle-shape span,
.jar-shape span {
  position: relative;
  z-index: 1;
  display: flex;
  width: 58px;
  height: 82px;
  align-items: center;
  justify-content: center;
  background: var(--forest);
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}

.bottle-small {
  width: 58px;
  height: 130px;
}

.bottle-small span {
  width: 43px;
  height: 55px;
  font-size: 14px;
}

.bottle-medium {
  width: 65px;
  height: 155px;
}

.bottle-medium span {
  width: 49px;
  height: 66px;
  font-size: 15px;
}

.bottle-large {
  width: 76px;
  height: 190px;
}

.bottle-xl {
  width: 86px;
  height: 205px;
}

.jar-shape {
  position: relative;
  display: flex;
  width: 132px;
  height: 180px;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border: 3px solid #a9c6cc;
  border-radius: 30px 30px 18px 18px;
  background: rgba(190, 227, 235, 0.34);
}

.jar-shape::before {
  position: absolute;
  top: -15px;
  width: 62px;
  height: 18px;
  border-radius: 4px 4px 2px 2px;
  background: #3d7394;
  content: "";
}

.jar-shape span {
  width: 75px;
  height: 64px;
}

.size-use {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.size-card h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
}

.size-card h3 span {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.select-size {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: transparent;
  color: var(--forest);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  transition: border 180ms ease, background 180ms ease, color 180ms ease;
}

.select-size:hover,
.select-size:focus-visible {
  border-color: var(--forest);
  background: var(--forest);
  color: var(--white);
}

.quality {
  display: grid;
  grid-template-columns: 44% 56%;
  min-height: 720px;
  background: var(--forest-deep);
  color: var(--white);
}

.quality-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.quality-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quality-copy {
  padding: 100px 10%;
}

.quality-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 28px 0 50px;
  color: #bbcbc1;
  font-size: 17px;
  line-height: 1.75;
}

.quality-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.quality-list > div {
  display: grid;
  grid-template-columns: 46px 180px 1fr;
  gap: 20px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.quality-list span {
  color: #90ae9c;
  font-size: 12px;
  font-weight: 700;
}

.quality-list strong {
  font-size: 15px;
}

.quality-list p {
  margin: 0;
  color: #9fb2a6;
  font-size: 14px;
  line-height: 1.55;
}

.order {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9%;
  background: #edf2ed;
}

.order-intro > p:not(.eyebrow) {
  max-width: 500px;
  margin: 24px 0 30px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--forest);
}

.phone-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.phone-link span {
  font-family: "Segoe UI Symbol", sans-serif;
  color: var(--leaf);
}

.order-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 34px;
  border: 1px solid #cbd6cd;
  border-radius: 6px;
  background: var(--paper);
}

.order-form label {
  margin-top: 6px;
  color: #435248;
  font-size: 12px;
  font-weight: 750;
}

.order-form input,
.order-form select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #cbd6cd;
  border-radius: 3px;
  outline: none;
  background: var(--white);
  color: var(--ink);
}

.order-form input:focus,
.order-form select:focus {
  border-color: var(--leaf);
  box-shadow: 0 0 0 3px rgba(118, 169, 40, 0.15);
}

.form-row {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 16px;
}

.form-row > div {
  display: grid;
  gap: 12px;
}

.quantity-control {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
}

.quantity-control button {
  border: 1px solid #cbd6cd;
  background: #f1f4f1;
  color: var(--forest);
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
}

.quantity-control button:first-child {
  border-radius: 3px 0 0 3px;
}

.quantity-control button:last-child {
  border-radius: 0 3px 3px 0;
}

.quantity-control input {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  text-align: center;
  -moz-appearance: textfield;
}

.quantity-control input::-webkit-outer-spin-button,
.quantity-control input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.button-whatsapp {
  width: 100%;
  margin-top: 12px;
  background: var(--leaf);
  color: var(--white);
}

.button-whatsapp:hover,
.button-whatsapp:focus-visible {
  background: #638e20;
}

.manufacturing {
  background: var(--paper);
}

.manufacturing-heading {
  margin-bottom: 30px;
}

.manufacturer-list {
  border-top: 1px solid var(--line);
}

.manufacturer {
  display: grid;
  grid-template-columns: 70px 1.1fr 1fr 0.9fr;
  gap: 34px;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}

.manufacturer-index {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--leaf);
  font-size: 12px;
  font-weight: 800;
}

.manufacturer-role {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.manufacturer h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
}

.manufacturer address {
  color: #536159;
  font-size: 14px;
  font-style: normal;
  line-height: 1.65;
}

.license span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.license strong {
  font-size: 16px;
  letter-spacing: 0.03em;
}

.contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
  padding: 90px 7%;
  background: var(--water);
  color: var(--white);
}

.contact h2 {
  font-size: 58px;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
}

.button-light {
  min-width: 210px;
  background: var(--white);
  color: var(--water);
}

.button-light:hover,
.button-light:focus-visible {
  background: #e9f3f9;
}

.contact-number {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
}

.contact-number + .contact-number {
  margin-top: -10px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 30px;
  align-items: center;
  padding: 34px 7%;
  background: #071e15;
  color: #9eb0a5;
  font-size: 12px;
}

.footer-brand .brand-name {
  color: var(--white);
}

.site-footer p {
  margin: 0;
  text-align: right;
}

@media (max-width: 1120px) {
  .site-header {
    gap: 22px;
  }

  .site-nav {
    gap: 20px;
  }

  .hero-copy {
    width: 50%;
    padding-left: 5%;
  }

  .hero h1 {
    font-size: 96px;
  }

  .hero-line {
    font-size: 36px;
  }

  .hero-product {
    right: 5%;
    width: 40%;
  }

  .section,
  .contact {
    padding-right: 5%;
    padding-left: 5%;
  }

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

  .size-card:nth-child(4),
  .size-card:nth-child(5) {
    border-top: 1px solid var(--line);
  }

  .quality-list > div {
    grid-template-columns: 38px 1fr;
  }

  .quality-list p {
    grid-column: 2;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 68px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 20px;
  }

  .menu-button {
    z-index: 3;
    display: block;
  }

  .menu-open .menu-button span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-open .menu-button span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    z-index: 2;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding: 40px 24px;
    background: var(--paper);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-size: 19px;
  }

  .site-nav a::after {
    display: none;
  }

  .header-order {
    display: none;
  }

  .hero {
    min-height: 830px;
  }

  .hero::after {
    top: auto;
    width: 100%;
    height: 16%;
  }

  .hero-copy {
    width: 100%;
    padding: 62px 22px 0;
  }

  .hero h1 {
    font-size: 82px;
  }

  .hero-line {
    margin-top: 22px;
    font-size: 33px;
  }

  .hero-description {
    max-width: 90%;
    font-size: 15px;
  }

  .hero-product {
    top: 350px;
    right: 18px;
    bottom: 68px;
    width: 46%;
  }

  .hero-size-bar {
    grid-template-columns: repeat(5, 1fr);
    min-height: 68px;
    padding: 0 14px;
  }

  .hero-size-bar span {
    display: none;
  }

  .hero-size-bar strong {
    font-size: 12px;
  }

  .section {
    padding: 78px 22px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 40px;
  }

  .section-heading h2,
  .order h2,
  .quality h2,
  .contact h2 {
    font-size: 40px;
  }

  .size-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .size-card {
    min-height: 390px;
  }

  .size-card:nth-child(3) {
    border-top: 1px solid var(--line);
  }

  .jar-card {
    grid-column: 1 / -1;
  }

  .quality {
    grid-template-columns: 1fr;
  }

  .quality-image {
    min-height: 420px;
  }

  .quality-copy {
    padding: 70px 22px;
  }

  .quality-list > div {
    grid-template-columns: 40px 1fr;
  }

  .order {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .manufacturer {
    grid-template-columns: 56px 1fr;
    gap: 18px;
  }

  .manufacturer address,
  .manufacturer .license {
    grid-column: 2;
  }

  .contact {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
    padding: 72px 22px;
  }

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

  .site-footer {
    grid-template-columns: 1fr 1fr;
    padding: 34px 22px;
  }

  .site-footer p {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 800px;
  }

  .hero-copy {
    padding-top: 44px;
  }

  .hero h1 {
    font-size: 72px;
  }

  .hero-line {
    font-size: 30px;
  }

  .hero-description {
    max-width: 100%;
    line-height: 1.6;
  }

  .hero-actions {
    gap: 18px;
  }

  .hero-actions .button {
    padding: 0 16px;
  }

  .hero-product {
    top: 430px;
    right: 0;
    bottom: 64px;
    width: 57%;
  }

  .hero-size-bar {
    min-height: 64px;
  }

  .hero-size-bar strong {
    font-size: 10px;
  }

  .section-heading h2,
  .order h2,
  .quality h2,
  .contact h2 {
    font-size: 36px;
  }

  .size-grid {
    grid-template-columns: 1fr;
  }

  .size-card,
  .size-card:nth-child(4),
  .size-card:nth-child(5) {
    border-top: 1px solid var(--line);
  }

  .size-card:first-child {
    border-top: 0;
  }

  .jar-card {
    grid-column: auto;
  }

  .quality-image {
    min-height: 330px;
  }

  .quality-list > div {
    grid-template-columns: 34px 1fr;
    gap: 10px;
  }

  .order-form {
    padding: 24px 18px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .manufacturer {
    grid-template-columns: 44px 1fr;
  }

  .manufacturer h3 {
    font-size: 21px;
  }

  .license strong {
    font-size: 14px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
