:root {
  --teal: #3cb5bb;
  --teal-dark: #2a9ca2;
  --teal-pale: #ddf0f2;
  --cream: #faf7f2;
  --warm: #f0e9de;
  --card: #ffffff;
  --chalk: #1c2018;
  --chalk-text: #f0ecd4;
  --text: #2a2420;
  --muted: #6b5f54;
  --soft: #9c9087;
  --border: #ddd6cc;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --header-height: 110px;
  --slate-texture:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.055) 0 1px, transparent 1.8px),
    radial-gradient(circle at 72% 38%, rgba(255, 255, 255, 0.04) 0 1px, transparent 1.7px),
    radial-gradient(circle at 42% 76%, rgba(60, 181, 187, 0.035) 0 1px, transparent 2px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.12));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding-top: var(--header-height);
  background: var(--cream);
  color: var(--text);
  font-family: var(--sans);
  overflow-x: hidden;
}

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

image-slot {
  display: block;
  background: #d7d0c6;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  box-shadow: 0 2px 16px rgba(28, 32, 24, 0.16);
}

main section {
  scroll-margin-top: calc(var(--header-height) + 16px);
}

.nav {
  min-height: 76px;
  padding: 0 52px;
  background: var(--teal);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  flex-shrink: 0;
}

.brand-mark {
  color: currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nav .brand-mark {
  width: 42px;
  height: 42px;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.06em;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 34px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 600;
}

.nav-links a,
.nav-cta {
  transition: color 0.18s ease, background 0.18s ease;
}

.nav-links a:hover {
  color: #fff;
}

.nav-cta {
  padding: 9px 22px;
  border: 1.5px solid rgba(255, 255, 255, 0.68);
  border-radius: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.nav-cta:hover {
  background: rgba(255, 255, 255, 0.14);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 23px;
  height: 2.5px;
  margin: 5px auto;
  border-radius: 2px;
  background: currentColor;
}

.info-bar {
  min-height: 34px;
  padding: 8px 52px;
  background: var(--chalk);
  color: rgba(240, 236, 212, 0.58);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
  font-size: 13px;
}

.info-separator {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.12);
}

.status-badge {
  padding: 2px 12px;
  border: 1px solid rgba(80, 200, 90, 0.45);
  border-radius: 20px;
  background: rgba(50, 170, 60, 0.18);
  color: #7de085;
  font-size: 12px;
  font-weight: 700;
}

.hero {
  min-height: min(530px, calc(100svh - 110px));
  position: relative;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(108deg, rgba(22, 16, 12, 0.8), rgba(22, 16, 12, 0.6) 40%, rgba(22, 16, 12, 0.06));
  pointer-events: none;
}

.hero-content {
  position: relative;
  min-height: inherit;
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 90px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  color: #fff;
}

.arrival-badge {
  margin: 0 0 6px;
  padding: 8px 17px;
  border-radius: 4px;
  background: var(--teal);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
  font-size: 13px;
  font-weight: 800;
  transform: rotate(2deg);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 1.08;
}

.hero p:not(.arrival-badge) {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.7;
}

.button-primary {
  margin-top: 6px;
  padding: 12px 28px;
  border-radius: 4px;
  background: var(--teal);
  color: #fff;
  font-weight: 800;
  transition: background 0.18s ease, transform 0.18s ease;
}

.button-primary:hover {
  background: var(--teal-dark);
  transform: translateY(-1px);
}

.section-inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 52px;
}

.ardoise {
  background:
    var(--slate-texture),
    linear-gradient(180deg, #20251c 0%, var(--chalk) 100%);
  box-shadow: inset 0 1px 0 rgba(240, 236, 212, 0.08), inset 0 -1px 0 rgba(60, 181, 187, 0.08);
}

.chalk-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(240, 236, 212, 0.1);
}

.accordion-heading {
  position: relative;
  min-height: 52px;
}

