/* =========================================================
   CONTATO PREMIUM — MODELO ESCURO/DOURADO
   Página isolada: contato.html
========================================================= */

.contato-premium {
  margin: 0;
  background: #0b0b0a;
  color: #f8f3ea;
  font-family: "Montserrat", sans-serif;
}

.contato-premium *,
.contato-premium *::before,
.contato-premium *::after {
  box-sizing: border-box;
}

.contato-premium a {
  text-decoration: none;
}

.cp-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.cp-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10, 10, 9, .97);
  border-bottom: 1px solid rgba(193, 145, 65, .34);
  backdrop-filter: blur(14px);
}

.cp-nav {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 34px;
  align-items: center;
}

.cp-brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  color: #f7f0e4;
}

.cp-brand-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid #b9873d;
  color: #d0a256;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
}

.cp-brand-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cp-brand-text strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 2.4px;
}

.cp-brand-text small {
  color: #b98a45;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 2px;
}

.cp-menu {
  display: flex;
  align-items: center;
  gap: 34px;
}

.cp-menu a {
  position: relative;
  padding: 34px 0 30px;
  color: #f3eee6;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.cp-menu a:hover,
.cp-menu a.active {
  color: #d1a052;
}

.cp-menu a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 2px;
  background: #c69543;
}

.cp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 0 28px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
}

.cp-btn-gold {
  justify-self: end;
  background: linear-gradient(135deg, #a97930, #d0a555);
  color: #fff;
}

.cp-menu-btn {
  display: none;
  justify-self: end;
  border: 1px solid rgba(201, 151, 72, .45);
  background: transparent;
  color: #d1a052;
  font-size: 25px;
  padding: 7px 10px;
  cursor: pointer;
}


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

.cp-hero {
  min-height: 305px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 25%, rgba(183, 122, 44, .28), transparent 23%),
    linear-gradient(90deg, #090908 0%, #0e0c09 46%, #2d1e10 100%);
}

.cp-hero-grid {
  min-height: 305px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: stretch;
}

.cp-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 40px 44px 0;
}

.cp-kicker {
  margin: 0 0 14px;
  color: #c79543;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3.3px;
}

.cp-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(49px, 5.2vw, 76px);
  font-weight: 500;
  line-height: .88;
}

.cp-hero-copy h1 em {
  display: block;
  color: #c18d40;
  font-weight: 500;
}

.cp-hero-copy > p:last-child {
  max-width: 610px;
  margin: 24px 0 0;
  color: #d0c8bd;
  font-size: 12px;
  line-height: 1.8;
}

.cp-hero-visual {
  position: relative;
  min-height: 305px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(194, 141, 60, .32), transparent 24%),
    linear-gradient(135deg, #312313, #0f0e0b);
}

.cp-hero-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 24%;
}

.cp-photo-placeholder {
  width: 100%;
  height: 100%;
  min-height: 305px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #cf9c4f;
  background:
    linear-gradient(rgba(0,0,0,.18), rgba(0,0,0,.18)),
    radial-gradient(circle at 50% 40%, rgba(194, 141, 60, .2), transparent 30%);
}

.cp-photo-placeholder span {
  font-family: "Cormorant Garamond", serif;
  font-size: 78px;
  line-height: 1;
}

.cp-photo-placeholder small {
  text-align: center;
  font-size: 8px;
  letter-spacing: 2px;
  line-height: 1.7;
}

.cp-quote {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 210px;
  padding: 15px 17px;
  background: rgba(5, 5, 4, .52);
  backdrop-filter: blur(10px);
}

.cp-quote blockquote {
  margin: 0 0 8px;
  color: #d4a65f;
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  font-style: italic;
  line-height: 1.03;
}

.cp-quote span {
  color: #fff;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.7px;
}


/* =========================================================
   CONTATO PRINCIPAL
========================================================= */

.cp-contact-section {
  padding: 42px 0 38px;
  background:
    radial-gradient(circle at 45% 0%, rgba(160, 105, 34, .06), transparent 30%),
    #0a0a09;
}

.cp-contact-grid {
  display: grid;
  grid-template-columns: .97fr 1.03fr;
  gap: 28px;
  align-items: start;
}


/* CANAIS */

