.wishe-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.wishe-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: linear-gradient(135deg, #0f2742, #173f68);
  color: #fff;
}

.wishe-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, rgba(8, 21, 36, 0.88), rgba(16, 50, 83, 0.72)),
    var(--wishe-hero-bg-image);
  background-size: cover;
  background-position: center;
  opacity: 0.95;
}

.wishe-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -35% 45%;
  height: 520px;
  background:
    radial-gradient(circle, rgba(157, 204, 255, 0.22) 0, rgba(157, 204, 255, 0) 68%);
  pointer-events: none;
}

.wishe-hero .wishe-container {
  position: relative;
  z-index: 1;
}

.wishe-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 36px;
  align-items: center;
}

.wishe-hero-content {
  max-width: 780px;
}

.wishe-hero-panel {
  position: relative;
  max-width: 760px;
  padding: 34px 36px 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(7, 19, 32, 0.56), rgba(13, 37, 61, 0.34));
  box-shadow: 0 26px 60px rgba(4, 13, 24, 0.24);
  backdrop-filter: blur(10px);
}

.wishe-hero-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  pointer-events: none;
}

.wishe-hero-visual {
  min-width: 0;
}

.wishe-hero-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.wishe-hero-shot {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 50px rgba(4, 13, 24, 0.35);
  backdrop-filter: blur(4px);
}

.wishe-hero-shot img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: block;
  object-fit: cover;
}

.wishe-hero-shot figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(6, 16, 27, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #f5fbff;
}

.wishe-hero-shot-1 {
  grid-column: 1 / -1;
  min-height: 320px;
}

.wishe-hero-shot-2 {
  min-height: 220px;
}

.wishe-hero-shot-3 {
  min-height: 220px;
}

.wishe-hero-shot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 21, 36, 0) 45%, rgba(8, 21, 36, 0.72) 100%);
  pointer-events: none;
}

.wishe-hero-shot-1::after {
  content: "";
  position: absolute;
  inset: 16px 16px auto auto;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(6px);
  pointer-events: none;
}

.wishe-hero-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.wishe-hero-tag {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(157, 204, 255, 0.24);
  border-radius: 999px;
  background: rgba(157, 204, 255, 0.08);
  font-size: 13px;
  font-weight: 700;
  color: #ddecfb;
}

.wishe-eyebrow {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #2f80ed;
}

.wishe-hero .wishe-eyebrow {
  color: #9dccff;
}

.wishe-hero h1 {
  margin: 0 0 24px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  color: #fff;
}

.wishe-hero p {
  font-size: 18px;
  line-height: 1.75;
  color: #e5eef7;
}

.wishe-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.wishe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.wishe-btn-primary {
  background: #2f80ed;
  color: #fff;
}

.wishe-btn-secondary {
  background: #fff;
  color: #173f68;
}

.wishe-section {
  padding: 76px 0;
}

.wishe-light {
  background: #f5f8fb;
}

.wishe-section-head {
  max-width: 780px;
  margin-bottom: 36px;
}

.wishe-section h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.2;
  color: #102033;
}

.wishe-section p,
.wishe-section li {
  font-size: 16px;
  line-height: 1.75;
  color: #526173;
}

.wishe-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.wishe-card {
  display: block;
  padding: 30px;
  border: 1px solid #e1e8ef;
  border-radius: 14px;
  background: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wishe-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 39, 66, 0.09);
}

