/* ===============================
   BOTTEGA DA FE - CONTATTI 2.0
================================ */

.contatti-page {
  background: #f7f1e8;
  color: #20291f;
  font-family: 'Manrope', sans-serif;
}

/* HERO */

.ct-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #20311f;
}

.ct-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ct-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.42) 45%,
    rgba(0, 0, 0, 0.12) 100%
  );
  z-index: 1;
}

.ct-hero-content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 90px 0;
}

.ct-kicker {
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 0.82rem;
  font-weight: 800;
  color: #f1dfbd;
  margin-bottom: 22px;
}

.ct-kicker.dark {
  color: #b99456;
}

.ct-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(4rem, 7vw, 7.2rem);
  line-height: 0.9;
  font-weight: 600;
  max-width: 850px;
  margin-bottom: 30px;
}

.ct-hero p {
  max-width: 700px;
  color: #f8f3ea;
  font-size: 1.22rem;
  line-height: 1.75;
}

/* INTRO */

.ct-intro {
  padding: 115px 0;
  background: #fffaf2;
}

.ct-intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
}

.ct-intro h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 0.95;
}

.ct-intro p {
  color: #4b463d;
  font-size: 1.12rem;
  line-height: 1.85;
}

/* CONTACT CARDS */

.ct-contact-section {
  padding: 120px 0;
  background: #f7f1e8;
}

.ct-section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.ct-section-heading p {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #7b6a4a;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.ct-section-heading h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1;
}

.ct-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.ct-card {
  position: relative;
  background: #fffaf2;
  padding: 46px;
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(35, 35, 35, 0.10);
  overflow: hidden;
}

.ct-card::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(185, 148, 86, 0.14);
}

.ct-card-number {
  color: #b99456;
  font-weight: 800;
  letter-spacing: 4px;
}

.ct-card h3 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: 3.4rem;
  line-height: 1;
  margin: 12px 0 20px;
}

.ct-card > p {
  color: #4b463d;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 32px;
}

.ct-info-list {
  display: grid;
  gap: 16px;
  margin-bottom: 34px;
}

.ct-info-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #f7f1e8;
  border: 1px solid rgba(32, 49, 31, 0.08);
  padding: 20px;
  border-radius: 8px;
}

.ct-info-item span {
  font-size: 1.55rem;
  line-height: 1;
}

.ct-info-item h4 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: 1.55rem;
  margin-bottom: 4px;
}

.ct-info-item p {
  color: #4b463d;
  line-height: 1.6;
}

/* BUTTONS */

.ct-actions,
.ct-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ct-btn-primary,
.ct-btn-outline,
.ct-btn-light,
.ct-btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 4px;
  font-weight: 800;
  transition: 0.3s;
}

.ct-btn-primary {
  background: #20311f;
  color: white;
}

.ct-btn-primary:hover {
  background: #b99456;
  transform: translateY(-3px);
}

.ct-btn-outline {
  border: 1px solid #20311f;
  color: #20311f;
}

.ct-btn-outline:hover {
  background: #20311f;
  color: white;
  transform: translateY(-3px);
}

/* ORDER GUIDE */

.ct-order-guide {
  padding: 120px 0;
  background: #fffaf2;
}

.ct-order-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 75px;
  align-items: start;
}

.ct-order-text h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.95;
  margin-bottom: 26px;
}

.ct-order-text p {
  color: #4b463d;
  font-size: 1.12rem;
  line-height: 1.85;
}

.ct-order-steps {
  display: grid;
  gap: 22px;
}

.ct-step {
  background: #f7f1e8;
  padding: 34px;
  border-radius: 8px;
  border: 1px solid rgba(32, 49, 31, 0.08);
  transition: 0.3s;
}

.ct-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(35, 35, 35, 0.08);
}

.ct-step span {
  color: #b99456;
  font-weight: 800;
  letter-spacing: 4px;
}

.ct-step h3 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: 2rem;
  margin: 10px 0;
}

.ct-step p {
  color: #4b463d;
  line-height: 1.65;
}

/* FORM */

.ct-form-section {
  padding: 120px 0;
  background: #f7f1e8;
}

.ct-form-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 75px;
  align-items: start;
}

