:root {
  --orchard-ink: #4b3f35;
  --orchard-ink-soft: #6a5a4a;
  --orchard-paper: #fffaf2;
  --orchard-cream: #f7efe0;
  --orchard-sage: #8ea98e;
  --orchard-sage-deep: #728d72;
  --orchard-peach: #f3d8be;
  --orchard-blush: #eec9bf;
  --orchard-sky: #d7e6eb;
  --orchard-border: rgba(120, 98, 78, 0.28);
}

html,
body {
  min-height: 100%;
}

body {
  color: var(--orchard-ink);
  font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 247, 230, 0.92), transparent 34%),
    radial-gradient(circle at 92% 15%, rgba(241, 222, 188, 0.55), transparent 38%),
    radial-gradient(circle at 18% 78%, rgba(216, 232, 238, 0.58), transparent 34%),
    radial-gradient(circle at 86% 88%, rgba(235, 202, 194, 0.45), transparent 34%),
    linear-gradient(145deg, #fdf9f1 0%, #f8f0e3 45%, #f5ead8 100%);
  background-attachment: fixed;
}

body.page-landing {
  --landing-bg: url("images/landing-bg-main.png");
  background:
    linear-gradient(rgba(251, 245, 232, 0.76), rgba(251, 245, 232, 0.82)),
    var(--landing-bg) center / cover no-repeat fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4a3b2f;
  font-family: Georgia, "Times New Roman", serif;
}

a {
  color: #496f53;
}

a:hover {
  color: #355b42;
}

.orchard-shell {
  border: 1px solid var(--orchard-border);
  border-radius: 1.35rem;
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.76), rgba(255, 250, 242, 0.9)),
    repeating-linear-gradient(
      -12deg,
      rgba(255, 255, 255, 0.22),
      rgba(255, 255, 255, 0.22) 2px,
      rgba(255, 247, 236, 0.12) 2px,
      rgba(255, 247, 236, 0.12) 5px
    );
  box-shadow: 0 15px 36px rgba(92, 73, 56, 0.18);
}

.landing-hero {
  border-radius: 1.35rem;
  border: 1px solid rgba(129, 102, 80, 0.25);
  background:
    linear-gradient(rgba(255, 252, 245, 0.82), rgba(255, 249, 240, 0.9)),
    url("images/a6d434b0-4ede-4ecf-b73c-5b70c49c25f6-md.jpeg") center/cover no-repeat;
  box-shadow: 0 16px 40px rgba(82, 62, 45, 0.2);
}

.landing-panel {
  border-radius: 1rem;
  border: 1px solid rgba(128, 102, 79, 0.24);
  background: rgba(255, 251, 243, 0.86);
  box-shadow: 0 10px 26px rgba(88, 69, 51, 0.12);
  overflow: hidden;
}

.landing-spotlight-media {
  margin: 0;
}

.landing-panel-body {
  padding-top: 0.9rem;
}

.landing-spotlight-image {
  display: block;
  width: 100%;
  height: clamp(240px, 34vw, 340px);
  object-fit: cover;
  object-position: center top;
  margin: 0;
}

.orchard-kicker {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: var(--orchard-sage-deep);
}

.orchard-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(249, 239, 223, 0.78));
  border: 1px solid rgba(131, 106, 84, 0.22);
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(91, 73, 56, 0.12);
}

.orchard-maker-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(243, 232, 214, 0.86)),
    url("images/background2.png") center/cover no-repeat;
}

.orchard-maker-image {
  width: 100%;
  height: clamp(220px, 26vw, 300px);
  object-fit: cover;
  object-position: center 32%;
  border-radius: 0.9rem;
  border: 1px solid rgba(128, 105, 82, 0.18);
  background: transparent;
}

.orchard-summary-card {
  background:
    linear-gradient(150deg, rgba(255, 253, 248, 0.95), rgba(246, 234, 214, 0.88)),
    radial-gradient(circle at 95% 8%, rgba(236, 202, 171, 0.35), transparent 36%);
}