.section-heading.accordion-heading {
  padding-left: 66px;
}

.chalk-title.accordion-heading {
  padding-left: 66px;
}

.accordion-toggle {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(60, 181, 187, 0.55);
  border-radius: 50%;
  background: #fff;
  color: var(--teal-dark);
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  font: 900 31px/1 var(--sans);
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(42, 36, 32, 0.1);
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.section-heading .accordion-toggle {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.chalk-title .accordion-toggle {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.chalk-title .accordion-toggle {
  background: rgba(255, 255, 255, 0.06);
  color: var(--chalk-text);
}

.accordion-section.is-open .accordion-toggle,
.accordion-toggle:hover {
  border-color: var(--teal);
  background: var(--teal);
  color: #fff;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.26s ease, opacity 0.2s ease, margin-top 0.2s ease;
}

.accordion-section.is-open .accordion-content {
  opacity: 1;
}

.accordion-section:not(.is-open) .section-inner {
  padding-top: 24px;
  padding-bottom: 22px;
}

.accordion-section:not(.is-open) .chalk-title,
.accordion-section:not(.is-open) .section-heading {
  margin-bottom: 0;
}

.accordion-section:not(.is-open) .section-heading p {
  opacity: 0.58;
  font-size: 13px;
}

.chalk-title h2 {
  margin: 0;
  color: var(--chalk-text);
  font-family: var(--serif);
  font-size: 27px;
  font-style: italic;
}

.chalk-title span {
  flex: 1;
  height: 1px;
  background: rgba(240, 236, 212, 0.07);
}

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

.ardoise-card {
  min-height: 112px;
  padding: 18px 24px;
  border: 1px solid rgba(221, 240, 242, 0.16);
  border-radius: 6px;
  background:
    var(--slate-texture),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.ardoise-card h3 {
  margin: 0 0 5px;
  color: var(--chalk-text);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.15;
}

.ardoise-card p {
  margin: 0;
  color: rgba(240, 236, 212, 0.42);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ardoise-card strong {
  color: var(--teal);
  font-size: 26px;
  line-height: 1;
  white-space: nowrap;
}

.weekly-arrivals,
.why {
  background: var(--card);
}

.products {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(250, 247, 242, 0.94)),
    repeating-linear-gradient(90deg, rgba(139, 94, 52, 0.07) 0 18px, rgba(103, 70, 42, 0.045) 18px 36px);
}

.orchard-products,
.shop,
.visit {
  background: var(--warm);
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading-centered {
  text-align: center;
}

.section-heading h2 {
  margin: 0 0 8px;
  color: var(--text);
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.18;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.section-heading p:empty {
  display: none;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -8px 0 26px;
}

.category-list button {
  padding: 8px 13px;
  border: 1px solid rgba(60, 181, 187, 0.28);
  border-radius: 999px;
  background: rgba(221, 240, 242, 0.86);
  color: var(--teal-dark);
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.category-list button:hover,
.category-list button.is-active {
  border-color: var(--teal);
  background: var(--teal);
  color: #fff;
}

.product-list,
.orchard-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.arrival-card {
  min-height: 138px;
  padding: 18px;
  border: 1px solid rgba(221, 240, 242, 0.16);
  border-radius: 8px;
  background:
    var(--slate-texture),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    var(--chalk);
  color: var(--chalk-text);
  box-shadow: 0 14px 30px rgba(42, 36, 32, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.arrival-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(60, 181, 187, 0.18);
  color: #95eef3;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.arrival-card h3 {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.12;
}

.arrival-card p {
  margin: 0;
  color: rgba(240, 236, 212, 0.58);
  font-size: 13px;
  line-height: 1.45;
}

.arrival-card strong {
  display: block;
  margin-top: 12px;
  color: var(--teal);
  font-size: 22px;
}

.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(200, 191, 180, 0.9);
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: 0 12px 28px rgba(81, 58, 38, 0.1);
}

.product-card[hidden] {
  display: none !important;
}

.product-photo-wrap {
  position: relative;
  height: 185px;
  background:
    linear-gradient(135deg, rgba(60, 181, 187, 0.13), rgba(240, 233, 222, 0.9)),
    repeating-linear-gradient(45deg, rgba(139, 94, 52, 0.08) 0 8px, rgba(139, 94, 52, 0.02) 8px 16px);
}

.product-photo-wrap image-slot {
  width: 100%;
  height: 100%;
}

.product-status {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border-radius: 4px;
  background: var(--teal);
  color: #fff;
  box-shadow: 0 5px 12px rgba(42, 36, 32, 0.18);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-card-body {
  padding: 16px 16px 18px;
}

.product-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 13px;
}

.product-category {
  padding-top: 8px;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  padding: 9px 12px;
  border: 2px solid rgba(60, 181, 187, 0.2);
  border-radius: 7px;
  background: rgba(221, 240, 242, 0.72);
  color: var(--teal-dark);
  font-size: 27px;
  line-height: 1.05;
  text-align: right;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(42, 156, 162, 0.12);
}

.product-price-muted {
  color: var(--soft);
  font-size: 13px;
  background: rgba(250, 247, 242, 0.9);
  border-color: var(--border);
  box-shadow: none;
}

.product-card h3 {
  margin: 0 0 7px;
  color: var(--text);
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.12;
}

.product-origin {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.product-detail {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.shop-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 160px 160px;
  gap: 12px;
}

.shop-photo {
  min-height: 0;
  border-radius: 8px;
  overflow: hidden;
}

.shop-photo-large {
  grid-row: 1 / 3;
}

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

.advantage-card {
  min-height: 146px;
  padding: 22px 24px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--card);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.advantage-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--teal-pale);
  color: var(--teal-dark);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 800;
}

.advantage-card h3 {
  margin: 0 0 5px;
  font-family: var(--serif);
  font-size: 19px;
}

.advantage-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.visit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: center;
}

.visit-grid article {
  padding: 0 34px;
  border-right: 1px solid var(--border);
}

.visit-grid article:last-child {
  border-right: 0;
}

.visit-grid span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  color: transparent;
  background: var(--teal-pale);
  border-radius: 50%;
  position: relative;
}

.visit-grid span::after {
  content: "";
  width: 13px;
  height: 13px;
  background: var(--teal);
  border-radius: 50%;
}

.visit-grid h3 {
  margin: 0 0 8px;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.visit-grid p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.visit-grid a:hover {
  color: var(--teal-dark);
}

.visit-actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.visit-button {
  min-height: 48px;
  padding: 13px 22px;
  border: 2px solid var(--teal);
  border-radius: 7px;
  background: var(--teal);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(42, 156, 162, 0.22);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.visit-button:hover {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  color: #fff;
  transform: translateY(-1px);
}

.visit-button-phone {
  background: #fffdf9;
  color: var(--teal-dark);
}

.visit-button-mail {
  background: #fffdf9;
  color: var(--teal-dark);
}

.map-panel {
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(60, 181, 187, 0.22);
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: 0 14px 30px rgba(81, 58, 38, 0.12);
}

.map-panel iframe {
  display: block;
  width: 100%;
  height: 340px;
  border: 0;
}

.map-actions {
  margin-top: 14px;
  display: flex;
  justify-content: center;
}

.footer {
  padding: 20px 52px;
  background: var(--teal);
  color: rgba(255, 255, 255, 0.74);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13px;
}

.footer p {
  margin: 0;
}

.footer .brand {
  transform: scale(0.86);
  transform-origin: left center;
}

@media (max-width: 820px) {
  .site-header {
    position: fixed;
    top: 0;
  }

  .nav {
    min-height: 60px;
    padding: 0 20px;
  }

  .brand strong {
    font-size: 18px;
  }

  .nav .brand-mark {
    width: 34px;
    height: 34px;
  }

  .menu-button {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    padding: 14px 20px 18px;
    background: var(--teal-dark);
    display: none;
    flex-direction: column;
    gap: 12px;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-cta {
    display: none;
  }

  .info-bar {
    padding: 8px 20px;
    gap: 12px;
    font-size: 12px;
  }

  .info-address,
  .info-separator {
    display: none;
  }

  .hero {
    min-height: 430px;
  }

  .hero-shade {
    background: linear-gradient(to top, rgba(22, 16, 12, 0.58) 42%, rgba(22, 16, 12, 0.16) 74%, rgba(22, 16, 12, 0.02));
  }

  .hero-content {
    padding: 46px 24px 30px;
    justify-content: flex-end;
    gap: 12px;
  }

  .arrival-badge {
    padding: 7px 13px;
    font-size: 12px;
  }

  .hero h1 {
    font-size: 34px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
  }

  .hero p:not(.arrival-badge) {
    font-size: 14px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.46);
  }

  .button-primary {
    padding: 10px 20px;
    font-size: 14px;
  }

  .section-inner {
    padding: 32px 20px;
  }

  .chalk-title {
    margin-bottom: 18px;
    padding-bottom: 14px;
  }

  .section-heading.accordion-heading {
    padding-left: 58px;
  }

  .chalk-title.accordion-heading {
    padding-left: 58px;
  }

  .accordion-toggle {
    width: 46px;
    height: 46px;
    font-size: 30px;
  }

  .chalk-title h2,
  .section-heading h2 {
    font-size: 24px;
  }

  .ardoise-grid,
  .arrival-list,
  .product-list,
  .orchard-list,
  .advantages-grid,
  .visit-grid {
    grid-template-columns: 1fr;
  }

  .ardoise-card {
    min-height: 96px;
    padding: 14px 16px;
  }

  .ardoise-card h3 {
    font-size: 18px;
  }

  .ardoise-card strong {
    font-size: 23px;
  }

  .category-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: -4px -20px 20px;
    padding: 0 20px 4px;
    scrollbar-width: none;
  }

  .category-list::-webkit-scrollbar {
    display: none;
  }

  .category-list button {
    flex: 0 0 auto;
    font-size: 12px;
  }

  .arrival-list,
  .product-list,
  .orchard-list {
    gap: 14px;
  }

  .arrival-card {
    min-height: 0;
    padding: 16px;
  }

  .arrival-card h3 {
    font-size: 19px;
  }

  .product-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 168px;
  }

  .product-photo-wrap {
    height: 100%;
    min-height: 168px;
  }

  .product-card-body {
    padding: 14px;
  }

  .product-card-top {
    display: block;
    margin-bottom: 9px;
  }

  .product-category {
    display: block;
    margin-bottom: 5px;
    padding-top: 0;
    font-size: 10px;
  }

  .product-price {
    display: block;
    width: fit-content;
    min-width: 0;
    margin: 0 0 9px;
    padding: 8px 10px;
    text-align: left;
    font-size: 24px;
  }

  .product-card h3 {
    font-size: 19px;
  }

  .product-origin {
    font-size: 12px;
  }

  .product-detail {
    font-size: 13px;
  }

  .product-status {
    top: 9px;
    left: 9px;
    max-width: calc(100% - 18px);
    padding: 5px 7px;
    font-size: 9px;
  }

  .shop-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 128px);
    gap: 10px;
  }

  .shop-photo-large {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .advantage-card {
    min-height: 0;
    padding: 16px;
  }

  .visit-grid {
    gap: 24px;
  }

  .visit-grid article {
    padding: 0;
    border-right: 0;
  }

  .visit-actions {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .visit-button {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    font-size: 15px;
  }

  .map-panel iframe {
    height: 260px;
  }

  .map-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 18px 20px;
    justify-content: center;
    text-align: center;
  }
}