.ct-form-text h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.95;
  margin-bottom: 26px;
}

.ct-form-text p {
  color: #4b463d;
  font-size: 1.12rem;
  line-height: 1.85;
}

.ct-form {
  background: #fffaf2;
  padding: 42px;
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(35, 35, 35, 0.10);
  display: grid;
  gap: 18px;
}

.ct-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ct-form input,
.ct-form select,
.ct-form textarea {
  width: 100%;
  border: 1px solid rgba(32, 49, 31, 0.14);
  background: #f7f1e8;
  padding: 18px;
  border-radius: 4px;
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  color: #20311f;
  outline: none;
}

.ct-form textarea {
  min-height: 160px;
  resize: vertical;
}

.ct-form input:focus,
.ct-form select:focus,
.ct-form textarea:focus {
  border-color: #b99456;
}

.ct-form button {
  min-height: 58px;
  border: 0;
  background: #20311f;
  color: white;
  border-radius: 4px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.3s;
}

.ct-form button:hover {
  background: #b99456;
  transform: translateY(-3px);
}

/* CTA */

.ct-cta {
  background: #20311f;
  color: white;
  text-align: center;
  padding: 120px 0;
}

.ct-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 1;
  color: white;
  margin-bottom: 20px;
}

.ct-cta p {
  max-width: 700px;
  margin: 0 auto;
  color: #f7f1e8;
  font-size: 1.12rem;
  line-height: 1.75;
}

.ct-cta-actions {
  justify-content: center;
  margin-top: 38px;
}

.ct-btn-light {
  background: white;
  color: #20311f;
}

.ct-btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: white;
}

.ct-btn-light:hover,
.ct-btn-outline-light:hover {
  transform: translateY(-3px);
}

.ct-btn-outline-light:hover {
  background: white;
  color: #20311f;
}

/* RESPONSIVE */

@media (max-width: 1100px) {

  .ct-intro-grid,
  .ct-card-grid,
  .ct-order-grid,
  .ct-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {

  .ct-hero {
    min-height: 620px;
  }

  .ct-hero h1 {
    font-size: 4rem;
  }

  .ct-intro,
  .ct-contact-section,
  .ct-order-guide,
  .ct-form-section,
  .ct-cta {
    padding: 80px 0;
  }

  .ct-card,
  .ct-form {
    padding: 30px;
  }

  .ct-form-row {
    grid-template-columns: 1fr;
  }

  .ct-actions,
  .ct-cta-actions {
    flex-direction: column;
  }

  .ct-btn-primary,
  .ct-btn-outline,
  .ct-btn-light,
  .ct-btn-outline-light {
    width: 100%;
  }
}
/* ===============================
   CONTATTI DIRETTI REALI
================================ */

.ct-real-contact {
  padding: 120px 0;
  background: #fffaf2;
}

.ct-real-contact-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.ct-real-contact-text h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.95;
  margin-bottom: 24px;
}

.ct-real-contact-text p {
  color: #4b463d;
  font-size: 1.12rem;
  line-height: 1.85;
}

.ct-real-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.ct-real-card {
  display: block;
  background: #f7f1e8;
  border: 1px solid rgba(32, 49, 31, 0.08);
  border-radius: 8px;
  padding: 34px;
  box-shadow: 0 18px 45px rgba(35, 35, 35, 0.06);
  transition: 0.3s ease;
}

.ct-real-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(35, 35, 35, 0.10);
  background: #20311f;
}

.ct-real-card span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #b99456;
  font-size: 0.72rem;
  font-weight: 900;
  margin-bottom: 14px;
}

.ct-real-card h3 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: 12px;
}

.ct-real-card p {
  color: #4b463d;
  line-height: 1.6;
  word-break: break-word;
}

.ct-real-card:hover h3,
.ct-real-card:hover p {
  color: white;
}

@media (max-width: 1100px) {

  .ct-real-contact-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {

  .ct-real-contact {
    padding: 80px 0;
  }

  .ct-real-contact-grid {
    grid-template-columns: 1fr;
  }

  .ct-real-card {
    padding: 30px 24px;
  }

  .ct-real-card h3 {
    font-size: 2rem;
  }
}