/* =========================================================
   PROFILE PAGE
========================================================= */


/* =========================================================
   PROFILE HERO
========================================================= */

.profile-hero {

  position: relative;

  min-height: max(82vh, 700px);

  display: flex;

  align-items: center;

  overflow: hidden;

  background: var(--color-background);

}


.profile-hero-container {

  position: relative;

  z-index: 3;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr) minmax(420px, .8fr);

  align-items: center;

  min-height: max(82vh, 700px);

}


.profile-hero-content {

  position: relative;

  z-index: 4;

  max-width: 720px;

  padding: 120px 40px 100px 0;

}


.profile-eyebrow,
.section-eyebrow {

  display: inline-block;

  margin-bottom: 20px;

  color: var(--color-accent);

  font-size: 12px;

  font-weight: 700;

  letter-spacing: .16em;

  text-transform: uppercase;

}


.profile-hero h1 {

  margin: 0 0 28px;

  color: var(--color-heading);

  font-size: clamp(50px, 5.5vw, 76px);

  line-height: 1.08;

}


.profile-hero h1 span {

  display: block;

  color: var(--color-primary);

}


.profile-lead {

  max-width: 650px;

  margin-bottom: 35px;

  color: var(--color-body);

  font-size: 19px;

  line-height: 1.8;

}


.profile-hero-actions {

  display: flex;

  gap: 15px;

  flex-wrap: wrap;

}


.profile-hero .btn-outline {

  border-color: var(--color-primary);

  color: var(--color-primary);

}


.profile-hero .btn-outline:hover {

  background: var(--color-primary);

  color: var(--color-light);

}


/* =========================================================
   PROFILE IMAGE
========================================================= */

.profile-hero-image {

  position: relative;

  align-self: stretch;

  min-height: 650px;

  display: flex;

  align-items: flex-end;

  justify-content: center;

}


.profile-portrait {

  position: relative;

  z-index: 2;

  width: 100%;

  height: 100%;

  max-width: 560px;

  overflow: hidden;

}


.profile-portrait img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center top;

}


.profile-portrait-accent {

  position: absolute;

  right: 0;

  bottom: 10%;

  width: 80%;

  height: 65%;

  border-radius: 50%;

  background:
    radial-gradient(circle,
      rgba(200, 169, 106, .16),
      transparent 70%);

  filter: blur(55px);

  z-index: 1;

}


/* =========================================================
   HERO DECORATION
========================================================= */

.profile-hero-accent {

  position: absolute;

  top: -150px;

  left: -180px;

  width: 550px;

  height: 550px;

  border-radius: 50%;

  background:
    radial-gradient(circle,
      rgba(200, 169, 106, .12),
      transparent 70%);

  filter: blur(70px);

  pointer-events: none;

}


/*=================================
    TRUSTED BY
=================================*/

#trusted {

  background: #fff;

  padding: 90px 0;

  border-bottom: 1px solid #eee;

}

.client-logo {

  display: flex;

  justify-content: center;

  align-items: center;

  height: 90px;

}

.client-logo img {

  max-height: 42px;

  width: auto;

  opacity: .45;

  filter: grayscale(100%);

  transition: .45s;

}

.client-logo:hover img {

  opacity: 1;

  filter: none;

  transform: scale(1.05);

}

#trusted {

  margin-top: -1px;

  background:
    linear-gradient(to bottom,
      rgba(249, 249, 246, 0.95),
      #ffffff);

}






/*======================================
FOOTER
=======================================*/

#footer {

  background: #111;

  color: #fff;

  padding: 120px 0 50px;

}

#footer hr {

  border-color: rgba(255, 255, 255, .08);

  margin: 60px 0;

}

/**************************/

.footer-brand img {

  height: 70px;

  margin-bottom: 35px;

}

.footer-brand h2 {

  color: #fff;

  font-size: 52px;

  max-width: 720px;

  margin: auto;

}

.footer-brand p {

  margin-top: 20px;

  color: rgba(255, 255, 255, .75);

}

.footer-buttons {

  margin-top: 45px;

  display: flex;

  justify-content: center;

  gap: 20px;

}

.btn-footer {

  padding: 15px 35px;

  border-radius: 50px;

  border: 1px solid rgba(255, 255, 255, .15);

  color: #fff;

}

