
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --ce-primary: #F97316;
  --ce-primary-700: #EA580C;
  --ce-ink: #111827;
  --ce-ink-2: #1F2937;
  --ce-text: #374151;
  --ce-muted: #6B7280;
  --ce-faint: #9CA3AF;
  --ce-line: #F3F4F6;
  --ce-line-2: #E5E7EB;
  --ce-tint: #FFF7ED;
  --ce-tint-border: #FFEDD5;
  --ce-amber: #FBBF24;
  --ce-green: #16A34A;
  --ce-danger: #EF4444;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ce-ink);
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

.ce-page { min-height: 100vh; width: 100%; background: #FFFFFF; }
.ce-shell { max-width: 1240px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

a { color: inherit; }
ul { list-style: none; }

.ce-link { position: relative; text-decoration: none; }
.ce-link::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0;
  background: var(--ce-primary); transition: width .22s ease;
}
.ce-link:hover::after { width: 100%; }

.ce-cta {
  border: none; cursor: pointer; background: var(--ce-primary); color: #fff;
  font-family: inherit; font-weight: 600; text-decoration: none;
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  transition: background .2s ease, transform .12s ease, box-shadow .2s ease;
}
.ce-cta:hover { background: var(--ce-primary-700); }
.ce-cta:active { transform: translateY(1px); }

.ce-ghost {
  background: transparent; color: var(--ce-ink); font-weight: 600;
  border: 1.5px solid var(--ce-ink); text-decoration: none;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.ce-ghost:hover { background: var(--ce-ink); color: #fff; border-color: var(--ce-ink); }

.ce-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ce-primary); }
.ce-h2 { margin-top: 8px; font-size: clamp(26px, 3.4vw, 36px); font-weight: 800; letter-spacing: -.025em; color: var(--ce-ink); }

@keyframes ce-pop { 0% { transform: scale(.85); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }

.ce-topbar { background: var(--ce-topbar-bg, var(--ce-ink)); color: var(--ce-topbar-fg, #F9FAFB); font-size: 13px; letter-spacing: .01em; }
.ce-topbar.is-hidden { display: none; }
.ce-topbar__inner {
  max-width: 1240px; margin: 0 auto; padding: 9px 24px;
  display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center;
}
.ce-topbar__icon { flex: none; }
.ce-topbar__sep { opacity: .4; }
.ce-topbar__link { color: var(--ce-amber); text-decoration: none; font-weight: 600; }

.ce-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255, 255, 255, .92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--ce-line);
}
.ce-header__inner {
  max-width: 1240px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}

.ce-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex: none; }
.ce-logo__mark {
  display: flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 11px; background: var(--ce-primary);
  box-shadow: 0 6px 16px -6px rgba(249, 115, 22, .7);
}
.ce-logo__mark img { width: 24px; height: 24px; object-fit: contain; }
.ce-logo__mark--sm { width: 38px; height: 38px; border-radius: 10px; box-shadow: none; }
.ce-logo__word { font-size: 20px; font-weight: 800; letter-spacing: -.02em; line-height: 1; }
.ce-logo__word--sm { font-size: 18px; }
.ce-word-a { color: var(--ce-primary); }
.ce-word-b { color: var(--ce-ink); }

.ce-search {
  flex: 1 1 300px; min-width: 200px; order: 3;
  display: flex; align-items: center; gap: 10px;
  background: var(--ce-line); border: 1px solid transparent; border-radius: 12px;
  padding: 0 14px; height: 46px; transition: background .15s ease, border-color .15s ease;
}
.ce-search:focus-within { background: #fff; border-color: var(--ce-primary); }
.ce-search__icon { flex: none; }
.ce-search__input {
  border: none; outline: none; background: transparent; flex: 1;
  font-family: inherit; font-size: 14.5px; color: var(--ce-ink);
}
.ce-search__btn { flex: none; font-size: 13px; height: 34px; padding: 0 16px; border-radius: 9px; }

.ce-nav { display: flex; align-items: center; gap: 22px; flex: none; margin-left: auto; }
.ce-nav__link { color: var(--ce-text); font-weight: 500; font-size: 14.5px; }
.ce-nav__cta { font-size: 14px; padding: 9px 16px; border-radius: 10px; }
.ce-nav__actions { display: flex; align-items: center; gap: 6px; }
.ce-iconbtn {
  border: none; background: transparent; cursor: pointer;
  width: 42px; height: 42px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center; color: var(--ce-text);
  position: relative; text-decoration: none;
}
.ce-cart-badge {
  position: absolute; top: 3px; right: 2px; min-width: 19px; height: 19px; padding: 0 5px;
  border-radius: 10px; background: var(--ce-primary); color: #fff; font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; animation: ce-pop .25s ease;
}
.ce-cart-badge.is-hidden { display: none; }

.ce-trust { border-bottom: 1px solid var(--ce-line); border-top: 1px solid var(--ce-line); }
.ce-trust__inner {
  max-width: 1240px; margin: 0 auto; padding: clamp(32px, 4vw, 48px) 24px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 20px;
}
.ce-trust__item { display: flex; align-items: center; gap: 14px; }
.ce-trust__icon { flex: none; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 13px; background: var(--ce-tint); color: var(--ce-primary); }
.ce-trust__title { font-size: 14.5px; font-weight: 700; color: var(--ce-ink); }
.ce-trust__sub { font-size: 12.5px; color: var(--ce-muted); }

.ce-footer { background: #FFFFFF; }
.ce-footer__inner {
  max-width: 1240px; margin: 0 auto; padding: clamp(40px, 5vw, 60px) 24px 28px;
  display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 48px); align-items: stretch;
}
.ce-footer__inner--nomap { grid-template-columns: 1fr; }
.ce-footer__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 34px; align-content: start; }
.ce-footer__brand { grid-column: 1 / -1; max-width: 320px; }
.ce-footer__blurb { margin-top: 14px; font-size: 14px; line-height: 1.6; color: var(--ce-muted); }
.ce-footer__h { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ce-ink); }
.ce-footer__list { margin-top: 14px; display: grid; gap: 10px; }
.ce-footer__list a { color: var(--ce-muted); font-size: 14px; text-decoration: none; }
.ce-footer__contact { display: flex; align-items: center; gap: 9px; color: var(--ce-muted); font-size: 14px; }
.ce-footer__map { display: flex; flex-direction: column; }
.ce-footer__map-label { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ce-ink); }
.ce-footer__map-label svg { color: var(--ce-primary); }
.ce-footer__map-frame { display: block; width: 100%; flex: 1 1 auto; min-height: 240px; border: 1px solid var(--ce-line-2); border-radius: 16px; }
@media (max-width: 760px) { .ce-footer__inner { grid-template-columns: 1fr; } .ce-footer__map-frame { min-height: 220px; } }
.ce-footer__bar { border-top: 1px solid var(--ce-line); }
.ce-footer__bar-inner {
  max-width: 1240px; margin: 0 auto; padding: 18px 24px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.ce-footer__copy { font-size: 13px; color: var(--ce-faint); }
.ce-footer__legal { display: flex; align-items: center; gap: 18px; }
.ce-footer__legal a { color: var(--ce-faint); font-size: 13px; text-decoration: none; }

@media (max-width: 560px) { .ce-hide-sm { display: none !important; } }

.ce-hamburger { display: none; }
.ce-drawer { display: none; }
.ce-drawer .ce-hide-sm { display: block !important; }

@media (max-width: 900px) {
  .ce-header__inner { flex-wrap: wrap; row-gap: 12px; column-gap: 10px; }
  .ce-logo { flex: 1 1 0; min-width: 0; overflow: hidden; }
  .ce-search { order: 3; flex: 1 1 100%; min-width: 0; }
  .ce-nav { gap: 8px; flex: 0 0 auto; }
  .ce-header .ce-nav__link, .ce-header .ce-nav__cta { display: none; }
  .ce-hamburger {
    display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
    width: 42px; height: 42px; border: none; background: transparent; cursor: pointer; padding: 0;
  }
  .ce-hamburger__bar { width: 22px; height: 2px; border-radius: 2px; background: var(--ce-ink); transition: transform .2s ease, opacity .2s ease; }
  .ce-hamburger[aria-expanded="true"] .ce-hamburger__bar:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .ce-hamburger[aria-expanded="true"] .ce-hamburger__bar:nth-child(2) { opacity: 0; }
  .ce-hamburger[aria-expanded="true"] .ce-hamburger__bar:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .ce-drawer {
    display: block; position: fixed; inset: 0; z-index: 60;
    background: rgba(17, 24, 39, .5); opacity: 0; visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
  }
  .ce-drawer.is-open { opacity: 1; visibility: visible; }
  .ce-drawer__panel {
    position: absolute; top: 0; right: 0; height: 100%; width: min(82vw, 320px);
    background: #fff; box-shadow: -18px 0 44px -24px rgba(17, 24, 39, .5);
    padding: 84px 24px 24px; transform: translateX(100%); transition: transform .28s cubic-bezier(.2, .7, .2, 1);
    overflow-y: auto;
  }
  .ce-drawer.is-open .ce-drawer__panel { transform: translateX(0); }
  .ce-drawer__nav { display: flex; flex-direction: column; gap: 4px; }
  .ce-drawer__nav a { padding: 13px 4px; font-size: 16px; font-weight: 600; color: var(--ce-ink); border-bottom: 1px solid var(--ce-line); }
  body.ce-nav-open { overflow: hidden; }
}

@media (max-width: 600px) {
  .ce-header__inner { padding: 12px 16px; column-gap: 8px; }
  .ce-logo { gap: 8px; }
  .ce-logo__word { font-size: clamp(12px, 10vw - 20px, 18px); }
  .ce-nav { gap: 6px; }
  .ce-nav__actions { gap: 2px; }
  .ce-iconbtn { width: 40px; height: 40px; }
  .ce-hamburger { width: 40px; height: 40px; }
  .ce-topbar__inner { padding: 9px 16px; }
  .ce-trust__inner { padding: clamp(28px, 6vw, 40px) 16px; gap: 16px; }
  .ce-footer__inner { padding: clamp(32px, 7vw, 48px) 16px 24px; }
  .ce-footer__bar-inner { padding: 16px; }
}
