.contact-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 28px max(3.5%, calc((100% - 1180px) / 2)) 48px;
  background: #fffdf3;
  color: #32150e;
  font-family: "Nunito", Arial, sans-serif;
}
.contact-border-art {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.contact-page > :not(.contact-border-art) {
  position: relative;
  z-index: 1;
}
.contact-hero {
  position: relative;
  max-width: 860px;
  margin: 0 auto 22px;
  text-align: center;
}
.contact-hero-logo {
  display: block;
  width: 140px;
  height: auto;
  margin: 0 auto 13px;
}
.contact-eyebrow {
  margin: 0 0 10px;
  color: #a65520;
  font:
    700 14px/1 "Nunito",
    sans-serif;
  letter-spacing: 0.22em;
}
.contact-hero h1,
.contact-reasons h2,
.contact-review h2,
.contact-closing h2 {
  margin: 0;
  color: #40170f;
  font-family: "Fredoka", Arial, sans-serif;
  font-weight: 700;
}
.contact-hero h1 {
  font-size: clamp(38px, 5.1vw, 68px);
  line-height: 1.02;
  letter-spacing: -1.4px;
}
.contact-hero > p:last-child {
  max-width: 720px;
  margin: 13px auto 0;
  font-size: clamp(17px, 1.75vw, 23px);
  line-height: 1.35;
}
.contact-email-panel {
  position: relative;
  max-width: 930px;
  margin: 0 auto 24px;
  padding: 24px 100px;
  border: 3px solid #e9a820;
  border-radius: 42px;
  background: linear-gradient(120deg, #fff7d5, #fffdf6);
  box-shadow: 0 7px 0 #c06a181c;
}
.contact-email-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 84px;
  color: #40170f;
  text-decoration: none;
}
.contact-email-link strong {
  display: block;
  font:
    700 clamp(25px, 3.25vw, 46px)/1 "Fredoka",
    Arial,
    sans-serif;
  letter-spacing: -0.8px;
}
.contact-email-link small {
  display: block;
  margin-top: 9px;
  color: #8a4724;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.contact-mail-icon {
  display: grid;
  flex: 0 0 66px;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #ffc43d;
  color: #4b190c;
}
.contact-mail-icon svg,
.contact-closing a svg {
  width: 33px;
  height: 33px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linejoin: round;
}
.contact-krishna,
.contact-hanuman {
  position: absolute;
  z-index: 1;
  bottom: -10px;
  width: 156px;
  height: auto;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.contact-krishna {
  left: -126px;
}
.contact-hanuman {
  right: -126px;
}
.contact-reasons {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}
.contact-reasons h2 {
  text-align: center;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
}
.contact-reason-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.contact-reason {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 84px;
  padding: 12px 15px;
  border: 1px solid #eed394;
  border-radius: 16px;
  background: #fffdf8;
}
.contact-reason:nth-child(5) {
  grid-column: 1/2;
}
.contact-reason h3 {
  margin: 0;
  color: #331812;
  font:
    700 16px/1.2 "Nunito",
    sans-serif;
}
.contact-reason > span {
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
}
.contact-reason svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-blue > span {
  background: #3f9fed;
}
.contact-red > span {
  background: #ef5745;
}
.contact-gold > span {
  background: #f4b222;
}
.contact-green > span {
  background: #2aac74;
}
.contact-purple > span {
  background: #8865e6;
}
.contact-pink > span {
  background: #e66098;
}
.contact-teal > span {
  background: #3daec1;
}
.contact-review {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1040px;
  margin: 14px auto 24px;
  padding: 21px 34px;
  border: 1px solid #eec452;
  border-radius: 22px;
  background: #fff0bf;
}
.contact-review h2 {
  font-size: clamp(23px, 2.3vw, 32px);
  line-height: 1.1;
}
.contact-review p {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.4;
}
.contact-scroll {
  display: block;
  flex: 0 0 95px;
  width: 95px;
  height: 90px;
  object-fit: contain;
}
.contact-closing {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 28px 70px;
  border-radius: 48px;
  background: linear-gradient(105deg, #f4dcfb, #eef0ff);
  text-align: center;
}
.contact-closing h2 {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.1;
}
.contact-closing a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 15px;
  padding: 13px 25px;
  border: 2px solid #d89218;
  border-radius: 999px;
  background: #fff3bd;
  color: #40170f;
  font:
    700 clamp(17px, 2vw, 25px)/1 "Fredoka",
    Arial,
    sans-serif;
  text-decoration: none;
}
.contact-closing a svg {
  width: 23px;
  height: 23px;
}
.contact-closing p {
  margin: 11px 0 0;
  color: #733a27;
  font-size: 13px;
  font-weight: 700;
}
.contact-draupadi {
  position: absolute;
  right: -125px;
  bottom: -27px;
  width: 180px;
  height: auto;
  pointer-events: none;
}
@media (max-width: 1100px) {
  .contact-page {
    padding-inline: 5%;
  }
  .contact-krishna {
    left: -70px;
    width: 130px;
  }
  .contact-hanuman {
    right: -70px;
    width: 130px;
  }
  .contact-reason-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .contact-reason:nth-child(5) {
    grid-column: auto;
  }
  .contact-draupadi {
    right: -65px;
    width: 145px;
  }
}
@media (max-width: 760px) {
  .contact-page {
    padding: 20px 16px 32px;
    overflow-x: hidden;
  }
  .contact-border-art {
    inset: 0 auto auto 0;
    width: 100%;
    height: 397px;
    object-fit: cover;
    object-position: center top;
    opacity: 0.82;
  }
  .contact-hero {
    margin-bottom: 16px;
  }
  .contact-hero-logo {
    width: 96px;
    margin-bottom: 10px;
  }
  .contact-eyebrow {
    font-size: 12px;
    letter-spacing: 0.18em;
    margin-bottom: 7px;
  }
  .contact-hero h1 {
    font-size: clamp(30px, 8.4vw, 44px);
    letter-spacing: -0.8px;
  }
  .contact-hero > p:last-child {
    margin-top: 10px;
    font-size: clamp(14px, 3.8vw, 16.5px);
    line-height: 1.45;
  }
  /* Email panel - stack icon above text, allow wrapping */
  .contact-email-panel {
    position: relative;
    box-sizing: border-box;
    max-width: 93%;
    margin: 0 auto 24px;
    padding: 5px 38px;
    border: 3px solid #e9a820;
    border-radius: 26px;
    background: linear-gradient(120deg, #fff7d5, #fffdf6);
    box-shadow: 0 7px 0 #c06a181c;
  }
  .contact-email-link {
    position: relative;
    z-index: 2;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    padding: 4px 0;
    text-align: center;
  }
  .contact-email-link strong {
    font-size: clamp(17px, 4.8vw, 24px);
    letter-spacing: -0.4px;
    word-break: break-word;
    overflow-wrap: anywhere;
    padding: 0 4px;
  }
  .contact-email-link small {
    font-size: 10px;
    letter-spacing: 0.14em;
    margin-top: 6px;
  }
  .contact-mail-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
  .contact-mail-icon svg {
    width: 28px;
    height: 28px;
  }
  .contact-krishna,
  .contact-hanuman {
    display: block;
    z-index: 1;
    bottom: -10px;
    width: 94px;
    opacity: 0.96;
  }
  .contact-krishna {
    left: -44px;
  }
  .contact-hanuman {
    right: -44px;
  }
  /* Reason cards - single column, icon left, comfortable text */
  .contact-reasons h2 {
    font-size: clamp(24px, 6.4vw, 32px);
  }
  .contact-reason-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
  }
  .contact-reason {
    min-height: 0;
    padding: 13px 15px;
    gap: 13px;
    border-radius: 15px;
    align-items: center;
  }
  .contact-reason > span {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }
  .contact-reason svg {
    width: 23px;
    height: 23px;
  }
  .contact-reason h3 {
    font-size: 15.5px;
    line-height: 1.3;
  }
  .contact-review {
    align-items: flex-start;
    gap: 13px;
    padding: 18px 16px;
    border-radius: 18px;
    margin-top: 22px;
  }
  .contact-scroll {
    flex-basis: 48px;
    width: 48px;
    height: 56px;
  }
  .contact-review h2 {
    font-size: 19px;
  }
  .contact-review p {
    font-size: 14px;
    line-height: 1.5;
  }
  .contact-closing {
    padding: 26px 92px 26px 18px;
    border-radius: 26px;
    margin-top: 22px;
    overflow: hidden;
  }
  .contact-closing h2 {
    font-size: clamp(21px, 5.8vw, 27px);
  }
  .contact-draupadi {
    display: block;
    right: -31px;
    bottom: -12px;
    width: 112px;
  }
}
@media (max-width: 410px) {
  .contact-email-link strong {
    font-size: 16.5px;
  }
  .contact-reason {
    padding: 12px 13px;
  }
  .contact-reason h3 {
    font-size: 14.5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .contact-page * {
    scroll-behavior: auto;
  }
}