.btn-footer:hover {

  background: #fff;

  color: #111;

}

/**************************/

.footer-nav {

  display: flex;

  justify-content: center;

  gap: 45px;

  flex-wrap: wrap;

}

.footer-nav a {

  color: #fff;

  font-weight: 600;

}

.footer-nav a:hover {

  color: var(--gold);

}

/**************************/

.footer-social {

  display: flex;

  justify-content: center;

  gap: 18px;

  margin-top: 60px;

}

.footer-social a {

  width: 55px;

  height: 55px;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  border: 1px solid rgba(255, 255, 255, .12);

  color: #fff;

  transition: .4s;

}

.footer-social a:hover {

  background: var(--gold);

  border-color: var(--gold);

}

/**************************/

.footer-bottom {

  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-wrap: wrap;

  gap: 20px;

}

.footer-bottom a {

  color: rgba(255, 255, 255, .70);

  margin-left: 30px;

}

.footer-bottom a:hover {

  color: var(--gold);

}




























#hero {

  position: relative;

  overflow: hidden;

  background: var(--background);

  min-height: 100vh;

  padding-top: 180px;

  padding-bottom: 60px;

}

.hero-gradient {

  position: absolute;

  inset: 0;

  background:

    radial-gradient(circle at top right,

      rgba(18, 53, 91, .08),

      transparent 45%);

}

.hero-circle {

  position: absolute;

  border-radius: 50%;

}

.hero-circle-one {

  width: 620px;

  height: 620px;

  top: -250px;

  right: -180px;

  background: rgba(18, 53, 91, .05);

}

.hero-circle-two {

  width: 280px;

  height: 280px;

  bottom: 140px;

  left: -120px;

  background: rgba(200, 169, 106, .10);

}

.hero-wrapper {

  position: relative;

  z-index: 3;

}

.hero-content {

  max-width: 720px;

}

.hero-label {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 10px 22px;

  border-radius: 40px;

  background: var(--surface);

  color: var(--primary);

  box-shadow: var(--shadow-sm);

  margin-bottom: 35px;

  font-size: .9rem;

  font-weight: 700;

}

.hero-label::before {

  content: "";

  width: 8px;

  height: 8px;

  border-radius: 50%;

  background: var(--accent);

}

.hero-content h1 {

  font-size: var(--fs-hero);

  color: var(--heading);

  line-height: 1;

  margin-bottom: 35px;

  max-width: 760px;

}

.hero-content p {

  font-size: 1.25rem;

  color: var(--text-light);

  max-width: 620px;

  margin-bottom: 50px;

}

.hero-buttons {

  display: flex;

  gap: 18px;

  flex-wrap: wrap;

}

.hero-image {

  width: 100%;

  display: flex;

  justify-content: center;

  margin-top: 80px;

  position: relative;

  z-index: 2;

}

.hero-image img {

  width: 100%;

  max-width: 720px;

  animation: floatImage 8s ease-in-out infinite;

}

.hero-companies {

  margin-top: 80px;

  border-top: 1px solid var(--border);

  border-bottom: 1px solid var(--border);

  background: rgba(255, 255, 255, .65);

  backdrop-filter: blur(10px);

  overflow: hidden;

}

.companies-slider {

  display: flex;

  gap: 90px;

  align-items: center;

  animation: logos 45s linear infinite;

  width: max-content;

  padding: 28px 0;

}

.company-logo img {

  height: 38px;

  width: auto;

  filter: grayscale(100%);

  opacity: .6;

  transition: var(--transition);

}

.company-logo:hover img {

  filter: none;

  opacity: 1;

  transform: scale(1.08);

}

@keyframes logos {

  from {

    transform: translateX(0);

  }

  to {

    transform: translateX(-50%);

  }

}

@keyframes floatImage {

  0% {

    transform: translateY(0);

  }

  50% {

    transform: translateY(-10px);

  }

  100% {

    transform: translateY(0);

  }

}

@media(max-width:991px) {

  #hero {

    padding-top: 150px;

  }

  .hero-content {

    text-align: center;

    margin: auto;

  }

  .hero-buttons {

    justify-content: center;

  }

  .hero-image {

    margin-top: 60px;

  }

  .companies-slider {

    gap: 50px;

  }

}





#home-about {

  background: var(--color-background);

}

