body.home-premium {
  background:
    radial-gradient(circle at top left, rgba(218, 55, 67, 0.16), transparent 24%),
    radial-gradient(circle at 85% 12%, rgba(255, 179, 177, 0.08), transparent 18%),
    linear-gradient(180deg, #121212 0%, #0e0e0e 100%);
}

.home-premium .site-header {
  background: rgba(12, 12, 12, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.home-premium .topbar {
  min-height: 92px;
}

.home-premium .nav a {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.home-premium .nav-cta {
  min-height: 44px;
  padding-inline: 20px;
  font-size: 0.72rem;
}

.hp-main {
  overflow: clip;
}

.hp-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 84px;
}

.hp-hero::before,
.hp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
}

.hp-hero::before {
  background:
    linear-gradient(180deg, rgba(19, 19, 19, 0.18) 0%, rgba(19, 19, 19, 0.72) 100%),
    linear-gradient(90deg, rgba(19, 19, 19, 0.88) 0%, rgba(19, 19, 19, 0.52) 42%, rgba(19, 19, 19, 0.2) 100%),
    url("/assets/home/hero-premium.jpg") center center / cover no-repeat;
}

.hp-hero::after {
  background:
    radial-gradient(circle at 50% 20%, rgba(218, 55, 67, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(19, 19, 19, 0) 64%, rgba(14, 14, 14, 0.96) 100%);
  pointer-events: none;
}

.hp-shell {
  position: relative;
  z-index: 1;
}

.hp-hero-content {
  max-width: 900px;
}

.hp-kicker,
.hp-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent-bright);
}

.hp-kicker::before,
.hp-section-kicker::before {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(255, 179, 177, 0.8);
}

.hp-title {
  margin: 18px 0 20px;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 8vw, 6.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: #f2ede8;
}

.hp-title em {
  font-style: italic;
  font-weight: 400;
}

.hp-lead {
  max-width: 700px;
  margin: 0;
  color: rgba(229, 226, 225, 0.86);
  font-size: 1.08rem;
  line-height: 1.82;
}

.hp-hero-panel {
  max-width: 760px;
  margin-top: 34px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(42, 42, 42, 0.35);
  backdrop-filter: blur(20px);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.32);
}

.hp-hero-shop-cta {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.hp-hero-panel .route-form-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.hp-hero-panel .route-input {
  min-height: 56px;
  border: 0;
  border-radius: 12px;
  background: rgba(53, 53, 52, 0.32);
  color: var(--text);
  font-size: 1rem;
}

.hp-hero-panel .route-input::placeholder {
  color: rgba(229, 226, 225, 0.42);
}

.hp-hero-panel .cta-primary {
  min-height: 56px;
  padding-inline: 28px;
  border-radius: 10px;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: -0.02em;
  text-transform: none;
}

.hp-proof {
  position: relative;
  z-index: 1;
  padding: 24px 0;
  background: #0e0e0e;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.hp-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hp-proof-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  color: rgba(229, 226, 225, 0.76);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hp-proof-card strong {
  color: var(--accent-bright);
  font-size: 0.92rem;
}

.hp-proof-card::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-bright), var(--accent));
  box-shadow: 0 0 16px rgba(218, 55, 67, 0.45);
}

.hp-section,
.hp-image-section,
.hp-grid-section,
.hp-inquiry {
  position: relative;
  padding: 120px 0;
}

.hp-section {
  background: #131313;
}

.hp-philosophy {
  overflow: hidden;
}

.hp-philosophy::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(19, 19, 19, 0.96) 0%, rgba(19, 19, 19, 0.9) 36%, rgba(19, 19, 19, 0.32) 100%),
    url("/assets/home/philosophy-bg.jpg") center center / cover no-repeat;
  opacity: 0.8;
}

.hp-philosophy .hp-shell,
.hp-image-section .hp-shell,
.hp-grid-section .hp-shell,
.hp-inquiry .hp-shell {
  position: relative;
  z-index: 1;
}

.hp-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
}

.hp-copy-block {
  max-width: 620px;
}

.hp-copy-block h2,
.hp-grid-head h2,
.hp-inquiry-head h2 {
  margin: 20px 0 16px;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.hp-copy-block p,
.hp-grid-head p,
.hp-inquiry-head p,
.hp-detail-card p,
.hp-location-card p {
  margin: 0;
  color: rgba(229, 226, 225, 0.74);
  font-size: 1rem;
  line-height: 1.85;
}

.hp-link-inline {
  display: inline-flex;
  margin-top: 22px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-bright);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 179, 177, 0.32);
  padding-bottom: 8px;
}

