/* Custom order page styles */
/* Custom Order Page Style */

/* =========================
   Custom Order
========================= */

.custom-order-page {
  --container-width: 1310px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(232, 93, 143, 0.08), transparent 20%),
    radial-gradient(circle at top right, rgba(248, 180, 200, 0.12), transparent 24%),
    linear-gradient(180deg, #fffefe 0%, #fff9fa 52%, #fff5f6 100%);
}

.custom-order-page .container {
  width: min(100% - 32px, var(--container-width));
}

.custom-order-page .navbar {
  top: 0;
  width: 100%;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(243, 214, 223, 0.88);
  border-radius: 0;
  background: rgba(255, 252, 252, 0.94);
  box-shadow: none;
}

.custom-order-page .nav-toggle {
  border-color: rgba(243, 214, 223, 0.94);
  background: rgba(255, 255, 255, 0.96);
  color: #ef6f97;
}

.custom-order-page .navbar-content {
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 68px;
  padding: 0;
  gap: 20px;
}

.custom-order-page .logo {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.42rem;
  letter-spacing: -0.02em;
  color: #eb6f94;
}

.custom-order-page .nav-menu {
  margin-left: 0;
  justify-self: end;
  gap: 16px;
  color: rgba(47, 47, 58, 0.78);
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
}

.custom-order-page .nav-menu a {
  padding: 10px 0;
  color: rgba(47, 47, 58, 0.78);
}

.custom-order-page .nav-menu a:hover,
.custom-order-page .nav-menu a.active {
  color: #ef6f97;
  background: rgba(255, 239, 244, 0.9);
}

.custom-order-main {
  padding-bottom: 44px;
}

.custom-order-page .home-section-kicker {
  color: #ef6f97;
}

.custom-editorial-hero {
  position: relative;
  overflow: hidden;
  padding: 18px 0 0;
  border-bottom: 1px solid rgba(243, 214, 223, 0.88);
}

.custom-editorial-hero::before,
.custom-editorial-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.custom-editorial-hero::before {
  top: 44px;
  left: 8%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 228, 236, 0.7) 0%, rgba(255, 228, 236, 0) 72%);
}

.custom-editorial-hero::after {
  right: 6%;
  bottom: -80px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 239, 244, 0.84) 0%, rgba(255, 239, 244, 0) 72%);
}

.custom-editorial-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  align-items: center;
  gap: clamp(26px, 3.6vw, 40px);
  padding: 34px 0 0;
}

.custom-editorial-copy {
  max-width: 620px;
  padding-bottom: 42px;
}

.custom-editorial-copy h1 {
  margin-top: 14px;
  color: #21151a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.85rem, 4.25vw, 4.15rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.custom-editorial-copy p:not(.home-section-kicker) {
  max-width: 440px;
  margin-top: 20px;
  color: rgba(47, 47, 58, 0.74);
  font-size: 1rem;
  line-height: 1.65;
}

.custom-editorial-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.custom-editorial-primary {
  min-height: 50px;
  padding: 0 24px;
  gap: 10px;
  background: linear-gradient(135deg, #ef6f97 0%, #d95983 100%);
  box-shadow: 0 16px 30px rgba(232, 93, 143, 0.22);
}

.custom-editorial-primary svg {
  width: 18px;
  height: 18px;
}

.custom-editorial-note {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}

.custom-editorial-note-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ef6f97;
  background: rgba(255, 239, 244, 0.84);
  border: 1px solid rgba(243, 214, 223, 0.92);
}

.custom-editorial-note-icon svg {
  width: 22px;
  height: 22px;
}

.custom-editorial-note strong {
  display: block;
  color: #29171d;
  font-size: 0.92rem;
  font-weight: 700;
}

.custom-editorial-note div span {
  color: rgba(47, 47, 58, 0.66);
  font-size: 0.84rem;
}

.custom-editorial-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 410px;
}

.custom-editorial-visual::before {
  content: "";
  position: absolute;
  inset: 8% 8% 4% 14%;
  background: radial-gradient(circle at center, rgba(255, 230, 237, 0.8), rgba(255, 230, 237, 0) 72%);
  filter: blur(12px);
  pointer-events: none;
}

