/* ==========================================================
   L&R DESIGN & BUILD LTD
   CONTACT PAGE
========================================================== */


/* ==========================================================
   HERO
========================================================== */

.contact-hero {
  position: relative;

  overflow: hidden;

  padding:
    145px
    0
    105px;

  background:
    #000000;
}


.contact-hero-glow {
  position: absolute;

  top: -270px;
  left: -250px;

  width: 900px;
  height: 900px;

  pointer-events: none;

  background:
    radial-gradient(
      circle,
      rgba(144, 247, 249, 0.11) 0%,
      rgba(144, 247, 249, 0.035) 38%,
      transparent 70%
    );

  filter:
    blur(28px);
}


.contact-hero
.container-xl {
  position: relative;

  z-index: 2;
}


.contact-hero-layout {
  display: grid;

  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(430px, 0.72fr);

  align-items: stretch;

  gap:
    clamp(
      55px,
      7vw,
      105px
    );
}


/* ==========================================================
   LEFT COPY
========================================================== */

.contact-main {
  width: 100%;
  max-width: 760px;
}


.contact-main
.section-kicker {
  margin-bottom: 18px;
}


.contact-main h1 {
  max-width: 790px;

  margin:
    0
    0
    22px;

  color:
    #ffffff;

  font-family:
    var(--font-title);

  font-size:
    clamp(
      51px,
      5vw,
      77px
    );

  font-weight: 700;

  line-height: 0.99;

  letter-spacing:
    -0.06em;
}


.contact-main h1 span {
  display: block;

  color:
    var(--lr-cyan-light);
}


.contact-description {
  max-width: 690px;

  margin:
    0
    0
    40px;

  color:
    rgba(255, 255, 255, 0.72);

  font-size: 17px;

  line-height: 1.75;
}


/* ==========================================================
   CONTACT FORM
========================================================== */

.contact-form {
  width: 100%;
  max-width: 760px;
}


.contact-form
.quote-grid {
  gap:
    15px
    14px;
}


.contact-form
.quote-field label {
  margin-bottom: 7px;
}


.contact-form
.quote-field input,
.contact-form
.quote-field select {
  height: 53px;

  padding:
    0
    16px;

  background:
    rgba(255, 255, 255, 0.06);

  border:
    1px solid
    rgba(255, 255, 255, 0.15);

  border-radius: 15px;
}


.contact-form
.quote-field textarea {
  min-height: 126px;

  padding:
    15px
    16px;

  background:
    rgba(255, 255, 255, 0.06);

  border:
    1px solid
    rgba(255, 255, 255, 0.15);

  border-radius: 17px;
}


.contact-form
.quote-field input:hover,
.contact-form
.quote-field select:hover,
.contact-form
.quote-field textarea:hover {
  border-color:
    rgba(144, 247, 249, 0.32);
}


.contact-form
.quote-submit {
  justify-content: flex-start;

  margin-top: 7px;
}


.contact-form
.quote-submit-button {
  min-height: 53px;

  padding:
    0
    30px;
}


/* ==========================================================
   RIGHT CONTACT PANEL
========================================================== */

.contact-panel {
  position: relative;

  min-height: 720px;

  overflow: hidden;

  background: #050606;

  border:
    1px solid
    rgba(144, 247, 249, 0.16);

  border-radius: 29px;

  isolation: isolate;
}


.contact-panel-image {
  position: absolute;

  inset: 0;

  z-index: -3;
}


.contact-panel-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  object-position: center;

  filter:
    saturate(0.48)
    brightness(0.68)
    contrast(1.06);
}


.contact-panel-overlay {
  position: absolute;

  inset: 0;

  z-index: -2;

  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.37) 34%,
      rgba(0, 0, 0, 0.52) 59%,
      rgba(0, 0, 0, 0.95) 100%
    );
}


.contact-panel-content {
  display: flex;

  flex-direction: column;

  min-height: 720px;

  padding:
    42px
    37px
    34px;
}


/* ==========================================================
   PANEL HEADING
========================================================== */

.contact-panel-heading {
  max-width: 440px;
}


.contact-panel-heading > span {
  display: block;

  margin-bottom: 13px;

  color:
    var(--lr-cyan);

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 0.14em;

  text-transform: uppercase;
}


.contact-panel-heading h2 {
  max-width: 450px;

  margin: 0;

  color: #ffffff;

  font-family:
    var(--font-title);

  font-size:
    clamp(
      36px,
      3vw,
      51px
    );

  font-weight: 700;

  line-height: 1.04;

  letter-spacing:
    -0.05em;
}


