:root {
  --burgundy: #650019;
  --burgundy-dark: #42000f;
  --cyan: #25a9df;
  --pink: #d41473;
  --cream: #f8f7f5;
  --text: #222226
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  overflow-x: hidden
}

.navbar {
  padding: 8px 0;
  background: rgba(255, 255, 255, .98);
  transition: .3s;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
  z-index: 1030
}

.navbar.scrolled {
  box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
  padding: 5px 0
}

.navbar-brand img {
  width: 105px;
  height: 62px;
  object-fit: contain
}

.nav-link {
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #333 !important;
  padding: 12px 13px !important
}

.nav-link:hover,
.nav-link.active {
  color: var(--burgundy) !important
}

.btn-adn {
  background: var(--burgundy);
  color: #fff;
  border: 0;
  border-radius: 2px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
  font-size: .72rem;
  padding: 12px 19px
}

.btn-adn:hover {
  background: var(--burgundy-dark);
  color: #fff;
  transform: translateY(-2px)
}

.hero {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-top: 78px
}

.hero-image-wrap {
  width: 100%;
  line-height: 0
}

.hero-image-wrap img {
  display: block;
  width: 100%;
  height: auto
}

.hero-scroll {
  position: absolute;
  z-index: 3;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  font-size: .58rem;
  letter-spacing: 2px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .45)
}

.hero-scroll i {
  font-size: 1.1rem;
  animation: bounce 1.6s infinite
}

@keyframes bounce {
  50% {
    transform: translateY(6px)
  }
}

.section-space {
  padding: 110px 0
}

.section-intro {
  text-align: center;
  max-width: 760px;
  margin: auto
}

.section-intro h2,
.product-highlight h2,
.contact-section h2,
.about-section h2 {
  font-size: clamp(2.3rem, 4.5vw, 4rem);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.05;
  margin: 14px 0 20px
}

.section-intro h2 span,
.product-highlight h2 span,
.contact-section h2 span,
.about-section h2 span {
  color: var(--burgundy)
}

.section-intro p,
.product-highlight p,
.contact-section>div p {
  color: #777;
  line-height: 1.85;
  font-size: .95rem
}

.brand-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.brand-pill {
  height: 115px;
  min-width: 190px;
  padding: 0 35px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 800;
  color: #222;
  background: #fff;
  transition: .3s;
  filter: grayscale(1)
}

.brand-pill:hover {
  filter: none;
  transform: translateY(-7px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .1)
}

.brand-pill.speedo {
  font-style: italic;
  font-weight: 700
}

.brand-pill.levis {
  font-family: Georgia, serif;
  font-size: 1.7rem
}

.lifestyle-section {
  background: var(--burgundy);
  color: #fff
}

.lifestyle-photo {
  min-height: 580px;
  overflow: hidden
}

.lifestyle-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center
}

.lifestyle-copy {
  min-height: 580px;
  display: flex;
  align-items: center;
  padding: 70px 8%
}

.copy-inner {
  max-width: 620px
}

.copy-inner h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1.08;
  margin: 18px 0 25px
}

.copy-inner h2 strong {
  font-weight: 800
}

.copy-inner p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.9
}

.mini-features {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 35px
}

.mini-features div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .76rem;
  font-weight: 700
}

.mini-features i {
  color: #e9a8c9;
  font-size: 1.25rem
}

.product-highlight {
  background: var(--cream)
}

.product-frame {
  position: relative;
  max-width: 550px;
  margin: auto
}

.product-frame img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
  box-shadow: 25px 25px 0 var(--burgundy)
}

.image-label {
  position: absolute;
  bottom: -14px;
  left: 18px;
  background: #fff;
  padding: 10px 14px;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: 1.5px
}

.product-highlight .lead {
  font-size: 1.1rem;
  color: #444 !important
}

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--burgundy);
  font-weight: 800;
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: 1px;
  margin-top: 18px
}

.about-section {
  background: #fff
}

.about-lead {
  color: #666;
  font-size: 1rem;
  line-height: 1.9
}

.value-card {
  height: 100%;
  padding: 40px 32px;
  border-top: 3px solid var(--burgundy);
  background: #fafafa;
  transition: .3s
}

.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .07)
}

.value-card i {
  font-size: 2rem;
  color: var(--burgundy)
}

.value-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 22px 0 10px
}

.value-card p {
  color: #777;
  font-size: .82rem;
  line-height: 1.8;
  margin: 0
}

.statement {
  background: linear-gradient(120deg, var(--burgundy-dark), var(--burgundy));
  color: #fff;
  padding: 100px 0
}

.statement h2 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 500;
  letter-spacing: -2px;
  margin: 20px 0 0
}

.statement strong {
  font-weight: 900
}