.custom-editorial-visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 930px);
  margin-left: auto;
  margin-right: -10px;
}

.custom-workspace-section {
  padding: 28px 0 0;
}

.custom-workspace-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.73fr) minmax(0, 1.65fr);
  align-items: start;
  gap: 18px;
}

.custom-guide-panel,
.custom-order-card {
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(232, 93, 143, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 251, 0.96));
  border: 1px solid rgba(243, 214, 223, 0.92);
  box-shadow: 0 18px 40px rgba(232, 93, 143, 0.08);
}

.custom-guide-panel {
  position: sticky;
  top: 96px;
  padding: 24px 22px 20px;
}

.custom-guide-panel h2 {
  margin-top: 12px;
  color: #29171d;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.82rem, 2.45vw, 2.6rem);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.04em;
}

.custom-guide-panel>p:not(.home-section-kicker) {
  margin-top: 14px;
  color: rgba(47, 47, 58, 0.68);
  font-size: 0.9rem;
  line-height: 1.62;
}

.custom-guide-list {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.custom-guide-card {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(243, 214, 223, 0.92);
}

.custom-guide-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ef6f97;
  background: transparent;
  border: 0;
}

.custom-guide-icon img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  display: block;
}

.custom-guide-card strong {
  display: block;
  color: #29171d;
  font-size: 0.9rem;
  font-weight: 700;
}

.custom-guide-card p {
  margin-top: 4px;
  color: rgba(47, 47, 58, 0.68);
  font-size: 0.8rem;
  line-height: 1.5;
}

.custom-guide-note {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  padding: 13px 14px;
  border-radius: 18px;
  background: rgba(255, 248, 250, 0.92);
  border: 1px solid rgba(243, 214, 223, 0.92);
  color: rgba(47, 47, 58, 0.66);
  font-size: 0.78rem;
  line-height: 1.5;
}

.custom-guide-note svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #ef6f97;
}

.custom-order-card {
  padding: 16px 22px 22px;
}

.custom-form-heading {
  padding: 4px 4px 14px;
  border-bottom: 1px solid rgba(243, 214, 223, 0.92);
}

.custom-order-form {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  gap: 0;
  scroll-margin-top: 96px;
}

.custom-form-section {
  display: grid;
  gap: 14px;
  padding: 18px 4px;
}

.custom-form-section+.custom-form-section {
  border-top: 1px solid rgba(243, 214, 223, 0.82);
}

.custom-form-step {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-form-step span {
  color: #ef6f97;
  font-size: 1rem;
  font-weight: 800;
}

.custom-form-step h3 {
  color: #29171d;
  font-size: 1rem;
  font-weight: 700;
}

.custom-order-page .form-group {
  gap: 10px;
}

.custom-order-page .form-group label {
  color: #29171d;
  font-size: 0.88rem;
  font-weight: 700;
}

.custom-order-page .form-group label span {
  color: rgba(47, 47, 58, 0.54);
  font-weight: 500;
}

.custom-order-page .form-group input,
.custom-order-page .form-group select,
.custom-order-page .form-group textarea {
  min-height: 48px;
  padding: 11px 15px;
  border-radius: 14px;
  border: 1px solid rgba(243, 214, 223, 0.96);
  background: rgba(255, 253, 253, 0.96);
  box-shadow: none;
}

.custom-order-page .form-group textarea {
  min-height: 74px;
}

.custom-order-page .form-group input::placeholder,
.custom-order-page .form-group textarea::placeholder {
  color: rgba(127, 106, 115, 0.62);
}

.custom-check-option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(47, 47, 58, 0.66);
  font-size: 0.88rem;
  line-height: 1.5;
}

.custom-check-option input {
  width: 16px;
  height: 16px;
  accent-color: #ef6f97;
}

.custom-tone-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.custom-tone-chip {
  min-height: 34px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid rgba(243, 214, 223, 0.96);
  background: rgba(255, 255, 255, 0.94);
  color: rgba(95, 76, 85, 0.88);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.24s ease;
}