.orchard-summary-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.35rem;
  border-radius: 999px;
  background: rgba(99, 126, 101, 0.18);
  color: #4c5f4e;
  font-size: 1.1rem;
}

.orchard-summary-badge {
  border-radius: 999px;
  border: 1px solid rgba(96, 124, 98, 0.28);
  color: #455447;
  background: rgba(255, 255, 255, 0.68);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.orchard-summary-identity {
  padding: 0.8rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(124, 98, 76, 0.18);
  background: rgba(255, 255, 255, 0.62);
}

.orchard-summary-identity p {
  font-size: 1.06rem;
}

.orchard-label {
  display: inline-block;
  min-width: 4.1rem;
  font-weight: 700;
  color: #5a4a3a;
}

.orchard-summary-feature {
  border-radius: 0.95rem;
  border: 1px solid rgba(129, 101, 77, 0.25);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 230, 205, 0.82));
  padding: 1rem;
}

.orchard-summary-feature-price {
  box-shadow: inset 0 0 0 1px rgba(118, 145, 119, 0.14);
}

.orchard-summary-feature-time {
  box-shadow: inset 0 0 0 1px rgba(112, 122, 155, 0.14);
}

.orchard-summary-title {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: 700;
  color: #66765d;
}

.orchard-summary-amount {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 1;
  color: #3d3127;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.orchard-summary-note {
  font-size: 0.88rem;
  color: #6a5a4a;
}

.orchard-summary-mini {
  height: 100%;
  border-radius: 0.8rem;
  border: 1px solid rgba(129, 102, 80, 0.2);
  background: rgba(255, 255, 255, 0.67);
  padding: 0.6rem 0.8rem;
}

.orchard-summary-mini-label {
  font-size: 0.74rem;
  font-weight: 700;
  color: #66765d;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.orchard-summary-mini-value {
  font-size: 1.05rem;
  font-weight: 700;
  color: #44362b;
}

.table thead th {
  font-family: Georgia, "Times New Roman", serif;
  color: #4b3f35;
  border-bottom-color: rgba(128, 103, 81, 0.3);
}

.table td,
.table th {
  background: transparent;
}

.orchard-scene-card {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 1rem;
  border: 1px solid rgba(125, 100, 78, 0.23);
  color: #3f3329;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 24px rgba(84, 64, 47, 0.15);
  position: relative;
  overflow: hidden;
}

.orchard-scene-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 250, 240, 0.92));
}

.orchard-scene-card > * {
  position: relative;
  z-index: 1;
}

.orchard-scene-card.scene-1 {
  background-image: url("images/background.png");
}

.orchard-scene-card.scene-2 {
  background-image: url("images/background2.png");
}

.orchard-scene-card.scene-3 {
  background-image: url("images/background3.png");
}

.orchard-scene-card.scene-4 {
  background-image: url("images/a6d434b0-4ede-4ecf-b73c-5b70c49c25f6-md.jpeg");
}

.orchard-series-card h3,
.orchard-series-card p {
  color: #3f3329;
}

.orchard-series-placeholder {
  visibility: hidden;
  pointer-events: none;
}

.orchard-world-intro {
  border-radius: 1rem;
  border: 1px solid rgba(129, 102, 80, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(246, 235, 217, 0.84)),
    url("images/background.png") center/cover no-repeat;
  box-shadow: 0 10px 28px rgba(86, 67, 49, 0.14);
}

.orchard-maker-list-card {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  border-radius: 1rem;
}

.orchard-maker-list-photo {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center 30%;
  flex: 0 0 150px;
  border-radius: 0.8rem;
  background: transparent;
  border: 0;
}

.orchard-list .list-group-item {
  background: transparent;
  border-color: rgba(140, 118, 98, 0.28);
}