.contact-section {
  background: var(--cream)
}

.contact-info {
  display: grid;
  gap: 11px;
  margin-top: 28px
}

.contact-info a {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #e6e3e0;
  padding: 15px 17px;
  color: #222;
  transition: .25s
}

.contact-info a:hover {
  transform: translateX(5px);
  border-color: #d4a3b4
}

.contact-info i {
  font-size: 1.3rem;
  color: var(--burgundy)
}

.contact-info span {
  display: flex;
  flex-direction: column
}

.contact-info small {
  color: #999;
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: 1px
}

.contact-info strong {
  font-size: .8rem;
  margin-top: 2px
}

.location-card {
  background: #fff;
  padding: 48px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .06)
}

.location-icon {
  position: absolute;
  right: 35px;
  top: 30px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f4e8ed;
  color: var(--burgundy);
  font-size: 1.6rem
}

.location-card h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 14px 0 5px
}

.location-card p {
  color: #777;
  margin-bottom: 25px
}

.footer {
  background: #111;
  color: #fff;
  padding: 55px 0 25px
}

.footer-logo {
  width: 105px;
  height: 65px;
  object-fit: contain;
  background: #fff;
  margin-bottom: 8px
}

.footer p {
  color: #999;
  font-size: .75rem;
  margin: 0
}

.footer hr {
  border-color: #333;
  margin: 30px 0 20px
}

.social {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #444;
  color: #fff;
  margin-left: 7px;
  transition: .25s
}

.social:hover {
  background: var(--burgundy);
  border-color: var(--burgundy);
  color: #fff
}

.floating-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .22)
}

.floating-contact:hover {
  color: #fff;
  transform: scale(1.08)
}

.top-btn {
  position: fixed;
  right: 24px;
  bottom: 91px;
  width: 40px;
  height: 40px;
  border: 0;
  background: #111;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: .25s;
  z-index: 998
}

.top-btn.show {
  opacity: 1;
  pointer-events: auto
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: .8s ease
}

.reveal.visible {
  opacity: 1;
  transform: none
}

@media(max-width:991px) {
  .navbar {
    padding: 5px 0
  }

  .navbar-brand img {
    width: 88px;
    height: 52px
  }

  .navbar-collapse {
    background: #fff;
    padding: 10px 15px 15px
  }

  .hero {
    margin-top: 65px
  }

  .hero-scroll {
    display: none
  }

  .section-space {
    padding: 80px 0
  }

  .lifestyle-photo {
    min-height: 400px
  }

  .lifestyle-copy {
    min-height: auto;
    padding: 70px 8%
  }
}

@media(max-width:575px) {
  .hero {
    margin-top: 62px
  }

  .hero-image-wrap {
    height: 68vh
  }

  .hero-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
  }

  .brand-pill {
    min-width: 145px;
    height: 90px;
    font-size: 1.45rem
  }

  .product-frame img {
    box-shadow: 15px 15px 0 var(--burgundy)
  }

  .location-card {
    padding: 35px 25px
  }

  .location-icon {
    position: static;
    margin-bottom: 20px
  }

  .statement {
    padding: 75px 0
  }

  .floating-contact {
    right: 16px;
    bottom: 16px
  }

  .top-btn {
    right: 16px;
    bottom: 83px
  }
}


/* =========================================================
   ADN V4 - Responsive photography & motion
   ========================================================= */
.hero-responsive {
  position: relative;
  min-height: auto !important;
  background: #fff;
  overflow: hidden;
}

.hero-banner-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #eee;
}

.hero-banner {
  width: 100%;
  height: auto;
  min-height: 0;
  display: block;
  object-fit: contain;
  animation: heroZoom 14s ease-out both;
}

.hero-shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, .16) 50%, rgba(255, 255, 255, 0) 65%);
  transform: translateX(-100%);
  animation: shine 7s ease-in-out 2s infinite;
}

.hero-overlay-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(55px, 8vw, 90px);
  pointer-events: none;
}

.hero-overlay-content .container,
.hero-copy-wrap {
  pointer-events: auto;
}

.hero-copy-wrap {
  max-width: 550px;
  color: #fff;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .35);
}

.hero-copy-wrap h1 {
  font-size: clamp(3rem, 5.3vw, 5.8rem);
  line-height: .91;
  letter-spacing: -.065em;
  font-weight: 900;
  margin: 12px 0 18px;
}

.hero-copy-wrap h1 em {
  font-weight: 400;
  font-style: italic;
}

.hero-copy-wrap p {
  max-width: 390px;
  font-size: .98rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, .94);
}

.hero-scroll {
  bottom: 20px !important;
  color: #fff !important;
  z-index: 5;
}

@keyframes heroZoom {
  from {
    transform: scale(1.01);
  }

  to {
    transform: scale(1.045);
  }
}