.contact-panel-heading h2 strong {
  display: block;

  color:
    var(--lr-cyan-light);

  font-weight: 700;
}


.contact-panel-heading p {
  max-width: 390px;

  margin:
    18px
    0
    0;

  color:
    rgba(255, 255, 255, 0.64);

  font-size: 14px;

  line-height: 1.65;
}


/* ==========================================================
   COMPACT CONTACT METHODS
========================================================== */

.contact-methods {
  display: flex;

  flex-direction: column;

  align-items: flex-start;

  gap: 10px;

  width: 100%;

  margin-top: auto;

  padding-top: 42px;
}


.contact-method {
  display: inline-flex;

  align-items: center;

  gap: 12px;

  width: fit-content;
  max-width: 100%;

  min-height: 58px;

  padding:
    6px
    17px
    6px
    6px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      rgba(144, 247, 249, 0.24),
      rgba(144, 247, 249, 0.11)
    );

  border:
    1px solid
    rgba(202, 254, 255, 0.36);

  border-radius: 999px;

  box-shadow:
    inset
    0
    1px
    0
    rgba(255, 255, 255, 0.13),
    0
    12px
    35px
    rgba(0, 0, 0, 0.17);

  backdrop-filter:
    blur(18px);

  -webkit-backdrop-filter:
    blur(18px);

  transition:
    border-color var(--transition),
    background-color var(--transition),
    transform var(--transition);
}


.contact-method:hover {
  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      rgba(144, 247, 249, 0.35),
      rgba(144, 247, 249, 0.17)
    );

  border-color:
    rgba(202, 254, 255, 0.62);

  transform:
    translateY(-2px);
}


.contact-method-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  flex:
    0
    0
    45px;

  width: 45px;
  height: 45px;

  color: #000000;

  background:
    var(--lr-cyan);

  border-radius: 50%;

  font-size: 17px;
}


.contact-method-text {
  min-width: 0;
}


.contact-method-text small,
.contact-method-text strong {
  display: block;
}


.contact-method-text small {
  margin-bottom: 2px;

  color:
    rgba(255, 255, 255, 0.57);

  font-size: 8px;

  font-weight: 700;

  line-height: 1;

  letter-spacing: 0.13em;

  text-transform: uppercase;
}


.contact-method-text strong {
  color: #ffffff;

  font-size: 13px;

  font-weight: 700;

  line-height: 1.3;

  white-space: nowrap;
}


.contact-method-email
.contact-method-text strong {
  font-size: 11.5px;

  letter-spacing:
    -0.02em;
}


/* ==========================================================
   COVERAGE
========================================================== */

.contact-coverage {
  max-width: 410px;

  margin-top: 25px;

  padding-top: 20px;

  border-top:
    1px solid
    rgba(255, 255, 255, 0.17);
}


.contact-coverage span {
  display: block;

  margin-bottom: 5px;

  color:
    var(--lr-cyan);

  font-size: 9px;

  font-weight: 700;

  letter-spacing: 0.14em;

  text-transform: uppercase;
}


.contact-coverage p {
  max-width: 360px;

  margin: 0;

  color:
    rgba(255, 255, 255, 0.61);

  font-size: 13px;

  line-height: 1.6;
}


/* ==========================================================
   FAQ SECTION
========================================================== */

.contact-faq-section {
  padding:
    90px
    0
    110px;

  background: #000000;
}


/* ==========================================================
   LARGE SOLID BLUE FAQ CARD
========================================================== */

.contact-faq-card {
  position: relative;

  overflow: hidden;

  display: grid;

  grid-template-columns:
    minmax(300px, 0.72fr)
    minmax(0, 1.28fr);

  align-items: start;

  gap:
    clamp(
      50px,
      7vw,
      105px
    );

  padding:
    62px;

  color: #000000;

  background:
    var(--lr-cyan);

  border-radius: 31px;
}


/*
   This is only a subtle sheen.
   The actual card background remains
   SOLID brand blue.
*/

.contact-faq-card::before {
  position: absolute;

  top: -290px;
  left: -190px;

  width: 620px;
  height: 620px;

  pointer-events: none;

  background:
    rgba(255, 255, 255, 0.12);

  border-radius: 50%;

  filter:
    blur(95px);

  content: "";
}


/* ==========================================================
   FAQ INTRO
========================================================== */

.contact-faq-intro {
  position: relative;

  z-index: 2;

  max-width: 440px;

  padding-top: 8px;
}


.contact-faq-kicker {
  margin-bottom: 16px;

  color:
    rgba(0, 0, 0, 0.59);

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 0.15em;

  text-transform: uppercase;
}


