.menu-toggle,
.option-control,
.modal-close {
  appearance: none;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  border-radius: 4px;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font: inherit;
}

.menu-toggle {
  display: none;
  color: var(--cypress, var(--dark, #545a3d));
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .62rem .72rem;
}

.option-control {
  color: var(--cypress, var(--dark, #545a3d));
  padding: .5rem .75rem;
  transition: transform .16s ease, background .16s ease;
}

.option-control:hover {
  transform: translateY(-1px);
  background: rgba(84, 90, 61, .08);
}

.option-control[disabled] {
  cursor: not-allowed;
  opacity: .36;
  transform: none;
}

.option-enhanced .logos,
.option-enhanced .reviews {
  scrollbar-width: none;
}

.option-enhanced .logos::-webkit-scrollbar,
.option-enhanced .reviews::-webkit-scrollbar {
  display: none;
}

.option-enhanced .logos {
  display: flex;
  gap: .75rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: .15rem 0;
}

.option-enhanced .logos img {
  flex: 0 0 128px;
  scroll-snap-align: center;
}

.option-enhanced .reviews {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  align-items: stretch;
  padding-bottom: .15rem;
}

.option-enhanced .reviews > * {
  flex: 0 0 min(380px, 86vw);
  scroll-snap-align: start;
}

.option-enhanced .review {
  min-height: 100%;
}

.option-enhanced .option-controls {
  display: flex;
  justify-content: flex-end;
  gap: .5rem;
  margin: .75rem 0 1rem;
}

.compare {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 8px;
  cursor: ew-resize;
  touch-action: none;
}

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

.compare-base,
.compare-overlay {
  position: absolute;
  inset: 0;
}

.compare-base {
  z-index: 1;
}

.compare-overlay {
  z-index: 2;
  width: var(--split, 52%);
  overflow: hidden;
}

.compare-overlay img {
  width: var(--compare-width, 100%);
  max-width: none;
}

.compare-handle {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: var(--split, 52%);
  width: 2px;
  transform: translateX(-1px);
  background: rgba(243, 234, 218, .92);
  box-shadow: 0 0 0 1px rgba(33, 35, 34, .22);
}

.compare-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(33, 35, 34, .22);
  background:
    linear-gradient(90deg, transparent 42%, rgba(84, 90, 61, .9) 42% 48%, transparent 48% 52%, rgba(84, 90, 61, .9) 52% 58%, transparent 58%),
    rgba(251, 250, 246, .94);
  box-shadow: 0 12px 28px rgba(33, 35, 34, .2);
}

.compare-label {
  position: absolute;
  z-index: 4;
  bottom: .8rem;
  padding: .42rem .58rem;
  border-radius: 4px;
  background: rgba(33, 35, 34, .72);
  color: var(--antique, #f3eada);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.compare-label.before {
  left: .8rem;
}

.compare-label.after {
  right: .8rem;
}

.compare-range {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.social-tile,
.social article,
.tile {
  cursor: pointer;
}

.social-tile:focus-visible,
.social article:focus-visible,
.tile:focus-visible {
  outline: 2px solid var(--cypress, var(--dark, #545a3d));
  outline-offset: 3px;
}

.option-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(33, 35, 34, .62);
}

.option-modal.is-open {
  display: flex;
}

.modal-panel {
  width: min(760px, 100%);
  max-height: min(760px, 88vh);
  overflow: auto;
  border-radius: 8px;
  background: var(--paper, #fbfaf6);
  color: var(--jet, #212322);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
}

.modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1rem .8rem;
  border-bottom: 1px solid var(--line, rgba(84, 90, 61, .22));
}

.modal-title {
  margin: 0;
  font: 500 1.6rem/1 var(--serif, Georgia, serif);
  color: var(--cypress, var(--dark, #545a3d));
}

.modal-body {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 1rem;
  padding: 1rem;
}

.modal-body img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.modal-body p {
  margin: 0 0 1rem;
  color: var(--shiitake, #796856);
}

.form-success {
  margin-top: 1rem;
  border: 1px solid rgba(84, 90, 61, .28);
  border-radius: 6px;
  background: rgba(138, 144, 101, .12);
  color: var(--cypress, var(--dark, #545a3d));
  padding: .85rem 1rem;
  font-size: .9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .45s ease, transform .45s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 930px) {
  .menu-toggle {
    display: inline-flex;
  }

  .option-enhanced .nav {
    position: relative;
  }

  .option-enhanced .navlinks {
    position: absolute;
    top: calc(100% + 1px);
    left: 1rem;
    right: 1rem;
    z-index: 40;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: .5rem;
    border: 1px solid var(--line, rgba(84, 90, 61, .22));
    border-radius: 8px;
    background: rgba(251, 250, 246, .98);
    box-shadow: 0 18px 42px rgba(33, 35, 34, .16);
  }

  .option-enhanced .navlinks.is-open {
    display: grid;
  }

  .option-enhanced .navlinks a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: .65rem .75rem;
    border-bottom: 1px solid var(--line, rgba(84, 90, 61, .18));
  }

  .option-enhanced .navlinks a:last-child {
    border-bottom: 0;
  }

  .modal-body {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .option-enhanced .logos,
  .option-enhanced .reviews {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
