:root {
  --site-chrome-primary: #0d7377;
  --site-chrome-primary-hover: #0a5f63;
  --site-chrome-surface-rgb: 232, 248, 248;
  --site-chrome-text: #1b1c19;
  --site-chrome-text-muted: #42493e;
  --site-chrome-outline-rgb: 194, 201, 187;
}

.glass-nav {
  background: rgba(var(--site-chrome-surface-rgb), 0.7);
  backdrop-filter: blur(24px);
}

.site-chrome-nav {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.site-chrome-brand {
  color: var(--site-chrome-primary);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.site-chrome-brand span {
  display: block;
}

.site-chrome-brand--mobile,
.site-chrome-brand--drawer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.site-chrome-brand--mobile span,
.site-chrome-brand--drawer span {
  font-size: 18px;
}

.site-chrome-brand--tablet,
.site-chrome-brand--desktop {
  display: none;
}

.site-chrome-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.site-chrome-desktop-links,
.site-chrome-search--desktop {
  display: none;
}

.site-chrome-menu-button,
.site-chrome-close-button,
.site-chrome-newsletter-button {
  border: 0;
  font: inherit;
}

.site-chrome-menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  background: transparent;
  color: var(--site-chrome-primary);
}

.site-chrome-menu-button .material-symbols-outlined {
  font-size: 34px !important;
}

.site-chrome-search {
  position: relative;
  align-items: center;
}

.site-chrome-search .material-symbols-outlined {
  position: absolute;
  left: 0.75rem;
  color: var(--site-chrome-text-muted);
  pointer-events: none;
}

.site-chrome-search input {
  width: 100%;
  border: 0;
  border-radius: 9999px;
  font-family: inherit;
  font-size: 0.875rem;
  outline: none;
  transition: box-shadow 180ms ease;
}

.site-chrome-search input:focus {
  box-shadow: 0 0 0 2px var(--site-chrome-primary);
}

.site-chrome-mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}

.site-chrome-mobile-overlay.active {
  display: block;
}

.site-chrome-mobile-panel {
  position: absolute;
  inset-block: 0;
  right: 0;
  display: flex;
  width: 80%;
  max-width: 24rem;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.site-chrome-mobile-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(var(--site-chrome-outline-rgb), 0.1);
}

.site-chrome-close-button {
  padding: 0.5rem;
  background: transparent;
  color: var(--site-chrome-text-muted);
}

.site-chrome-mobile-content {
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  gap: 2rem;
  padding: 1.5rem;
}

.site-chrome-search--mobile {
  display: flex;
  width: 100%;
}

.site-chrome-search--mobile input {
  min-height: 46px;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  background: #f5f3ee;
}

.site-chrome-mobile-links {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: var(--site-chrome-text-muted);
  font-size: 1rem;
  font-weight: 600;
}

.site-chrome-mobile-links a {
  transition: color 180ms ease;
}

.site-chrome-mobile-links a:hover,
.site-chrome-mobile-link--active {
  color: var(--site-chrome-primary);
}

.site-chrome-footer {
  padding: 2.5rem 1rem 4rem;
  border-top: 1px solid rgba(var(--site-chrome-outline-rgb), 0.15);
  background: transparent;
}

.site-chrome-footer-inner {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.site-chrome-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 3rem;
  margin-bottom: 3rem;
}

.site-chrome-footer-brand-column {
  display: grid;
  gap: 1rem;
}

.site-chrome-footer-brand {
  margin-bottom: 0.5rem;
  color: var(--site-chrome-primary);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.12;
  text-transform: uppercase;
}

.site-chrome-social-links {
  display: flex;
  gap: 0.5rem;
}

.site-chrome-social-links a {
  color: var(--site-chrome-text-muted);
  transition: color 180ms ease;
}

.site-chrome-social-links a:hover {
  color: var(--site-chrome-primary);
}

.site-chrome-social-icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

.site-chrome-social-handle {
  margin: 0;
  color: rgba(66, 73, 62, 0.75);
  font-size: 0.875rem;
}

.site-chrome-footer-list,
.site-chrome-newsletter {
  display: grid;
  gap: 1rem;
}

.site-chrome-footer-heading {
  margin: 0;
  color: var(--site-chrome-text-muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1rem;
  text-transform: uppercase;
}

.site-chrome-footer-list ul {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  list-style: none;
}

.site-chrome-footer-list a,
.site-chrome-legal-links a {
  color: var(--site-chrome-text-muted);
  transition: color 180ms ease;
}

.site-chrome-footer-list a:hover,
.site-chrome-legal-links a:hover {
  color: var(--site-chrome-primary);
}

.site-chrome-newsletter {
  width: 100%;
  max-width: 420px;
  min-width: 0;
  align-items: start;
}

.site-chrome-newsletter-form {
  display: grid;
  width: 100%;
  gap: 0.65rem;
}

.site-chrome-newsletter-field {
  position: relative;
}

.site-chrome-newsletter-field input[type="email"] {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0 3rem 0 1rem;
  border: 1px solid rgba(var(--site-chrome-outline-rgb), 0.3);
  border-radius: 16px;
  background: #fff;
  color: var(--site-chrome-text);
  font-family: inherit;
  font-size: 0.875rem;
  outline: none;
}

.site-chrome-newsletter-field input[type="email"]:focus {
  border-color: rgba(13, 115, 119, 0.45);
  box-shadow: none;
}

.site-chrome-newsletter-button {
  position: absolute;
  top: 50%;
  right: 0.45rem;
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--site-chrome-primary);
  color: #fff;
  transform: translateY(-50%);
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.site-chrome-newsletter-button .material-symbols-outlined {
  font-size: 18px;
}

.site-chrome-newsletter-button:hover {
  background: var(--site-chrome-primary-hover);
}

.site-chrome-newsletter-button:active {
  transform: translateY(-50%) scale(0.96);
}

.site-chrome-newsletter-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: rgba(66, 73, 62, 0.75);
  font-size: 11px;
  line-height: 1.5;
}