.cp-section-title {
  margin-bottom: 20px;
}

.cp-section-title h2,
.cp-form-heading h2 {
  margin: 0;
  color: #f7f2ea;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(39px, 3.8vw, 53px);
  font-weight: 500;
  line-height: .96;
}

.cp-section-title h2 em,
.cp-form-heading h2 em {
  color: #c59043;
  font-weight: 500;
}

.cp-channel-card {
  min-height: 118px;
  display: grid;
  grid-template-columns: 84px 1fr 42px;
  gap: 19px;
  align-items: center;
  margin-bottom: 13px;
  padding: 17px 20px;
  border: 1px solid rgba(199, 145, 58, .75);
  border-radius: 5px;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(255,255,255,.018), rgba(197,145,63,.015));
  transition: .22s ease;
}

.cp-channel-card:hover {
  transform: translateY(-2px);
  border-color: #d0a04f;
  background:
    linear-gradient(100deg, rgba(255,255,255,.035), rgba(197,145,63,.045));
}

.cp-icon-wrap {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid #b88435;
  border-radius: 50%;
}

.cp-icon-wrap svg {
  width: 31px;
  height: 31px;
  fill: #c99a49;
}

.cp-icon-whatsapp svg {
  fill: #54d47b;
}

.cp-icon-instagram svg {
  fill: #d56cbd;
}

.cp-channel-copy span {
  color: #c79643;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 2.1px;
}

.cp-channel-copy h3 {
  margin: 5px 0 5px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  font-weight: 500;
}

.cp-channel-copy p {
  max-width: 310px;
  margin: 0;
  color: #c3bbb0;
  font-size: 10px;
  line-height: 1.55;
}

.cp-arrow {
  color: #c6933d;
  font-size: 31px;
  text-align: center;
}


/* FORM */

.cp-form-card {
  padding: 28px 29px 30px;
  border: 1px solid rgba(199, 145, 58, .8);
  border-radius: 5px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.02), rgba(195,140,55,.025));
}

.cp-form-heading h2 {
  font-size: 45px;
}

.cp-form-heading p {
  margin: 10px 0 21px;
  color: #c6beb3;
  font-size: 10px;
  line-height: 1.7;
}

.cp-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.cp-field {
  margin-bottom: 15px;
}

.cp-field label {
  display: block;
  margin-bottom: 7px;
  color: #e3ddd4;
  font-size: 9px;
}

.cp-field label b {
  color: #c47f61;
}

.cp-field label span {
  color: #7f786f;
}

.cp-field input,
.cp-field select,
.cp-field textarea {
  width: 100%;
  border: 1px solid #45413b;
  border-radius: 4px;
  outline: none;
  background: #10100f;
  color: #f8f4ee;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
}

.cp-field input,
.cp-field select {
  height: 44px;
  padding: 0 13px;
}

.cp-field textarea {
  min-height: 112px;
  padding: 13px;
  resize: vertical;
  line-height: 1.6;
}

.cp-field input:focus,
.cp-field select:focus,
.cp-field textarea:focus {
  border-color: #c69443;
}

.cp-field input::placeholder,
.cp-field textarea::placeholder {
  color: #6f6b66;
}

.cp-submit {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  background: linear-gradient(90deg, #b78132, #d0a353);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .7px;
}

.cp-submit:hover {
  filter: brightness(1.08);
}

.cp-submit-icon {
  font-size: 20px;
}


/* =========================================================
   FOOTER MAIOR
========================================================= */

.cp-footer {
  background: #0b0b0a;
  border-top: 1px solid rgba(200, 147, 61, .5);
}

.cp-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr .8fr .82fr .9fr;
  gap: 35px;
  padding-top: 33px;
  padding-bottom: 30px;
}

.cp-footer-brand .cp-brand-mark {
  width: 48px;
  height: 48px;
}

.cp-footer-brand .cp-brand-text strong {
  font-size: 18px;
}

.cp-footer-verse {
  max-width: 205px;
  margin: 18px 0 7px;
  color: #c69b5d;
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.15;
}

.cp-verse-ref {
  color: #a77937;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.7px;
}

.cp-footer h4 {
  margin: 5px 0 15px;
  color: #c89443;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
}