.about-image {

  position: relative;

  overflow: hidden;

  border-radius: var(--radius-lg);

  box-shadow: var(--shadow-lg);

}

.about-image img {

  width: 100%;

  display: block;

  transition: transform .8s ease;

}

.about-image:hover img {

  transform: scale(1.04);

}

.about-content {

  font-size: 1.12rem;

  color: var(--color-body);

  margin: 35px 0;

}

.about-stats {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 30px;

  margin-top: 45px;

  padding-top: 35px;

  border-top: 1px solid var(--color-border);

}

.stat-item {

  text-align: left;

}

.stat-item .number {

  display: block;

  font-family: 'Cormorant Garamond', serif;

  font-size: 2.7rem;

  font-weight: 700;

  color: var(--color-primary);

  line-height: 1;

}

.stat-item .label {

  display: block;

  margin-top: 10px;

  color: var(--color-muted);

  font-size: .95rem;

}

@media(max-width:991px) {

  .about-stats {

    grid-template-columns: 1fr;

    gap: 25px;

  }

}






/* Expertise */

#expertise {

  background: var(--color-surface);

}

.expertise-row {

  display: grid;

  grid-template-columns: 1fr 1fr;

  align-items: center;

  gap: 80px;

  margin-bottom: 140px;

}

.expertise-row:last-child {

  margin-bottom: 0;

}

.expertise-row.reverse .expertise-image {

  order: 2;

}

.expertise-row.reverse .expertise-content {

  order: 1;

}

.expertise-image {

  overflow: hidden;

  border-radius: 24px;

  box-shadow: var(--shadow-lg);

}

.expertise-image img {

  width: 100%;

  display: block;

  transition: .8s;

}

.expertise-image:hover img {

  transform: scale(1.05);

}

.expertise-content {

  max-width: 560px;

}

.expertise-content h3 {

  font-size: 3rem;

  margin-bottom: 25px;

}

.expertise-content p {

  margin-bottom: 40px;

  font-size: 1.1rem;

  color: var(--color-body);

}

@media(max-width:991px) {

  .expertise-row,

  .expertise-row.reverse {

    grid-template-columns: 1fr;

    gap: 40px;

    margin-bottom: 90px;

  }

  .expertise-row.reverse .expertise-image,

  .expertise-row.reverse .expertise-content {

    order: initial;

  }

}


/* Why Fifi */

#why-fifi {

  background: var(--color-surface-alt);

}

.editorial-grid {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 60px;

  margin-top: 70px;

}

.editorial-grid article {

  padding: 50px;

  background: #fff;

  border-radius: 18px;

  border: 1px solid var(--color-border);

  transition: var(--transition);

}

.editorial-grid article:hover {

  transform: translateY(-8px);

  box-shadow: var(--shadow-md);

}

.editorial-grid span {

  display: block;

  font-size: 4rem;

  font-family: 'Cormorant Garamond', serif;

  color: rgba(18, 53, 91, .12);

  margin-bottom: 20px;

}

.editorial-grid h3 {

  margin-bottom: 20px;

  font-size: 2rem;

}

.editorial-grid p {

  margin: 0;

  color: var(--color-body);

}


@media(max-width:991px) {

  .editorial-grid {

    grid-template-columns: 1fr;

    gap: 30px;

  }

}





/* signature-moments */
#signature-moments {

  background: var(--color-background);

}

.signature-grid {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 35px;

}

.signature-item {

  background: var(--color-surface);

  border-radius: 20px;

  overflow: hidden;

  box-shadow: var(--shadow-sm);

  transition: var(--transition);

}

.signature-item:hover {

  transform: translateY(-8px);

  box-shadow: var(--shadow-md);

}

.signature-image {

  overflow: hidden;

}

.signature-image img {

  width: 100%;

  aspect-ratio: 16/10;

  object-fit: cover;

  transition: .6s;

}

.signature-item:hover img {

  transform: scale(1.05);

}

.signature-content {

  padding: 35px;

}

.signature-content h3 {

  margin-bottom: 15px;

  font-size: 2rem;

}

.signature-content p {

  margin: 0;

}


@media(max-width:991px) {

  .signature-grid {

    grid-template-columns: 1fr;

  }

}


/* trestimonials */

#testimonials {

  background: var(--color-surface);

}

