/* Shared first-screen quotation experience for event category pages. */
.category-landing-hero {
  overflow: hidden;
  padding: 18px 0 30px;
  background:
    radial-gradient(circle at 12% 8%, rgba(237, 189, 65, 0.16), transparent 28%),
    linear-gradient(135deg, #f3fbf7 0%, #fbfdfb 55%, #edf8f3 100%);
}

.category-landing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.94fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #d7e9e1;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 42px rgba(5, 83, 63, 0.08);
}

.category-landing-copy {
  padding: clamp(28px, 3.35vw, 56px);
}

.category-landing-copy .eyebrow {
  margin-bottom: 15px;
  color: #0f7a5d;
}

.category-landing-copy .eyebrow::before {
  background: #0f7a5d;
}

.category-landing-copy h1 {
  max-width: 720px;
  margin-bottom: clamp(20px, 2.1vw, 30px);
  color: #15241e;
  font-size: clamp(2.75rem, 4.9vw, 5.25rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.category-quote-form {
  max-width: 760px;
  padding: 18px;
  border: 1px solid #cfe3da;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 15px 32px rgba(5, 83, 63, 0.1);
}

.category-quote-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 15px;
}

.category-quote-heading strong,
.category-quote-heading span {
  display: block;
}

.category-quote-heading strong {
  color: #075a46;
  font-size: clamp(1.07rem, 1.7vw, 1.33rem);
  line-height: 1.2;
}

.category-quote-heading span {
  margin-top: 5px;
  color: #63776f;
  font-size: 0.87rem;
  line-height: 1.42;
}

.category-quote-heading > b {
  flex: 0 0 auto;
  padding: 10px 12px;
  border-radius: 999px;
  background: #fff0b8;
  color: #7b5704;
  font-size: 0.73rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.category-quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 12px;
}

.category-quote-grid > label,
.category-service-field {
  display: grid;
  gap: 6px;
  color: #20352c;
  font-size: 0.81rem;
  font-weight: 850;
  line-height: 1.2;
}

.category-quote-grid input,
.category-quote-grid select,
.category-service-select summary {
  min-width: 0;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid #c6ddd3;
  border-radius: 13px;
  outline: 0;
  background: #fff;
  color: #17251f;
  font: inherit;
  font-size: 0.89rem;
  font-weight: 750;
}

.category-quote-grid input::placeholder {
  color: #87958f;
  opacity: 1;
}

.category-quote-grid input:focus,
.category-quote-grid select:focus,
.category-service-select summary:focus-visible {
  border-color: #0f7a5d;
  box-shadow: 0 0 0 3px rgba(15, 122, 93, 0.12);
}

.category-service-field {
  grid-column: 1 / -1;
}

.category-service-field > span small {
  margin-left: 7px;
  color: #78887f;
  font-size: 0.72rem;
  font-weight: 700;
}

.category-service-select {
  position: relative;
}

.category-service-select summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}

.category-service-select summary::-webkit-details-marker {
  display: none;
}

.category-service-select summary b {
  color: #0f7a5d;
  font-size: 1rem;
}

.category-service-select[open] summary {
  border-color: #0f7a5d;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.category-service-options {
  position: absolute;
  z-index: 20;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  padding: 12px;
  border: 1px solid #0f7a5d;
  border-radius: 0 0 15px 15px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(5, 83, 63, 0.18);
}

.category-service-options > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.category-service-options label {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border: 1px solid #d9e9e2;
  border-radius: 10px;
  background: #f8fcfa;
  color: #22362d;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.22;
}

.category-service-options input {
  width: 18px;
  min-width: 18px;
  min-height: 18px;
  margin: 0;
  accent-color: #0f7a5d;
}

.category-service-options button {
  width: 100%;
  min-height: 44px;
  margin-top: 10px;
  border: 0;
  border-radius: 11px;
  background: #075a46;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 850;
}

.category-quote-submit {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding: 0 17px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(100deg, #0f7a5d, #075a46);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  font-weight: 850;
  box-shadow: 0 12px 22px rgba(7, 90, 70, 0.19);
}

.category-quote-submit b {
  font-size: 1.4rem;
}

.category-quote-status {
  margin: 10px 0 0;
  color: #176eaa;
  font-size: 0.8rem;
  font-weight: 750;
}

.category-quote-form > small {
  display: block;
  margin-top: 10px;
  color: #62746b;
  font-size: 0.74rem;
  line-height: 1.4;
}

.category-hero-proof {
  display: flex;
  align-items: baseline;
  gap: 12px;
  max-width: 760px;
  margin-top: 14px;
  padding: 10px 13px;
  border-left: 4px solid #d2a22d;
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, 0.88);
}

.category-hero-proof strong {
  color: #12241d;
  font-size: 0.86rem;
}