.contact-faq-intro h2 {
  margin: 0;

  color: #000000;

  font-family:
    var(--font-title);

  font-size:
    clamp(
      41px,
      4vw,
      62px
    );

  font-weight: 700;

  line-height: 1.02;

  letter-spacing:
    -0.055em;
}


.contact-faq-intro h2 span {
  display: block;

  color:
    rgba(0, 0, 0, 0.56);
}


.contact-faq-intro p {
  max-width: 430px;

  margin:
    21px
    0
    0;

  color:
    rgba(0, 0, 0, 0.65);

  font-size: 15px;

  line-height: 1.7;
}


/* ==========================================================
   FAQ GRID
========================================================== */

.contact-faq-grid {
  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns:
    repeat(
      2,
      minmax(0, 1fr)
    );

  align-items: start;

  gap: 11px;
}


.contact-faq-column {
  display: grid;

  gap: 11px;
}


/* ==========================================================
   FAQ ITEM
========================================================== */

.contact-faq-item {
  overflow: hidden;

  color: #ffffff;

  background:
    #070909;

  border:
    1px solid
    rgba(0, 0, 0, 0.09);

  border-radius: 17px;

  box-shadow:
    0
    12px
    32px
    rgba(0, 0, 0, 0.08);

  transition:
    background-color var(--transition),
    transform var(--transition);
}


.contact-faq-item:hover {
  background:
    #0c1010;

  transform:
    translateY(-2px);
}


.contact-faq-item[open] {
  background:
    #0c1010;
}


/* ==========================================================
   FAQ SUMMARY
========================================================== */

.contact-faq-item summary {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    36px;

  align-items: center;

  gap: 15px;

  min-height: 82px;

  padding:
    19px
    17px
    19px
    20px;

  cursor: pointer;

  list-style: none;
}


.contact-faq-item
summary::-webkit-details-marker {
  display: none;
}


.contact-faq-question {
  color: #ffffff;

  font-family:
    var(--font-title);

  font-size: 15px;

  font-weight: 600;

  line-height: 1.4;

  letter-spacing:
    -0.025em;
}


/* ==========================================================
   FAQ PLUS / MINUS
========================================================== */

.contact-faq-toggle {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;

  background:
    var(--lr-cyan);

  border-radius: 50%;
}


.contact-faq-toggle::before,
.contact-faq-toggle::after {
  position: absolute;

  width: 11px;
  height: 1.5px;

  background:
    #000000;

  content: "";

  transition:
    transform var(--transition);
}


.contact-faq-toggle::after {
  transform:
    rotate(90deg);
}


.contact-faq-item[open]
.contact-faq-toggle::after {
  transform:
    rotate(0deg);
}


/* ==========================================================
   FAQ ANSWER
========================================================== */

.contact-faq-answer {
  padding:
    0
    57px
    21px
    20px;
}


.contact-faq-answer p {
  margin: 0;

  color:
    rgba(255, 255, 255, 0.67);

  font-size: 13px;

  line-height: 1.7;
}


/* ==========================================================
   SMALL DESKTOP
========================================================== */