.site-chrome-newsletter-consent input {
  width: 0.875rem;
  height: 0.875rem;
  flex: 0 0 auto;
  margin-top: 0.125rem;
  accent-color: var(--site-chrome-primary);
}

.site-chrome-newsletter-consent a {
  color: var(--site-chrome-primary);
  font-weight: 600;
  text-underline-offset: 2px;
}

.site-chrome-newsletter-consent a:hover {
  text-decoration: underline;
}

.site-chrome-footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(var(--site-chrome-outline-rgb), 0.1);
}

.site-chrome-legal-links {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  color: rgba(66, 73, 62, 0.7);
  font-size: 11px;
  text-align: center;
}

.site-chrome-legal-break {
  flex-basis: 100%;
}

.site-chrome-legal-separator--desktop {
  display: none;
}

.site-chrome-copyright {
  width: 100%;
  margin: 0;
  color: var(--site-chrome-text-muted);
  font-size: 0.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .site-chrome-nav {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .site-chrome-brand--mobile {
    display: none;
  }

  .site-chrome-brand--tablet {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .site-chrome-brand--tablet span {
    font-size: 17px;
  }

  .site-chrome-actions {
    gap: 1rem;
  }

  .site-chrome-menu-button .material-symbols-outlined {
    font-size: 38px !important;
  }

  .site-chrome-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2.5rem;
  }

  .site-chrome-footer-bottom {
    flex-direction: row;
  }

  .site-chrome-legal-links {
    width: auto;
    justify-content: flex-start;
    text-align: left;
  }

  .site-chrome-legal-break {
    display: none;
  }

  .site-chrome-legal-separator--desktop {
    display: inline;
  }

  .site-chrome-copyright {
    width: auto;
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .site-chrome-nav {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .site-chrome-brand--tablet,
  .site-chrome-menu-button {
    display: none;
  }

  .site-chrome-brand--desktop {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .site-chrome-brand--desktop span {
    font-size: 20px;
  }

  .site-chrome-desktop-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: var(--site-chrome-text-muted);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.025em;
  }

  .site-chrome-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: color 180ms ease;
  }

  .site-chrome-nav-link:hover {
    color: var(--site-chrome-primary);
  }

  .site-chrome-nav-link--active {
    position: relative;
    padding-bottom: 0.28rem;
    color: var(--site-chrome-primary);
    font-weight: 700;
  }

  .site-chrome-nav-link--active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.2rem;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--site-chrome-primary);
  }

  .site-chrome-dropdown {
    position: relative;
  }

  .site-chrome-dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    right: -0.75rem;
    left: -0.75rem;
    height: 0.85rem;
  }

  .site-chrome-dropdown-arrow {
    font-size: 18px !important;
  }

  .site-chrome-dropdown-menu {
    position: absolute;
    top: calc(100% + 0.85rem);
    left: -1.35rem;
    z-index: 70;
    min-width: 220px;
    padding: 0.55rem;
    border: 1px solid rgba(13, 115, 119, 0.1);
    border-top-color: rgba(13, 115, 119, 0.06);
    border-radius: 0 0 14px 14px;
    background: rgba(var(--site-chrome-surface-rgb), 0.96);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition:
      opacity 160ms ease,
      transform 160ms ease;
    backdrop-filter: blur(24px);
  }

  .site-chrome-dropdown:hover .site-chrome-dropdown-menu,
  .site-chrome-dropdown:focus-within .site-chrome-dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-chrome-dropdown-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0.8rem;
    border-radius: 10px;
    color: var(--site-chrome-text-muted);
    font-size: 0.88rem;
    font-weight: 600;
    white-space: nowrap;
  }

  .site-chrome-dropdown-menu a:hover {
    background: rgba(13, 115, 119, 0.07);
    color: var(--site-chrome-primary);
  }

  .site-chrome-search--desktop {
    display: flex;
    width: 100%;
    max-width: 240px;
  }

  .site-chrome-search--desktop input {
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    background: #fff;
  }

  .site-chrome-mobile-overlay {
    display: none !important;
  }

  .site-chrome-footer-grid {
    grid-template-columns:
      minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(0, 0.9fr)
      minmax(0, 1.2fr);
    column-gap: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .site-chrome-desktop-links {
    gap: 2rem;
  }
}