.testimonial-grid {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 35px;

}

.testimonial-card {

  background: var(--color-background);

  border: 1px solid var(--color-border);

  border-radius: 20px;

  padding: 45px;

  transition: var(--transition);

}

.testimonial-card:hover {

  transform: translateY(-6px);

  box-shadow: var(--shadow-md);

}

.quote-mark {

  font-family: 'Cormorant Garamond', serif;

  font-size: 5rem;

  color: var(--color-accent);

  line-height: 1;

}

.testimonial-message {

  margin: 20px 0 35px;

  color: var(--color-body);

  font-size: 1.05rem;

}

.testimonial-footer {

  display: flex;

  align-items: center;

  gap: 18px;

}

.testimonial-footer img {

  width: 70px;

  height: 70px;

  border-radius: 50%;

  object-fit: cover;

}

.testimonial-footer h4 {

  margin: 0;

  font-size: 1.2rem;

}

.testimonial-footer span {

  color: var(--color-muted);

  font-size: .95rem;

}

@media(max-width:991px) {

  .testimonial-grid {

    grid-template-columns: 1fr;

  }

}



/* booking */

#booking-cta {

  background: var(--color-background);

}

.booking-panel {

  background: linear-gradient(135deg,
      var(--color-primary),
      var(--color-primary-light));

  border-radius: 32px;

  padding: 80px;

  color: #fff;

  box-shadow: var(--shadow-lg);

}

.booking-panel h2 {

  color: #fff;

  margin-bottom: 25px;

}

.booking-panel p {

  color: rgba(255, 255, 255, .9);

  font-size: 1.1rem;

  max-width: 640px;

}

.booking-panel .section-label {

  color: var(--color-accent-light);

}

.booking-panel .btn-outline-brand {

  border-color: #fff;

  color: #fff;

}

.booking-panel .btn-outline-brand:hover {

  background: #fff;

  color: var(--color-primary);

}

@media(max-width:991px) {

  .booking-panel {

    padding: 50px 35px;

    text-align: center;

  }

  .booking-panel .btn-primary-brand,
  .booking-panel .btn-outline-brand {

    width: 100%;

    margin: 10px 0 0;

  }

}







/* =========================================================
   SHOWREEL SECTION
========================================================= */

.showreel-section {
  position: relative;
  background: var(--color-background);
  overflow: hidden;
}


/* =========================================================
   GRID
========================================================= */

.showreel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: 80px;
  align-items: center;
}


/* =========================================================
   VIDEO
========================================================= */

.showreel-media {
  min-width: 0;
}

.showreel-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--color-primary-dark);
  box-shadow: 0 24px 60px rgba(18, 53, 91, 0.14);
}

.showreel-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* =========================================================
   VIDEO CAPTION
========================================================= */

.showreel-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 14px 2px 0;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: var(--color-heading);
}

.showreel-caption span:last-child {
  color: var(--color-primary-light);
}


/* =========================================================
   CONTENT
========================================================= */

.showreel-content {
  max-width: 520px;
}

.showreel-content h2 {
  margin: 18px 0 24px;

  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.035em;

  color: var(--color-heading);
}

.showreel-content h2 span {
  display: inline;
  color: var(--color-primary);
}

.showreel-content p {
  max-width: 500px;

  font-size: 16px;
  line-height: 1.8;

  color: var(--color-body);
}

.showreel-content .showreel-lead {
  font-size: 18px;
  line-height: 1.7;
}


/* =========================================================
   ACTIONS
========================================================= */

.showreel-actions {
  display: flex;
  align-items: center;
  gap: 14px;

  margin-top: 34px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

  .showreel-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .showreel-content {
    max-width: 720px;
  }

  .showreel-content h2 {
    font-size: clamp(2.2rem, 6vw, 3.4rem);
  }

}


@media (max-width: 767px) {

  .showreel-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .showreel-grid {
    gap: 38px;
  }

  .showreel-video-wrap {
    aspect-ratio: 16 / 10;
  }

  .showreel-caption {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .showreel-content h2 {
    margin-top: 14px;
    font-size: 2.35rem;
  }

  .showreel-content .showreel-lead {
    font-size: 16px;
  }

  .showreel-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .showreel-actions .btn {
    width: 100%;
    text-align: center;
  }

}