.orchard-list a {
  text-decoration: none;
  font-weight: 600;
}

.orchard-image {
  width: min(100%, 320px);
  max-height: 320px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 0.8rem;
  border: 1px solid rgba(130, 108, 87, 0.28);
  background: rgba(255, 250, 240, 0.8);
}

.orchard-card .h6 {
  font-family: Georgia, "Times New Roman", serif;
  color: #5a4a3a;
}

.orchard-image-compact .orchard-image {
  width: 100%;
  max-height: none;
  margin: 0;
  border-radius: 0.45rem;
}

.orchard-image-compact .orchard-preview-btn {
  padding: 0.2rem 0.55rem;
  width: 100%;
}

.orchard-image-compact {
  overflow: hidden;
}

.orchard-image-compact .h6 {
  font-size: 1rem;
}

.orchard-image-clickable {
  cursor: zoom-in;
}

.orchard-series-image {
  width: 100%;
  height: 280px;
  object-fit: contain;
  border-radius: 0.75rem;
  border: 1px solid rgba(130, 108, 87, 0.24);
  background: rgba(255, 250, 240, 0.7);
}

.orchard-preview-btn {
  border-radius: 999px;
}

.modal-content {
  background: #fff9f0;
  border: 1px solid rgba(120, 98, 78, 0.25);
}

.orchard-alert {
  display: none;
  border-radius: 0.8rem;
  border: 1px solid rgba(171, 107, 84, 0.35);
  background: rgba(255, 236, 225, 0.82);
  color: #704438;
}

.orchard-alert:not(:empty) {
  display: block;
}

.btn-orchard {
  border-radius: 999px;
  border: 1px solid rgba(79, 105, 79, 0.35);
  color: #fff;
  background: linear-gradient(180deg, var(--orchard-sage), var(--orchard-sage-deep));
  font-weight: 700;
}

.btn-orchard:hover,
.btn-orchard:focus {
  color: #fff;
  background: linear-gradient(180deg, #7e9a7e, #647f64);
}

ul {
  padding-left: 1.2rem;
}

.orchard-full-list {
  list-style: none;
  counter-reset: full-step;
  margin: 0;
  padding: 0;
}

.orchard-full-list .orchard-full-step {
  counter-increment: full-step;
  position: relative;
  margin: 0 0 0.85rem 0;
  padding: 0.75rem 0.85rem 0.75rem 3rem;
  border: 1px solid rgba(130, 104, 82, 0.2);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.68);
}

.orchard-full-list .orchard-full-step:last-child {
  margin-bottom: 0;
}

.orchard-full-list .orchard-full-step::before {
  content: counter(full-step);
  position: absolute;
  left: 0.8rem;
  top: 0.75rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #7d9b80, #6a876c);
  box-shadow: 0 2px 8px rgba(80, 108, 82, 0.25);
}

.orchard-full-step-title {
  margin: 0 0 0.2rem 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: #43362b;
  letter-spacing: 0.01em;
}

.orchard-full-step-body {
  margin: 0;
  line-height: 1.55;
  color: #4b3f35;
}

@media (max-width: 575.98px) {
  .orchard-shell {
    border-radius: 1rem;
  }

  .orchard-card {
    border-radius: 0.85rem;
  }

  .orchard-image {
    max-height: 240px;
  }

  .landing-hero {
    border-radius: 1rem;
  }

  .orchard-maker-image {
    height: 230px;
  }

  .orchard-maker-list-card {
    gap: 0.85rem;
  }

  .orchard-maker-list-photo {
    width: 96px;
    height: 96px;
    flex: 0 0 96px;
  }

  .orchard-summary-feature {
    padding: 0.85rem;
  }

  .orchard-summary-mini {
    padding: 0.55rem 0.7rem;
  }

  .orchard-full-list .orchard-full-step {
    padding: 0.7rem 0.75rem 0.7rem 2.7rem;
  }
}