.wishe-card-media {
  aspect-ratio: 4 / 3;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(135deg, #dbe9f7, #f3f7fb);
}

.wishe-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wishe-card h3 {
  margin: 0 0 12px;
  font-size: 23px;
  color: #102033;
}

.wishe-card p {
  margin: 0;
}

.wishe-split {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 40px;
  align-items: center;
}

.wishe-quote-box {
  padding: 34px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e1e8ef;
  box-shadow: 0 16px 36px rgba(15, 39, 66, 0.07);
}

.wishe-quote-box h3 {
  margin: 0 0 12px;
  font-size: 26px;
  color: #102033;
}

.wishe-product-page {
  background: linear-gradient(180deg, #f7fbff 0, #fff 280px);
}

.wishe-quote-page {
  background: linear-gradient(180deg, #f7fbff 0, #fff 280px);
}

.wishe-contact-page {
  background: linear-gradient(180deg, #f7fbff 0, #fff 280px);
}

.wishe-contact-hero {
  padding: 84px 0 42px;
}

.wishe-contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 34px;
  align-items: start;
}

.wishe-contact-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.06;
  color: #102033;
}

.wishe-contact-intro {
  max-width: 760px;
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #526173;
}

.wishe-contact-sidecard p {
  margin-bottom: 0;
}

.wishe-contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.wishe-quote-hero {
  padding: 84px 0 42px;
}

.wishe-quote-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 34px;
  align-items: start;
}

.wishe-quote-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.06;
  color: #102033;
}

.wishe-quote-intro {
  max-width: 760px;
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #526173;
}

.wishe-selected-product {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 26px;
  padding: 12px 16px;
  border: 1px solid #cfe1f6;
  border-radius: 999px;
  background: #fff;
  color: #173f68;
}

.wishe-selected-product span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2f80ed;
}

.wishe-selected-product strong {
  font-size: 15px;
  color: #102033;
}

.wishe-quote-sidecard {
  padding: 30px;
  border: 1px solid #e1e8ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 39, 66, 0.07);
}

.wishe-quote-sidecard h2 {
  margin: 0 0 12px;
  font-size: 28px;
  color: #102033;
}

.wishe-quote-checklist {
  margin: 0 0 20px;
  padding-left: 18px;
}

.wishe-quote-checklist li {
  margin-bottom: 10px;
}

.wishe-quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}

.wishe-quote-main {
  min-width: 0;
}

.wishe-quote-content {
  margin-top: 0;
  margin-bottom: 28px;
}

.wishe-quote-form-wrap {
  padding: 34px;
  border: 1px solid #e1e8ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 39, 66, 0.05);
}

.wishe-quote-form-head {
  margin-bottom: 24px;
}

.wishe-quote-form-wrap .ff-default .ff-el-form-control,
.wishe-quote-form-wrap .ff-default select,
.wishe-quote-form-wrap .ff-default textarea {
  border-radius: 10px;
}

.wishe-quote-form-wrap .ff-btn-submit {
  border-radius: 8px;
}

.wishe-product-archive {
  background: linear-gradient(180deg, #f7fbff 0, #fff 260px);
}

.wishe-archive-hero {
  padding: 84px 0 42px;
}

.wishe-archive-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.06;
  color: #102033;
}

.wishe-archive-intro {
  max-width: 780px;
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #526173;
}

.wishe-archive-meta {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 26px;
  font-size: 14px;
  font-weight: 700;
  color: #526173;
}

.wishe-filter-bar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.wishe-filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid #d6e1ec;
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #173f68;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.wishe-filter-chip.is-active,
.wishe-filter-chip:hover {
  border-color: #2f80ed;
  background: #2f80ed;
  color: #fff;
}

.wishe-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.wishe-archive-card {
  display: grid;
  border: 1px solid #e1e8ef;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(15, 39, 66, 0.05);
}

.wishe-archive-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.wishe-archive-card:hover {
  box-shadow: 0 20px 40px rgba(15, 39, 66, 0.09);
}

.wishe-archive-card-media {
  margin-bottom: 0;
  border-radius: 0;
}

.wishe-card-media-placeholder {
  display: grid;
  place-items: center;
  min-height: 240px;
  padding: 24px;
  color: #6d7f92;
  font-size: 16px;
  font-weight: 700;
}

.wishe-archive-card-body {
  padding: 28px 28px 22px;
}

.wishe-card-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2f80ed;
}

.wishe-archive-card-body h2 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.2;
  color: #102033;
}

.wishe-archive-card-body p:last-child {
  margin-bottom: 0;
}

.wishe-archive-card-footer {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px 28px;
  flex-wrap: wrap;
}

