:root {
  color-scheme: light;
  --lc-orange: #ff671b;
  --lc-orange-dark: #ff5a00;
  --lc-text: #161616;
  --lc-muted: #5e5e5e;
  --lc-border: #e9e3dd;
  --lc-shadow: 0 16px 44px rgba(17, 17, 17, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  background: #fff;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(255, 246, 238, 0.65) 0, rgba(255, 255, 255, 0) 45%),
    #fff;
  color: var(--lc-text);
  font-family: Arial, Helvetica, sans-serif;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.lc-page {
  padding: 0 20px 180px;
}

.lc-shell {
  max-width: 1220px;
  margin: 0 auto;
}

.lc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 0 20px;
}

.lc-brand {
  display: inline-flex;
  align-items: center;
}

.lc-brand img {
  display: block;
  width: min(255px, 44vw);
  height: auto;
}

.lc-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--lc-orange);
}

.lc-nav-link {
  white-space: nowrap;
}

.lc-nav-profile {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.lc-nav-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}

.lc-main {
  padding: 12px 0 48px;
}

.lc-hero {
  width: 100%;
}

.lc-eyebrow {
  margin: 0 0 12px;
  color: var(--lc-orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lc-title {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.08;
}

.lc-subtitle {
  max-width: 720px;
  margin: 14px 0 28px;
  color: var(--lc-muted);
  font-size: 1.04rem;
  line-height: 1.55;
}

.lc-locator-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.lc-panel-label {
  margin: 0 0 10px;
  color: var(--lc-orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lc-panel-title {
  margin: 0;
  max-width: 720px;
  font-size: 1.48rem;
  font-weight: 800;
  line-height: 1.12;
}

.lc-reference-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 2px solid var(--lc-orange);
  color: var(--lc-orange);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.lc-widget-embed {
  display: block;
  width: 100%;
  min-height: 760px;
}

.lc-footer {
  padding: 8px 0 56px;
  border-top: 1px solid var(--lc-border);
}

.lc-footer-top {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-start;
}

.lc-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lc-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  color: var(--lc-orange);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.lc-footer-apps {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.lc-footer-kicker {
  color: var(--lc-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lc-footer-app-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 14px;
}

.lc-app-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 152px;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background: #fff;
  color: var(--lc-text);
  font-size: 0.94rem;
  font-weight: 800;
}

.lc-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--lc-border);
  color: var(--lc-muted);
  font-size: 0.94rem;
}

.lc-footer-link-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--lc-muted);
}

.lc-footer-legal {
  max-width: 1040px;
  margin-top: 22px;
  color: #737373;
  font-size: 0.86rem;
  line-height: 1.58;
}

.lc-footer-legal p {
  margin: 0 0 8px;
}

.lc-footer-legal a {
  color: var(--lc-orange);
  font-weight: 700;
}

.lc-cookie {
  position: fixed;
  inset: auto 0 0;
  z-index: 30;
  background: #fff;
  border-top: 1px solid #ddd;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
}

.lc-cookie[hidden] {
  display: none;
}

.lc-cookie-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1365px;
  margin: 0 auto;
  padding: 18px 32px;
}

.lc-cookie-copy {
  flex: 1;
  margin: 0;
  color: var(--lc-muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.lc-cookie-copy a {
  color: var(--lc-orange);
  font-weight: 700;
  text-decoration: underline;
}

.lc-cookie-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lc-cookie-button {
  min-height: 52px;
  padding: 12px 18px;
  font-size: 0.98rem;
  font-weight: 700;
  white-space: nowrap;
}

.lc-cookie-button--secondary {
  border: 2px solid var(--lc-orange);
  background: #fff;
  color: var(--lc-orange);
}

.lc-cookie-button--primary {
  border: 0;
  background: var(--lc-orange);
  color: #fff;
}

.lc-cookie-close {
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: #6d6d6d;
  font-size: 2rem;
  line-height: 1;
}

@media (max-width: 960px) {
  .lc-page {
    padding: 0 16px 40px;
  }

  .lc-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .lc-nav {
    width: 100%;
    justify-content: space-between;
    gap: 14px;
    font-size: 0.9rem;
  }

  .lc-locator-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .lc-widget-embed {
    min-height: 640px;
  }

  .lc-footer-top {
    flex-direction: column;
  }

  .lc-footer-apps {
    align-items: flex-start;
  }

  .lc-footer-app-buttons {
    justify-content: flex-start;
  }

  .lc-cookie {
    position: static;
    margin-top: 24px;
    box-shadow: none;
  }

  .lc-cookie-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 16px;
  }

  .lc-cookie-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .lc-cookie-button {
    flex: 1 1 240px;
  }

  .lc-cookie-close {
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  .lc-page {
    padding: 0 4px 32px;
  }

  .lc-brand img {
    width: min(220px, 74vw);
  }

  .lc-nav {
    font-size: 0.82rem;
  }

  .lc-title {
    font-size: 1.4rem;
  }

  .lc-subtitle {
    font-size: 0.97rem;
    margin-bottom: 16px;
  }

  .lc-panel-title {
    font-size: 1.2rem;
  }

  .lc-locator-meta {
    gap: 10px;
    margin-bottom: 8px;
    padding-bottom: 0;
  }

  .lc-widget-embed {
    min-height: 540px;
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
  }

  .lc-reference-link {
    width: 100%;
  }
}