.cp-footer-column {
  display: flex;
  flex-direction: column;
}

.cp-footer-column a {
  margin-bottom: 8px;
  color: #d5cec4;
  font-size: 9px;
}

.cp-footer-column a:hover {
  color: #c99545;
}

.cp-socials {
  display: flex;
  gap: 10px;
}

.cp-socials a {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid #a97831;
  border-radius: 50%;
  color: #c99545;
  font-size: 9px;
  font-weight: 700;
}

.cp-footer-social p {
  max-width: 190px;
  margin: 15px 0 0;
  color: #a49d93;
  font-size: 8px;
  line-height: 1.7;
}

.cp-footer-bottom {
  border-top: 1px solid #272522;
}

.cp-footer-bottom-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #8f8981;
  font-size: 8px;
}

.cp-footer-bottom-inner div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cp-footer-bottom a {
  color: #a59e95;
}


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

@media (max-width: 980px) {

  .cp-nav {
    grid-template-columns: 1fr auto auto;
  }

  .cp-menu {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 80px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px;
    border: 1px solid rgba(199, 145, 58, .55);
    background: #11100e;
  }

  .cp-menu.open {
    display: flex;
  }

  .cp-menu a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }

  .cp-menu a.active::after {
    display: none;
  }

  .cp-menu-btn {
    display: block;
  }

  .cp-desktop {
    display: none;
  }

  .cp-hero-grid {
    grid-template-columns: 1fr;
  }

  .cp-hero-copy {
    padding-right: 0;
  }

  .cp-hero-visual {
    min-height: 390px;
  }

  .cp-contact-grid {
    grid-template-columns: 1fr;
  }

  .cp-footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

}


/* =========================================================
   CELULAR
========================================================= */

@media (max-width: 650px) {

  .cp-container {
    width: min(100% - 28px, 1120px);
  }

  .cp-nav {
    min-height: 74px;
  }

  .cp-brand {
    gap: 10px;
  }

  .cp-brand-mark {
    width: 43px;
    height: 43px;
    font-size: 21px;
  }

  .cp-brand-text strong {
    font-size: 15px;
    letter-spacing: 1.6px;
  }

  .cp-brand-text small {
    font-size: 5px;
    letter-spacing: 1.1px;
  }

  .cp-menu {
    top: 72px;
    left: 14px;
    right: 14px;
  }

  .cp-hero-copy {
    padding-top: 44px;
    padding-bottom: 39px;
  }

  .cp-hero-copy h1 {
    font-size: 52px;
  }

  .cp-hero-copy > p:last-child {
    font-size: 11px;
  }

  .cp-hero-visual {
    min-height: 330px;
  }

  .cp-photo-placeholder {
    min-height: 330px;
  }

  .cp-quote {
    right: 15px;
    bottom: 15px;
    width: 190px;
  }

  .cp-contact-section {
    padding-top: 35px;
  }

  .cp-section-title h2 {
    font-size: 39px;
  }

  .cp-channel-card {
    grid-template-columns: 64px 1fr 28px;
    gap: 13px;
    min-height: 116px;
    padding: 15px 13px;
  }

  .cp-icon-wrap {
    width: 53px;
    height: 53px;
  }

  .cp-icon-wrap svg {
    width: 27px;
    height: 27px;
  }

  .cp-channel-copy h3 {
    font-size: 25px;
  }

  .cp-channel-copy p {
    font-size: 9px;
  }

  .cp-form-card {
    padding: 23px 18px;
  }

  .cp-form-heading h2 {
    font-size: 38px;
  }

  .cp-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cp-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cp-footer-brand {
    grid-column: 1 / -1;
  }

  .cp-footer-bottom-inner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px 0;
  }

}


/* =========================================================
   CELULAR PEQUENO
========================================================= */

@media (max-width: 420px) {

  .cp-brand-text strong {
    font-size: 13px;
  }

  .cp-hero-copy h1 {
    font-size: 46px;
  }

  .cp-hero-visual {
    min-height: 295px;
  }

  .cp-photo-placeholder {
    min-height: 295px;
  }

  .cp-footer-grid {
    grid-template-columns: 1fr;
  }

  .cp-footer-brand {
    grid-column: auto;
  }

}