@media (max-width: 1199px) {

  .contact-hero-layout {
    grid-template-columns:
      minmax(0, 1fr)
      410px;

    gap: 45px;
  }


  .contact-main h1 {
    font-size:
      clamp(
        47px,
        5vw,
        65px
      );
  }


  .contact-panel,
  .contact-panel-content {
    min-height: 690px;
  }


  .contact-panel-content {
    padding:
      35px
      27px
      29px;
  }


  .contact-method-text strong {
    font-size: 12px;
  }


  .contact-method-email
  .contact-method-text strong {
    font-size: 10.5px;
  }


  .contact-faq-card {
    grid-template-columns:
      minmax(260px, 0.65fr)
      minmax(0, 1.35fr);

    gap: 44px;

    padding:
      50px
      43px;
  }


  .contact-faq-question {
    font-size: 14px;
  }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

  /* HERO */

  .contact-hero {
    padding:
      120px
      0
      78px;
  }


  .contact-hero-layout {
    grid-template-columns: 1fr;

    gap: 52px;
  }


  .contact-main {
    max-width: 780px;
  }


  .contact-panel {
    min-height: 580px;
  }


  .contact-panel-content {
    min-height: 580px;
  }


  .contact-methods {
    max-width: 600px;
  }


  /* FAQ */

  .contact-faq-section {
    padding:
      75px
      0
      90px;
  }


  .contact-faq-card {
    grid-template-columns: 1fr;

    gap: 38px;

    padding:
      46px
      34px;
  }


  .contact-faq-intro {
    max-width: 680px;
  }


  .contact-faq-intro p {
    max-width: 610px;
  }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

  /* ======================================================
     HERO
  ====================================================== */

  .contact-hero {
    padding:
      105px
      0
      62px;
  }


  .contact-hero-glow {
    top: -220px;
    left: -320px;

    width: 620px;
    height: 620px;
  }


  .contact-main {
    text-align: center;
  }


  .contact-main
  .section-kicker {
    justify-content: center;
  }


  .contact-main h1 {
    max-width: 600px;

    margin:
      0
      auto
      18px;

    font-size:
      clamp(
        38px,
        10.2vw,
        49px
      );

    line-height: 1.01;
  }


  .contact-description {
    max-width: 570px;

    margin:
      0
      auto
      34px;

    font-size: 15px;

    line-height: 1.67;
  }


  /* ======================================================
     FORM
  ====================================================== */

  .contact-form {
    text-align: left;
  }


  /*
     Force ALL form fields into one column
     on mobile.
  */

  .contact-form
  .quote-grid {
    grid-template-columns: 1fr;

    gap: 13px;
  }


  .contact-form
  .quote-field,
  .contact-form
  .quote-field-full,
  .contact-form
  .quote-submit {
    grid-column: 1;
  }


  .contact-form
  .quote-field input,
  .contact-form
  .quote-field select {
    height: 52px;

    border-radius: 15px;

    font-size: 16px;
  }


  .contact-form
  .quote-field textarea {
    min-height: 120px;

    border-radius: 17px;

    font-size: 16px;
  }


  .contact-form
  .quote-submit-button {
    width: 100%;
  }


  /* ======================================================
     CONTACT PANEL
  ====================================================== */

  .contact-panel {
    min-height: 540px;

    border-radius: 23px;
  }


  .contact-panel-content {
    min-height: 540px;

    padding:
      28px
      18px
      21px;
  }


  .contact-panel-heading h2 {
    font-size:
      clamp(
        34px,
        9vw,
        43px
      );
  }


  .contact-panel-heading p {
    font-size: 13px;
  }


  /*
     Contact pills remain fit-content,
     NOT full width.
  */

  .contact-methods {
    gap: 8px;

    padding-top: 31px;
  }


  .contact-method {
    min-height: 55px;

    padding:
      6px
      14px
      6px
      6px;
  }


  .contact-method-icon {
    flex-basis: 41px;

    width: 41px;
    height: 41px;

    font-size: 16px;
  }


  .contact-method-text strong {
    font-size: 12px;
  }


  .contact-method-email
  .contact-method-text strong {
    font-size: 10.5px;
  }


  /* ======================================================
     FAQ
  ====================================================== */

  .contact-faq-section {
    padding:
      60px
      0
      76px;
  }


  .contact-faq-card {
    grid-template-columns: 1fr;

    gap: 30px;

    padding:
      37px
      17px
      18px;

    border-radius: 23px;
  }


  .contact-faq-intro {
    padding-top: 0;
  }


  .contact-faq-intro h2 {
    font-size:
      clamp(
        35px,
        9.4vw,
        46px
      );
  }


  .contact-faq-intro p {
    font-size: 15px;
  }


  /*
     The two FAQ columns collapse to
     one readable mobile list.
  */

  .contact-faq-grid {
    grid-template-columns: 1fr;

    gap: 9px;
  }


  .contact-faq-column {
    gap: 9px;
  }


  .contact-faq-item {
    border-radius: 15px;
  }


  .contact-faq-item summary {
    min-height: 75px;

    padding:
      17px
      14px
      17px
      16px;
  }


  .contact-faq-question {
    font-size: 15px;
  }


  .contact-faq-toggle {
    width: 33px;
    height: 33px;
  }


  .contact-faq-answer {
    padding:
      0
      49px
      19px
      16px;
  }


  .contact-faq-answer p {
    font-size: 13px;
  }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 479px) {

  .contact-main h1 {
    font-size: 36px;
  }


  .contact-panel {
    min-height: 520px;
  }


  .contact-panel-content {
    min-height: 520px;

    padding:
      25px
      15px
      18px;
  }


  .contact-panel-heading h2 {
    font-size: 32px;
  }


  /*
     Email remains inside its pill,
     without forcing the pill to fill
     the screen.
  */

  .contact-method-email
  .contact-method-text strong {
    font-size: 9.7px;

    letter-spacing:
      -0.025em;
  }


  .contact-coverage p {
    font-size: 12px;
  }


  .contact-faq-intro h2 {
    font-size: 34px;
  }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

  .contact-method,
  .contact-faq-item,
  .contact-faq-toggle::after {
    transition: none !important;
  }

}