:root {
  --wc-shell-bg: rgba(250, 248, 246, 0.94);
  --wc-shell-surface: #fffaf6;
  --wc-shell-ink: #2a2520;
  --wc-shell-body: #5a534c;
  --wc-shell-muted: #8b8279;
  --wc-shell-copper: #b85c38;
  --wc-shell-copper-strong: #9f4d2f;
  --wc-shell-border: rgba(42, 37, 32, 0.1);
  --wc-shell-shadow: 0 18px 48px rgba(42, 37, 32, 0.1);
}

.wc-site-header,
.wc-site-footer {
  box-sizing: border-box;
  font-family: 'Inter', 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.wc-site-header *,
.wc-site-header *::before,
.wc-site-header *::after,
.wc-site-footer *,
.wc-site-footer *::before,
.wc-site-footer *::after {
  box-sizing: border-box;
}

.wc-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  border-bottom: 1px solid var(--wc-shell-border);
  background: var(--wc-shell-bg);
  backdrop-filter: blur(20px);
}

.wc-site-header__inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.wc-site-wordmark {
  flex: 0 0 auto;
  color: var(--wc-shell-ink);
  font-family: 'Instrument Serif', 'Cormorant', Georgia, serif;
  font-size: 1.52rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.wc-site-wordmark span {
  color: var(--wc-shell-copper);
}

.wc-site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.wc-site-nav a,
.wc-site-nav button {
  font: inherit;
}

.wc-site-nav__link,
.wc-site-nav__dropdown-toggle,
.wc-site-header__login {
  min-height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--wc-shell-body);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.wc-site-nav__link:hover,
.wc-site-nav__dropdown-toggle:hover,
.wc-site-header__login:hover,
.wc-site-nav__link--active,
.wc-site-nav__dropdown-toggle[aria-expanded="true"] {
  color: var(--wc-shell-copper);
  background: rgba(184, 92, 56, 0.08);
}

.wc-site-nav__dropdown {
  position: relative;
}

.wc-site-nav__dropdown-icon {
  width: 14px;
  height: 14px;
  transition: transform 0.18s ease;
}

.wc-site-nav__dropdown-toggle[aria-expanded="true"] .wc-site-nav__dropdown-icon {
  transform: rotate(180deg);
}

.wc-site-nav__dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 196px;
  padding: 8px;
  display: none;
  border: 1px solid var(--wc-shell-border);
  border-radius: 18px;
  background: var(--wc-shell-surface);
  box-shadow: var(--wc-shell-shadow);
}

.wc-site-nav__dropdown-menu.is-open {
  display: grid;
  gap: 4px;
}

.wc-site-nav__dropdown-link {
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--wc-shell-body);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
}

.wc-site-nav__dropdown-link:hover,
.wc-site-nav__dropdown-link--active {
  color: var(--wc-shell-copper);
  background: rgba(184, 92, 56, 0.08);
}

.wc-site-header__login svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.wc-site-header__cta {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--wc-shell-copper);
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(184, 92, 56, 0.18);
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.wc-site-header__cta:hover {
  background: var(--wc-shell-copper-strong);
}

.wc-site-header__toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wc-shell-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--wc-shell-ink);
  cursor: pointer;
}

.wc-site-footer {
  border-top: 1px solid var(--wc-shell-border);
  background: #211d19;
  color: rgba(255, 255, 255, 0.76);
}

.wc-site-footer__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 46px 0 28px;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.8fr);
  gap: 38px;
}

.wc-site-footer__wordmark {
  margin-bottom: 8px;
  color: #ffffff;
  font-family: 'Instrument Serif', 'Cormorant', Georgia, serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
}

.wc-site-footer__tagline {
  max-width: 320px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.55;
}

.wc-site-footer__email {
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
}

.wc-site-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 24px;
}

.wc-site-footer__group {
  display: grid;
  align-content: start;
  gap: 9px;
}

.wc-site-footer__heading {
  margin: 0 0 3px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.wc-site-footer__link {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  line-height: 1.25;
  text-decoration: none;
}

.wc-site-footer__link:hover {
  color: #ffffff;
}

.wc-site-footer__bottom {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.8rem;
}

.wc-site-footer__bottom a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

@media (max-width: 980px) {
  .wc-site-header__inner {
    min-height: 68px;
  }

  .wc-site-header__toggle {
    display: inline-flex;
  }

  .wc-site-nav {
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    display: none;
    padding: 14px;
    align-items: stretch;
    flex-direction: column;
    border: 1px solid var(--wc-shell-border);
    border-radius: 22px;
    background: var(--wc-shell-surface);
    box-shadow: var(--wc-shell-shadow);
  }

  .wc-site-nav.wc-site-nav--open {
    display: flex;
  }

  .wc-site-nav__link,
  .wc-site-nav__dropdown-toggle,
  .wc-site-header__login,
  .wc-site-header__cta {
    width: 100%;
    justify-content: flex-start;
  }

  .wc-site-header__cta {
    justify-content: center;
  }

  .wc-site-nav__dropdown-menu {
    position: static;
    min-width: 0;
    margin: 2px 0 4px;
    border-radius: 16px;
    box-shadow: none;
  }

  .wc-site-footer__inner {
    grid-template-columns: 1fr;
  }

  .wc-site-footer__nav {
    grid-template-columns: repeat(2, minmax(130px, 1fr));
  }
}

@media (max-width: 640px) {
  .wc-site-header__inner,
  .wc-site-footer__inner,
  .wc-site-footer__bottom {
    width: min(100% - 28px, 1180px);
  }

  .wc-site-wordmark {
    font-size: 1.36rem;
  }

  .wc-site-footer__nav {
    grid-template-columns: 1fr;
  }

  .wc-site-footer__bottom {
    display: grid;
  }
}
