:root {
  --ink: #162116;
  --muted: #566956;
  --leaf: #447b37;
  --berry: #273f7d;
  --berry-light: #5e75b8;
  --cream: #f7fbf3;
  --sun: #f4c95d;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(22, 33, 22, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(247, 251, 243, .9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(68, 123, 55, .18);
}

.brand img {
  display: block;
  width: 194px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
  color: #314331;
  font-size: 15px;
  font-weight: 700;
}

.nav-links a,
.header-call {
  text-decoration: none;
}

.header-call,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.header-call,
.button.primary {
  background: var(--berry);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(39, 63, 125, .22);
}

.button.secondary {
  background: var(--white);
  color: var(--berry);
  border: 1px solid rgba(39, 63, 125, .18);
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr);
  align-items: end;
  gap: clamp(26px, 5vw, 70px);
  padding: clamp(56px, 9vw, 120px) clamp(18px, 5vw, 72px) 44px;
  background:
    linear-gradient(90deg, rgba(12, 22, 10, .8), rgba(12, 22, 10, .3) 55%, rgba(12, 22, 10, .04)),
    url("images/borovnice-plod-08.jpeg") center / cover;
  color: var(--white);
}

.hero-copy {
  max-width: 760px;
}

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

.hero-location {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin-bottom: 18px;
  padding: 0 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .16);
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .28);
}

.season-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  margin: 0 0 18px 10px;
  padding: 0 14px;
  border-radius: 8px;
  background: rgba(68, 123, 55, .92);
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
}

.season-status span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b9f27b;
  box-shadow: 0 0 0 4px rgba(185, 242, 123, .18);
}

.mini-pin {
  width: 13px;
  height: 13px;
  border-radius: 50% 50% 50% 3px;
  background: var(--sun);
  transform: rotate(-45deg);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 8vw, 92px);
  line-height: .98;
}

h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 5vw, 56px);
  line-height: 1.05;
}

.hero-text {
  max-width: 650px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-pricing {
  display: grid;
  gap: 12px;
  width: min(100%, 390px);
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.hero-pricing article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border-radius: 8px;
  background: var(--cream);
}

.pricing-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border-radius: 8px;
  background: var(--berry);
  color: var(--white);
  text-decoration: none;
}

.pricing-location span {
  display: grid;
  gap: 4px;
  color: var(--white);
}

.pricing-location small {
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pricing-location strong {
  color: var(--sun);
  font-size: 18px;
}

.season-card {
  display: grid;
  gap: 5px;
  padding: 16px;
  border-radius: 8px;
  background: #eef7e9;
  border: 1px solid rgba(68, 123, 55, .18);
}

.season-card span {
  color: var(--leaf);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.season-card strong {
  color: var(--ink);
  font-size: 22px;
}

.season-card small {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.4;
}

.hero-pricing article span {
  color: var(--muted);
  font-weight: 800;
}

.hero-pricing article strong {
  color: var(--berry);
  font-size: 24px;
}

.hero-pricing p {
  margin: 4px 2px 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.photo-marquee,
.info-band,
.buying-options,
.proof-band,
.inquiry,
.contact {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.section-heading .eyebrow,
.info-copy .eyebrow,
.contact .eyebrow {
  color: var(--leaf);
}

.marquee-shell {
  overflow: hidden;
  margin-inline: calc(clamp(18px, 5vw, 72px) * -1);
  padding: 12px 0;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.marquee-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: slide-left 48s linear infinite;
}

.marquee-shell:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-item {
  flex: 0 0 auto;
  width: clamp(220px, 28vw, 430px);
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #dfe8d9;
}

.marquee-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.info-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
  gap: clamp(24px, 5vw, 70px);
  background: var(--white);
}

.info-copy p:last-child {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: center;
}

.benefits span {
  min-height: 78px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 8px;
  background: var(--cream);
  border: 1px solid rgba(68, 123, 55, .16);
  color: var(--leaf);
  font-weight: 900;
  line-height: 1.35;
}

.benefits i {
  position: relative;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--leaf);
}

.benefits i::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  width: 7px;
  height: 12px;
  border: solid var(--white);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.buying-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  background: var(--white);
}

.pricing-heading {
  grid-column: 1 / -1;
  max-width: 760px;
  margin-bottom: 8px;
}

.pricing-heading .eyebrow {
  color: var(--leaf);
}

.buying-options article {
  padding: 26px;
  border-radius: 8px;
  background: #f8faff;
  border: 1px solid #d1d5db;
  box-shadow: 0 18px 38px rgba(39, 63, 125, .1);
}

.buying-options h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.buying-options p {
  color: var(--muted);
  line-height: 1.55;
}

.buying-options strong {
  color: var(--berry);
  font-size: 28px;
}

.proof-band {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  background: #eef7e9;
}

.proof-photo {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
  background: #dfe8d9;
}

.proof-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.proof-copy p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.proof-points span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--white);
  color: var(--leaf);
  font-weight: 900;
  border: 1px solid rgba(68, 123, 55, .16);
}

.inquiry {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .8fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  background: var(--white);
}

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

.inquiry-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 8px;
  background: var(--cream);
  border: 1px solid rgba(68, 123, 55, .16);
  box-shadow: 0 16px 38px rgba(22, 33, 22, .09);
}

.inquiry-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(86, 105, 86, .28);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 600;
  padding: 13px 14px;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form button {
  border: 0;
  cursor: pointer;
}

.form-status {
  display: none;
  margin: 2px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  background: #eef7e9;
  color: var(--leaf);
  font-weight: 900;
  line-height: 1.4;
}

.form-status.is-visible {
  display: block;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  background: var(--berry);
  color: var(--white);
}

.contact-panel {
  display: grid;
  gap: 12px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
}

.contact-panel .phone-link {
  padding: 14px 0;
  color: var(--white);
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.location-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(247, 251, 243, .18), rgba(244, 201, 93, .12)),
    rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
}

.map-pin {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50% 50% 50% 8px;
  background: var(--sun);
  transform: rotate(-45deg);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: var(--berry);
}

.location-card span:not(.map-pin) {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.location-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
  font-size: 24px;
  line-height: 1.15;
}

.location-card a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--white);
  color: var(--berry);
  font-weight: 900;
  text-decoration: none;
}

.contact-panel .button.primary {
  background: var(--sun);
  color: var(--ink);
  box-shadow: none;
}

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

  .brand img {
    width: 156px;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .info-band,
  .proof-band,
  .inquiry,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 70px;
  }

  .hero-pricing {
    width: 100%;
  }

  .buying-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .header-call {
    min-height: 40px;
    padding-inline: 14px;
  }

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

  .season-status {
    margin-left: 0;
  }

  .hero-pricing article {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

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

  .contact-panel .phone-link {
    font-size: 18px;
  }

  .location-card {
    grid-template-columns: 38px 1fr;
    padding: 16px;
  }

  .map-pin {
    width: 34px;
    height: 34px;
  }

  .map-pin::after {
    inset: 10px;
  }

  .location-card strong {
    font-size: 20px;
  }
}

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

  .marquee-track {
    animation: none;
  }
}