@keyframes shine {

  0%,
  70%,
  100% {
    transform: translateX(-120%);
  }

  88% {
    transform: translateX(120%);
  }
}

/* Image sections */
.lifestyle-v3 .lifestyle-photo {
  overflow: hidden;
  min-height: 560px;
}

.lifestyle-v3 .lifestyle-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s cubic-bezier(.2, .7, .2, 1);
}

.lifestyle-v3 .lifestyle-photo:hover img {
  transform: scale(1.045);
}

.lifestyle-v3 .lifestyle-copy {
  display: flex;
  align-items: center;
  background: #4d0019;
}

.lifestyle-v3 .copy-inner {
  max-width: 650px;
  padding: clamp(50px, 7vw, 105px);
}

.lifestyle-v3 .copy-inner h2 {
  font-size: clamp(2.6rem, 4.5vw, 5rem);
  line-height: .96;
  letter-spacing: -.055em;
  color: #fff;
  margin: 15px 0 25px;
}

.lifestyle-v3 .copy-inner h2 strong {
  color: #fff;
  font-weight: 400;
  font-style: italic;
}

.lifestyle-v3 .copy-inner p {
  color: rgba(255, 255, 255, .68);
  line-height: 1.8;
}

.lifestyle-v3 .mini-features {
  margin-top: 30px;
}

.lifestyle-v3 .mini-features>div {
  border-color: rgba(255, 255, 255, .13);
}

/* Statement / image 3 */
.statement-v3 {
  min-height: 680px;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  text-align: left !important;
  overflow: hidden;
  background: #f3f0ed;
}

.statement-v3 .statement-image {
  min-height: 680px;
  overflow: hidden;
}

.statement-v3 .statement-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.2, .7, .2, 1);
}

.statement-v3 .statement-image:hover img {
  transform: scale(1.04);
}

.statement-v3 .statement-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(45px, 7vw, 100px);
}

.statement-v3 .statement-copy h2 {
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: .91;
  letter-spacing: -.06em;
  font-weight: 900;
  margin: 15px 0 25px;
}

.statement-v3 .statement-copy h2 strong {
  font-weight: 400;
  font-style: italic;
}

.statement-v3 .statement-copy p {
  color: #0c0c0c;
  line-height: 1.8;
  max-width: 460px;
  margin-bottom: 25px;
}

/* Reveal motion */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2, .7, .2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.image-parallax {
  transform: translateY(0);
}

.image-parallax img {
  will-change: transform;
}

@media (max-width: 991.98px) {
  .hero-overlay-content {
    padding-bottom: 50px;
  }

  .hero-copy-wrap {
    max-width: 390px;
  }

  .statement-v3 {
    grid-template-columns: 1fr;
  }

  .statement-v3 .statement-image {
    min-height: 560px;
    height: 70vw;
    max-height: 700px;
  }
}

@media (max-width: 767.98px) {

  /*
   * MOBILE:
   * The hero image keeps its natural aspect ratio instead of being cropped.
   * This is the key fix for the user's phone-view issue.
   */
  .hero-responsive {
    padding-top: 0;
  }

  .hero-banner-wrap {
    height: auto;
  }

  .hero-banner {
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: none;
    animation: none;
  }

  .hero-shine {
    display: none;
  }

  .hero-overlay-content {
    position: relative;
    inset: auto;
    padding: 0;
    background: #4d0019;
  }

  .hero-overlay-content .container {
    padding: 34px 22px 42px;
  }

  .hero-copy-wrap {
    max-width: 100%;
    text-shadow: none;
  }

  .hero-copy-wrap h1 {
    font-size: clamp(2.55rem, 12vw, 4rem);
    margin-bottom: 16px;
  }

  .hero-copy-wrap p {
    font-size: .88rem;
    color: rgba(255, 255, 255, .78);
  }

  .hero-scroll {
    display: none;
  }

  .lifestyle-v3 .lifestyle-photo {
    min-height: 0;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .lifestyle-v3 .lifestyle-photo img {
    height: 100%;
    object-fit: cover;
  }

  .lifestyle-v3 .copy-inner {
    padding: 55px 24px 65px;
  }

  .lifestyle-v3 .copy-inner h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .statement-v3 {
    display: flex;
    flex-direction: column;
  }

  .statement-v3 .statement-image {
    min-height: 0;
    height: auto;
    aspect-ratio: 1 / 1;
    max-height: none;
  }

  .statement-v3 .statement-image img {
    object-fit: cover;
  }

  .statement-v3 .statement-copy {
    padding: 55px 24px 70px;
  }

  .statement-v3 .statement-copy h2 {
    font-size: clamp(2.8rem, 12vw, 4.2rem);
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}