.wishe-empty-state {
  padding: 40px;
  border: 1px solid #e1e8ef;
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 14px 32px rgba(15, 39, 66, 0.05);
}

.wishe-empty-state h2 {
  margin: 0 0 12px;
  color: #102033;
}

.wishe-empty-state p {
  max-width: 720px;
  margin: 0 auto 24px;
}

.wishe-pagination {
  margin-top: 34px;
}

.wishe-pagination .page-numbers {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wishe-pagination .page-numbers a,
.wishe-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #d6e1ec;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  font-weight: 700;
  color: #173f68;
}

.wishe-pagination .page-numbers .current {
  border-color: #2f80ed;
  background: #2f80ed;
  color: #fff;
}

.wishe-product-hero {
  padding: 84px 0 52px;
}

.wishe-product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 40px;
  align-items: center;
}

.wishe-product-copy h1 {
  margin: 0 0 20px;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.06;
  color: #102033;
}

.wishe-product-summary {
  max-width: 720px;
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #526173;
}

.wishe-product-image-card {
  overflow: hidden;
  border: 1px solid #dfe8f1;
  border-radius: 24px;
  background: linear-gradient(135deg, #edf5fc, #f9fbfd);
  box-shadow: 0 22px 48px rgba(15, 39, 66, 0.1);
}

.wishe-product-image,
.wishe-product-image-card img {
  width: 100%;
  height: auto;
  display: block;
}

.wishe-product-image-placeholder {
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 24px;
  font-size: 18px;
  font-weight: 700;
  color: #6d7f92;
}

.wishe-product-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}

.wishe-product-main {
  min-width: 0;
}

.wishe-product-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.wishe-info-card,
.wishe-side-panel {
  padding: 30px;
  border: 1px solid #e1e8ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 39, 66, 0.06);
}

.wishe-info-card h2,
.wishe-product-content h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 36px);
  color: #102033;
}

.wishe-info-card p,
.wishe-side-panel p,
.wishe-richtext,
.wishe-richtext p,
.wishe-richtext li {
  font-size: 16px;
  line-height: 1.8;
  color: #526173;
}

.wishe-product-content {
  margin-top: 30px;
  padding: 34px;
  border: 1px solid #e1e8ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 39, 66, 0.05);
}

.wishe-richtext > :first-child {
  margin-top: 0;
}

.wishe-richtext > :last-child {
  margin-bottom: 0;
}

.wishe-product-sidebar {
  display: grid;
  gap: 22px;
}

.wishe-sticky-box {
  position: sticky;
  top: 32px;
}

.wishe-side-panel h3 {
  margin: 0 0 12px;
  font-size: 24px;
  color: #102033;
}

.wishe-text-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #173f68;
  text-decoration: none;
}

.wishe-section-actions {
  margin-top: 30px;
}

@media (max-width: 900px) {
  .wishe-hero-grid,
  .wishe-card-grid,
  .wishe-archive-grid,
  .wishe-split,
  .wishe-contact-card-grid,
  .wishe-contact-hero-grid,
  .wishe-quote-layout,
  .wishe-quote-hero-grid,
  .wishe-product-info-grid,
  .wishe-product-body,
  .wishe-product-hero-grid {
    grid-template-columns: 1fr;
  }

  .wishe-hero {
    padding: 80px 0;
  }

  .wishe-hero-panel {
    padding: 28px 24px 30px;
  }

  .wishe-hero-visual {
    display: none;
  }

  .wishe-product-hero {
    padding: 64px 0 36px;
  }

  .wishe-quote-hero {
    padding: 64px 0 28px;
  }

  .wishe-contact-hero {
    padding: 64px 0 28px;
  }

  .wishe-archive-hero {
    padding: 64px 0 28px;
  }

  .wishe-sticky-box {
    position: static;
    top: auto;
  }

  .wishe-product-image-placeholder {
    min-height: 280px;
  }

  .wishe-archive-card-body,
  .wishe-archive-card-footer,
  .wishe-empty-state,
  .wishe-quote-form-wrap,
  .wishe-quote-sidecard {
    padding-left: 22px;
    padding-right: 22px;
  }
}