.custom-tone-chip:hover,
.custom-tone-chip.is-active {
  border-color: rgba(239, 111, 151, 0.36);
  background: rgba(255, 237, 243, 0.96);
  color: #d95983;
  box-shadow: 0 10px 20px rgba(232, 93, 143, 0.12);
}

.custom-tone-chip:focus-visible {
  outline: none;
  border-color: rgba(239, 111, 151, 0.44);
  box-shadow: 0 0 0 4px rgba(232, 93, 143, 0.12);
}

.custom-form-actions {
  padding: 10px 4px 0;
}

.custom-submit-btn {
  width: 100%;
  min-height: 50px;
  gap: 10px;
  background: linear-gradient(135deg, #ef6f97 0%, #d95983 100%);
  box-shadow: 0 16px 30px rgba(232, 93, 143, 0.2);
}

.custom-submit-btn svg {
  width: 18px;
  height: 18px;
}

.custom-form-disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  color: rgba(47, 47, 58, 0.58);
  font-size: 0.82rem;
  text-align: center;
}

.custom-form-disclaimer svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: #d95983;
}

.custom-trust-section {
  padding: 28px 0 0;
}

.custom-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(232, 93, 143, 0.06), transparent 32%),
    rgba(255, 255, 255, 0.9);
  border: 0;
  box-shadow: 0 16px 32px rgba(232, 93, 143, 0.07);
}

.custom-trust-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
  padding: 20px 18px;
}

.custom-trust-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ef6f97;
  background: rgba(255, 239, 244, 0.84);
  border: 1px solid rgba(243, 214, 223, 0.92);
}

.custom-trust-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}

.custom-trust-item strong {
  display: block;
  color: #29171d;
  font-size: 0.95rem;
  font-weight: 700;
}

.custom-trust-item p {
  margin-top: 4px;
  color: rgba(47, 47, 58, 0.66);
  font-size: 0.84rem;
  line-height: 1.55;
}

.custom-footer {
  margin-top: 36px;
}

@media (max-width: 1120px) {

  .custom-editorial-shell,
  .custom-workspace-grid {
    grid-template-columns: 1fr;
  }

  .custom-editorial-copy {
    max-width: none;
    padding-bottom: 0;
  }

  .custom-editorial-copy p:not(.home-section-kicker) {
    max-width: 560px;
  }

  .custom-guide-panel {
    position: static;
  }

  .custom-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 900px) {
  .custom-order-page .nav-menu {
    gap: 10px;
    font-size: 0.88rem;
  }

  .custom-editorial-shell {
    padding-top: 22px;
  }

  .custom-editorial-visual {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .custom-order-page .container {
    width: min(100% - 32px, var(--container-width));
  }

  .custom-order-page .navbar {
    top: 0;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
  }

  .custom-order-page .navbar-content {
    display: flex;
    min-height: auto;
    align-items: center;
    flex-wrap: wrap;
    padding: 14px 0 12px;
    gap: 12px;
  }

  .custom-order-page .logo {
    order: 1;
    font-size: 1.28rem;
  }

  .custom-order-page .nav-toggle {
    order: 3;
    width: 28px;
    height: 28px;
    margin-left: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #ef6f97;
    font-size: 1.15rem;
  }

  .custom-order-page .nav-menu {
    order: 4;
  }

  .custom-editorial-hero {
    padding-top: 12px;
  }

  .custom-editorial-shell {
    gap: 18px;
    padding-top: 16px;
  }

  .custom-editorial-copy h1 {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  .custom-editorial-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .custom-editorial-note {
    padding-top: 0;
  }

  .custom-workspace-section,
  .custom-trust-section {
    padding-top: 18px;
  }

  .custom-guide-panel,
  .custom-order-card {
    padding: 22px 18px;
  }

  .custom-order-card {
    padding-top: 16px;
  }

  .custom-form-heading,
  .custom-form-section,
  .custom-form-actions {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-trust-strip {
    grid-template-columns: 1fr;
  }

}