.hp-image-section {
  background: #131313;
}

.hp-image-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 40px;
  align-items: center;
}

.hp-image-frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 520px;
  background: #0f0f0f;
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.35);
}

.hp-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46));
}

.hp-detail-card {
  padding: 34px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(42, 42, 42, 0.96), rgba(28, 27, 27, 0.98));
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
}

.hp-detail-card h3 {
  margin: 14px 0 12px;
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.hp-grid-section {
  background: #1c1b1b;
}

.hp-grid-head {
  margin-bottom: 48px;
}

.hp-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.06);
}

.hp-location-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  padding: 34px;
  background: #131313;
  text-decoration: none;
}

.hp-location-card:hover {
  background: #2a2a2a;
  color: inherit;
}

.hp-location-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hp-location-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hp-location-meta span:first-child {
  color: var(--accent-bright);
}

.hp-location-meta span:last-child {
  color: rgba(229, 226, 225, 0.74);
}

.home-lookup-results {
  display: grid;
  gap: 12px;
}

.home-lookup-card {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(7, 7, 7, 0.38);
  border: 1px solid rgba(255, 179, 177, 0.1);
}

.home-lookup-card h3,
.home-lookup-empty h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.home-lookup-card p,
.home-lookup-empty p {
  margin: 0;
  color: rgba(229, 226, 225, 0.76);
  font-size: 0.96rem;
  line-height: 1.7;
}

.home-lookup-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-lookup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-lookup-actions .cta-link {
  min-height: 44px;
  padding-inline: 18px;
  font-size: 0.72rem;
}

.home-lookup-empty {
  display: grid;
  gap: 10px;
}

.hp-inquiry {
  background: #131313;
}

.hp-inquiry-shell {
  max-width: 860px;
  margin: 0 auto;
}

.hp-inquiry-head {
  margin-bottom: 28px;
  text-align: center;
}

.hp-inquiry-form {
  display: grid;
  gap: 18px;
}

.hp-inquiry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hp-field {
  display: grid;
  gap: 8px;
}

.hp-field label {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(229, 226, 225, 0.44);
}

.hp-field input,
.hp-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: #353534;
  color: var(--text);
  padding: 16px 18px;
  font: inherit;
}

.hp-field textarea {
  min-height: 160px;
  resize: vertical;
}

.hp-field input:focus,
.hp-field textarea:focus {
  outline: none;
  border-bottom-color: var(--accent);
}

.hp-form-actions {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.hp-form-actions .cta-link {
  min-height: 56px;
  padding-inline: 34px;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: -0.01em;
  text-transform: none;
  border-radius: 8px;
}

.hp-form-note {
  text-align: center;
  color: rgba(229, 226, 225, 0.52);
  font-size: 0.88rem;
}

.home-premium .site-footer {
  background: #0e0e0e;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.home-premium .footer-grid {
  padding: 52px 0;
}

@media (max-width: 1080px) {
  .hp-two-col,
  .hp-image-layout {
    grid-template-columns: 1fr;
  }

  .hp-location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .hp-hero {
    min-height: auto;
    padding: 120px 0 70px;
  }

  .hp-hero-panel .route-form-row,
  .hp-inquiry-grid,
  .hp-proof-grid,
  .hp-location-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hp-image-frame {
    min-height: 360px;
  }

  .hp-hero-shop-cta {
    justify-content: stretch;
  }

  .hp-hero-shop-cta .cta-link {
    width: 100%;
  }

  .hp-location-card {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .home-premium .nav {
    display: none;
  }

  .home-premium .topbar {
    min-height: 76px;
  }

  .brand-logo-wrap {
    width: 48px;
    height: 48px;
  }

  .brand-name {
    font-size: 1.15rem;
  }

  .hp-title {
    font-size: 3.2rem;
  }

  .hp-copy-block h2,
  .hp-grid-head h2,
  .hp-inquiry-head h2 {
    font-size: 2.6rem;
  }

  .hp-hero-panel {
    padding: 10px;
  }

  .hp-hero-panel .cta-primary,
  .hp-hero-panel .route-input {
    min-height: 52px;
  }

  .hp-section,
  .hp-image-section,
  .hp-grid-section,
  .hp-inquiry {
    padding: 88px 0;
  }
}