.category-hero-proof span {
  color: #62746b;
  font-size: 0.8rem;
}

.category-landing-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #0b604a;
}

.category-landing-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(3, 40, 31, 0.8) 100%);
  content: "";
  pointer-events: none;
}

.category-landing-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
}

.category-landing-visual > div {
  position: absolute;
  z-index: 1;
  right: 26px;
  bottom: 25px;
  left: 26px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  background: rgba(5, 61, 47, 0.75);
  backdrop-filter: blur(8px);
  color: #fff;
}

.category-landing-visual span,
.category-landing-visual strong {
  display: block;
}

.category-landing-visual span {
  margin-bottom: 4px;
  color: #f8dea1;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.category-landing-visual strong {
  font-size: 0.98rem;
  line-height: 1.3;
}

.category-brief-strip {
  border-bottom: 1px solid #d8e8e1;
  background: #fff;
}

.category-brief-strip > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-brief-strip span {
  padding: 17px 20px;
  border-right: 1px solid #d8e8e1;
  color: #075a46;
  font-size: 0.83rem;
  font-weight: 850;
  text-align: center;
}

.category-brief-strip span:last-child {
  border-right: 0;
}

body[data-page="wedding"] .mobile-actions,
body[data-page="engagement"] .mobile-actions,
body[data-page="flower-decoration"] .mobile-actions,
body[data-page="housewarming"] .mobile-actions,
body[data-page="baby-shower"] .mobile-actions,
body[data-page="naming-ceremony"] .mobile-actions,
body[data-page="anniversary"] .mobile-actions,
body[data-page="puberty-function"] .mobile-actions,
body[data-page="photography"] .mobile-actions {
  display: none;
}

@media (max-width: 980px) {
  .category-landing-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(310px, 0.88fr);
  }

  .category-landing-copy {
    padding: 28px;
  }

  .category-landing-copy h1 {
    font-size: clamp(2.6rem, 5.2vw, 4.2rem);
  }

  .category-landing-visual img {
    min-height: 670px;
  }
}

@media (max-width: 760px) {
  .category-landing-hero {
    padding: 0 0 18px;
  }

  .category-landing-grid {
    display: block;
    border-radius: 22px;
  }

  .category-landing-copy {
    padding: 24px 18px 18px;
  }

  .category-landing-copy .eyebrow {
    margin-bottom: 12px;
    font-size: 0.71rem;
  }

  .category-landing-copy h1 {
    margin-bottom: 18px;
    font-size: clamp(2.45rem, 10.6vw, 3.55rem);
    line-height: 0.96;
  }

  .category-landing-visual {
    display: none;
  }

  .category-quote-form {
    padding: 15px;
    border-radius: 20px;
  }

  .category-quote-heading {
    margin-bottom: 12px;
  }

  .category-quote-heading strong {
    font-size: 1.03rem;
  }

  .category-quote-heading span {
    font-size: 0.78rem;
  }

  .category-quote-heading > b {
    padding: 8px 10px;
    font-size: 0.65rem;
  }

  .category-quote-grid {
    gap: 9px;
  }

  .category-quote-grid > label,
  .category-service-field {
    font-size: 0.74rem;
  }

  .category-quote-grid input,
  .category-quote-grid select,
  .category-service-select summary {
    min-height: 45px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 0.78rem;
  }

  .category-service-options {
    padding: 9px;
  }

  .category-service-options > div {
    gap: 6px;
  }

  .category-service-options label {
    min-height: 39px;
    gap: 7px;
    padding: 6px 7px;
    font-size: 0.7rem;
  }

  .category-service-options input {
    width: 16px;
    min-width: 16px;
    min-height: 16px;
  }

  .category-service-options button {
    min-height: 39px;
    margin-top: 8px;
  }

  .category-quote-submit {
    min-height: 48px;
    margin-top: 11px;
    padding: 0 13px;
    font-size: 0.9rem;
  }

  .category-quote-form > small {
    margin-top: 8px;
    font-size: 0.68rem;
  }

  .category-hero-proof {
    display: block;
    margin-top: 11px;
    padding: 9px 11px;
  }

  .category-hero-proof strong,
  .category-hero-proof span {
    display: block;
  }

  .category-hero-proof span {
    margin-top: 3px;
    font-size: 0.72rem;
  }

  .category-brief-strip > div {
    grid-template-columns: 1fr;
  }

  .category-brief-strip span {
    padding: 11px 14px;
    border-right: 0;
    border-bottom: 1px solid #d8e8e1;
    font-size: 0.74rem;
  }

  .category-brief-strip span:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 390px) {
  .category-landing-copy {
    padding-right: 13px;
    padding-left: 13px;
  }

  .category-quote-form {
    padding: 12px;
  }

  .category-quote-heading > b {
    display: none;
  }
}
