/* =====================================================
   CANONICAL OCEAN
   ABOUT US — COMPLETE CSS
===================================================== */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", Arial, Helvetica, sans-serif;

  background:
    radial-gradient(
      circle at 12% 15%,
      rgba(105, 210, 205, 0.14),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 35%,
      rgba(210, 190, 130, 0.08),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #f9fcfb 0%,
      #edf8f7 50%,
      #f7fbfa 100%
    )!important;

  color: #263b3f;
  overflow-x: hidden;

}
/* =====================================================
   FIX — ABOUT H2 COLOR
===================================================== */

.co-about-intro-title h2,
.co-about-story-content h2,
.co-manifesto-content h2,
.co-editorial-content h2,
.co-family-heading h2,
.co-vision-content h2 {
  color: #193a3e;
}

.co-about-intro-title h2 strong,
.co-about-story-content h2 strong,
.co-editorial-content h2 strong,
.co-vision-content h2 strong {
  color: #006d77;
}

.co-manifesto-content h2 strong {
  color: #df7f35;
}

.co-family-heading h2 strong {
  color: #006d77;
}

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

.co-about-hero {
  position: relative;

  min-height: 760px;

  overflow: hidden;

  background: #e8f3f0;
}


.co-about-hero-track {
  position: relative;

  width: 100%;
  min-height: 760px;
}


.co-about-hero-slide {
  position: absolute;

  inset: 0;

  opacity: 0;

  visibility: hidden;

  transition:
    opacity .7s ease,
    visibility .7s ease;
}


.co-about-hero-slide.active {
  opacity: 1;
  visibility: visible;
}


.co-about-hero-slide img {
  width: 100%;
  height: 100%;

  min-height: 760px;

  object-fit: cover;

  display: block;
}


.co-about-hero-overlay {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(0,35,40,.78),
      rgba(0,35,40,.30) 55%,
      rgba(0,0,0,.05)
    );
}


.co-about-hero-content {
  position: absolute;

  left: 8%;
  top: 50%;

  transform:
    translateY(-50%);

  width: min(720px, 82%);

  color: #fff;
}


.co-about-eyebrow {
  display: block;

  margin-bottom: 25px;

  font-size: 11px;
  font-weight: 800;

  letter-spacing: 4px;

  color: #b9eeee;
}


.co-about-hero h1,
.co-about-hero h2 {
  margin: 0;

  font-size:
    clamp(
      55px,
      8vw,
      110px
    );

  line-height: .88;

  letter-spacing: -5px;

  font-weight: 300;
}


.co-about-hero h1 strong,
.co-about-hero h2 strong {
  display: block;

  color: #b9eeee;

  font-weight: 800;
}


.co-about-hero-content p {
  max-width: 570px;

  margin: 35px 0 0;

  font-size: 15px;

  line-height: 1.9;

  color:
    rgba(255,255,255,.82);
}


/* HERO NAV */

.co-about-hero-nav {
  position: absolute;

  z-index: 10;

  left: 8%;
  bottom: 45px;

  display: flex;
  align-items: center;

  gap: 18px;
}


.co-about-hero-nav button {
  width: 48px;
  height: 48px;

  border:
    1px solid
    rgba(255,255,255,.35);

  border-radius: 50%;

  background:
    rgba(255,255,255,.08);

  color: #fff;

  cursor: pointer;

  transition:
    background .3s ease,
    transform .3s ease;
}


.co-about-hero-nav button:hover {
  background:
    rgba(255,255,255,.18);

  transform:
    translateY(-3px);
}


.co-about-hero-dots {
  display: flex;
  align-items: center;

  gap: 8px;
}


.co-about-hero-dots button {
  width: 7px;
  height: 7px;

  padding: 0;

  border: 0;

  background:
    rgba(255,255,255,.40);

  transform: none;
}


.co-about-hero-dots button.active {
  width: 28px;

  border-radius: 10px;

  background: #e8f3f0;
}


.co-about-hero-number {
  position: absolute;

  z-index: 10;

  right: 8%;
  bottom: 55px;

  color: rgba(255,255,255,.75);

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 3px;
}


/* =====================================================
   COMMON
===================================================== */

.co-section-label {
  display: block;

  color: #df7f35;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 3px;
}


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

.co-about-intro {
  width: min(1200px, 86%);

  margin: auto;

  padding: 120px 0 100px;

  display: grid;

  grid-template-columns:
    90px
    1.1fr
    .9fr;

  gap: 45px;

  align-items: start;

  background: #e8f3f0;
   
}


.co-about-intro-mark {
  display: flex;
  flex-direction: column;

  gap: 25px;

  color: #006d77;
}


.co-about-intro-mark span {
  color: #df7f35;

  font-size: 12px;
  font-weight: 800;

  letter-spacing: 2px;
}


.co-about-intro-mark i {
  font-size: 25px;
}


.co-about-intro-title h2 {
  margin: 15px 0 0;

  font-size:
    clamp(
      40px,
      5vw,
      68px
    );

  line-height: .98;

  letter-spacing: -3px;

  font-weight: 400;
}


.co-about-intro-title h2 strong {
  display: block;

  color: #006d77;

  font-weight: 800;
}


.co-about-intro-text p {
  margin: 0 0 22px;

  font-size: 14px;

  line-height: 2;

  color: #536568;
}


/* =====================================================
   STORY
===================================================== */

.co-about-story {
  width: min(1200px, 86%);

  margin: auto;

  display: grid;

  grid-template-columns:
    1fr
    1fr;

  min-height: 650px;

  background: #f5eee2;
}


.co-about-story-image {
  position: relative;

  min-height: 650px;

  overflow: hidden;
}


.co-about-story-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  transition:
    transform .8s ease;
}


.co-about-story:hover
.co-about-story-image img {
  transform: scale(1.05);
}


.co-image-badge {
  position: absolute;

  right: 25px;
  bottom: 25px;

  width: 95px;
  height: 95px;

  border-radius: 50%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background:
    rgba(4,61,69,.90);

  color: #fff;

  text-align: center;
}


.co-image-badge span {
  font-size: 8px;
  letter-spacing: 2px;
}


.co-image-badge strong {
  font-size: 25px;

  color: #b9eeee;
}


.co-about-story-content {
  padding: 75px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}


.co-about-story-content h2 {
  margin: 18px 0 28px;

  font-size:
    clamp(
      40px,
      5vw,
      66px
    );

  line-height: .96;

  letter-spacing: -3px;
}


.co-about-story-content h2 strong {
  display: block;

  color: #006d77;

  font-weight: 800;
}


.co-about-story-content p {
  max-width: 510px;

  margin: 0 0 20px;

  font-size: 14px;

  line-height: 1.9;

  color: #536568;
}


.co-story-line {
  display: flex;
  align-items: center;

  gap: 12px;

  margin-top: 25px;

  color: #006d77;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 2px;
}


.co-story-line i {
  font-size: 20px;
}


/* =====================================================
   MANIFESTO
===================================================== */

.co-about-manifesto {
  width: min(1200px, 86%);

  margin: 120px auto;

  display: grid;

  grid-template-columns:
    1.1fr
    .9fr;

  background: #e8f3f0;
}


.co-manifesto-content {
  padding: 75px;
}


.co-manifesto-content h2 {
  margin: 18px 0 30px;

  font-size:
    clamp(
      42px,
      5vw,
      70px
    );

  line-height: .95;

  letter-spacing: -3px;
}


.co-manifesto-content h2 strong {
  display: block;

  color: #000;

  font-weight: 800;
}


.co-manifesto-content p {
  max-width: 570px;

  margin: 0 0 22px;

  font-size: 14px;

  line-height: 1.9;

  color: #536568;
}


.co-manifesto-points {
  display: flex;

  gap: 10px;

  margin-top: 38px;
}


.co-manifesto-points div {
  min-width: 115px;

  padding: 18px;

  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(105, 210, 205, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(210, 190, 130, 0.10),
      transparent 30%
    ),
    #edf8f7;
}


.co-manifesto-points span {
  display: block;

  margin-bottom: 12px;

  color: #006d77;

  font-size: 19px;
  font-weight: 800;
}


.co-manifesto-points strong {
  font-size: 10px;
color: #006d77;
  letter-spacing: 1px;
}


.co-manifesto-image {
  position: relative;

  min-height: 600px;

  overflow: hidden;
}


.co-manifesto-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  transition:
    transform .8s ease;
}


.co-about-manifesto:hover
.co-manifesto-image img {
  transform: scale(1.05);
}


.co-floating-stamp {
  position: absolute;

  left: 25px;
  bottom: 25px;

  width: 110px;
  height: 110px;

  border-radius: 50%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background:
    rgba(4,61,69,.90);

  color: #fff;

  text-align: center;
}


.co-floating-stamp i {
  margin-bottom: 7px;

  color: #b9eeee;
}


.co-floating-stamp span {
  font-size: 8px;
  font-weight: 800;

  letter-spacing: 2px;
}


/* =====================================================
   EDITORIAL
===================================================== */

.co-about-editorial {
  width: min(1200px, 86%);

  margin: 0 auto 120px;

  display: grid;

  grid-template-columns:
    .8fr
    1.2fr;

  background: #f5eee2;
}


.co-editorial-image {
  position: relative;

  min-height: 680px;

  overflow: hidden;

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

  background:
    radial-gradient(
      circle,
      #c9eeeb,
      #168c93
    );
}


.co-editorial-image img {
  width: 280px;
  max-width: 65%;

  max-height: 590px;

  object-fit: contain;

  filter:
    drop-shadow(
      0 30px 35px
      rgba(0,60,65,.28)
    );

  transition:
    transform .6s ease;
}


.co-about-editorial:hover
.co-editorial-image img {
  transform:
    translateY(-10px)
    scale(1.03);
}


.co-editorial-vertical {
  position: absolute;

  right: 22px;
  top: 50%;

  transform:
    translateY(-50%)
    rotate(90deg);

  color: #fff;

  font-size: 8px;
  font-weight: 800;

  letter-spacing: 3px;
}


.co-editorial-content {
  padding: 75px;
}


.co-editorial-content h2 {
  margin: 18px 0 30px;

  font-size:
    clamp(
      42px,
      5vw,
      70px
    );

  line-height: .95;

  letter-spacing: -3px;
}


.co-editorial-content h2 strong {
  display: block;

  color: #006d77;

  font-weight: 800;
}


.co-editorial-content p {
  max-width: 600px;

  margin: 0 0 22px;

  font-size: 14px;

  line-height: 1.95;

  color: #536568;
}


/* =====================================================
   BEVERAGE FAMILY
===================================================== */

.co-about-family {
  width: min(1200px, 86%);

  margin: 0 auto 120px;
}


.co-family-heading {
  margin-bottom: 45px;
}


.co-family-heading h2 {
  margin: 18px 0 0;

  font-size:
    clamp(
      42px,
      5vw,
      70px
    );

  line-height: .95;

  letter-spacing: -3px;
}


.co-family-heading h2 strong {
  color: #b9eeee;
}


.co-family-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 18px;
}


.co-family-card {
  position: relative;

  min-height: 310px;

  padding: 32px;

  background: #f6fbfa;

  color: #193a3e;

  overflow: hidden;

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}


.co-family-card:hover {
  transform:
    translateY(-10px);

  box-shadow:
    0 25px 55px
    rgba(0,40,45,.16);
}


.co-family-card > span {
  position: absolute;

  top: 25px;
  right: 25px;

  color: #df7f35;

  font-size: 11px;
  font-weight: 800;
}


.co-family-icon {
  width: 58px;
  height: 58px;

  margin-bottom: 28px;

  border-radius: 50%;

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

  background: #e1f1ed;

  color: #006d77;

  font-size: 22px;

  transition:
    transform .4s ease;
}


.co-family-card:hover
.co-family-icon {
  transform:
    rotate(10deg)
    scale(1.08);
}


.co-family-card h3 {
  margin: 0 0 18px;

  font-size: 22px;

  line-height: 1.05;
}


.co-family-card h3 strong {
  display: block;

  color: #006d77;
}


.co-family-card p {
  margin: 0;

  font-size: 13px;

  line-height: 1.8;

  color: #607174;
}


/* =====================================================
   VISION
===================================================== */

.co-about-vision {
  width: min(1200px, 86%);

  margin: 0 auto 120px;

  display: grid;

  grid-template-columns:
    1fr
    1fr;

  background: #e8f3f0;
}


.co-vision-image {
  min-height: 600px;

  overflow: hidden;
}


.co-vision-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  transition:
    transform .8s ease;
}


.co-about-vision:hover
.co-vision-image img {
  transform: scale(1.05);
}


.co-vision-content {
  padding: 75px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}


.co-vision-content h2 {
  margin: 18px 0 30px;

  font-size:
    clamp(
      42px,
      5vw,
      70px
    );

  line-height: .95;

  letter-spacing: -3px;
}


.co-vision-content h2 strong {
  display: block;

  color: #df7f35;

  font-weight: 800;
}


.co-vision-content p {
  max-width: 540px;

  margin: 0 0 22px;

  font-size: 14px;

  line-height: 1.9;

  color: #536568;
}


.co-vision-sign {
  margin-top: 30px;

  padding-top: 22px;

  border-top:
    1px solid
    rgba(0,109,119,.18);
}


.co-vision-sign span {
  display: block;

  color: #006d77;

  font-size: 13px;
  font-weight: 800;

  letter-spacing: 2px;
}


.co-vision-sign small {
  display: block;

  margin-top: 6px;

  color: #607174;

  font-size: 9px;

  letter-spacing: 2px;
}


/* =====================================================
   END
===================================================== */

.co-about-end {
  position: relative;

  padding: 130px 25px 150px;

  text-align: center;

  background:
    linear-gradient(
      135deg,
      #043d45,
      #006d77
    );

  color: #fff;

  overflow: hidden;
}


.co-about-end > span {
  position: relative;
  z-index: 2;

  display: block;

  color: #b9eeee;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 4px;
}


.co-about-end h2 {
  position: relative;
  z-index: 2;

  margin: 20px auto;

  font-size:
    clamp(
      50px,
      7vw,
      90px
    );

  line-height: .92;

  letter-spacing: -4px;

  font-weight: 300;
}


.co-about-end h2 strong {
  display: block;

  color: #b9eeee;

  font-weight: 800;
}


.co-about-end p {
  position: relative;
  z-index: 2;

  max-width: 550px;

  margin: 30px auto 0;

  font-size: 14px;

  line-height: 1.9;

  color:
    rgba(255,255,255,.75);
}


.co-end-orbit {
  position: absolute;

  left: 50%;
  top: 50%;

  width: 550px;
  height: 550px;

  transform:
    translate(-50%, -50%);

  border:
    1px solid
    rgba(255,255,255,.12);

  border-radius: 50%;
}


.co-end-orbit::before {
  content: "";

  position: absolute;

  inset: 70px;

  border:
    1px solid
    rgba(255,255,255,.08);

  border-radius: 50%;
}


.co-end-drop {
  position: relative;
  z-index: 2;

  width: 60px;
  height: 60px;

  margin: 42px auto 0;

  border-radius: 50%;

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

  background:
    rgba(255,255,255,.08);

  border:
    1px solid
    rgba(255,255,255,.25);

  color: #b9eeee;

  font-size: 21px;
}


/* =====================================================
   REVEAL
===================================================== */

.co-reveal {
  opacity: 0;

  transform:
    translateY(45px);

  transition:
    opacity .8s ease,
    transform .8s ease;
}


.co-reveal.is-visible {
  opacity: 1;

  transform:
    translateY(0);
}


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

@media (max-width: 900px) {

  .co-about-nav {
    gap: 18px;
  }

  .co-about-hero,
  .co-about-hero-track,
  .co-about-hero-slide img {
    min-height: 650px;
  }

  .co-about-intro {
    grid-template-columns:
      70px
      1fr;

    gap: 25px;
  }

  .co-about-intro-text {
    grid-column: 2;
  }

  .co-about-story,
  .co-about-manifesto,
  .co-about-editorial,
  .co-about-vision {
    grid-template-columns: 1fr;
  }

  .co-about-story-image {
    min-height: 500px;
  }

  .co-manifesto-image,
  .co-editorial-image,
  .co-vision-image {
    min-height: 500px;
  }

  .co-family-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }

}


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

@media (max-width: 600px) {

  /* HERO */

  .co-about-hero,
  .co-about-hero-track,
  .co-about-hero-slide img {
    min-height: 650px;
  }

  .co-about-hero-content {
    left: 25px;

    width:
      calc(100% - 50px);
  }

  .co-about-eyebrow {
    font-size: 9px;

    letter-spacing: 2.5px;
  }

  .co-about-hero h1,
  .co-about-hero h2 {
    font-size: 52px;

    letter-spacing: -3px;
  }

  .co-about-hero-content p {
    font-size: 13px;

    line-height: 1.75;
  }

  .co-about-hero-nav {
    left: 25px;
    bottom: 30px;
  }

  .co-about-hero-number {
    right: 25px;
    bottom: 45px;

    font-size: 9px;
  }


  /* INTRO */

  .co-about-intro {
    width: 88%;

    padding:
      75px 0 65px;

    grid-template-columns: 1fr;

    gap: 15px;
  }

  .co-about-intro-text {
    grid-column: auto;
  }

  .co-about-intro-title h2 {
    font-size: 42px;

    letter-spacing: -2px;
  }


  /* STORY */

  .co-about-story,
  .co-about-manifesto,
  .co-about-editorial,
  .co-about-vision,
  .co-about-family {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);

    margin-left: 16px;
    margin-right: 16px;

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

    box-sizing: border-box;

    overflow: hidden;
  }

  .co-about-story-image {
    min-height: 390px;
    box-sizing: border-box;
  }

  .co-about-story-content {
    padding: 45px 28px;
  }

  .co-about-story-content h2 {
    font-size: 40px;
  }


  /* MANIFESTO */

  .co-about-manifesto {
    margin:
      75px auto;
  }

  .co-manifesto-content {
    padding: 45px 28px;
  }

  .co-manifesto-content h2 {
    font-size: 42px;
  }

  .co-manifesto-points {
    flex-wrap: wrap;
  }

  .co-manifesto-points div {
    flex: 1 1 90px;
    min-width: 0;
  }

  .co-manifesto-image {
    min-height: 430px;
  }


  /* EDITORIAL */

  .co-about-editorial {
    margin-bottom: 75px;
  }

  .co-editorial-image {
    min-height: 480px;
  }

  .co-editorial-image img {
    width: 190px;
  }

  .co-editorial-content {
    padding: 45px 28px;
  }

  .co-editorial-content h2 {
    font-size: 42px;
  }


  /* FAMILY */

  .co-about-family {
    margin-bottom: 75px;
  }

  .co-family-grid {
    grid-template-columns: 1fr;
  }

  .co-family-card {
    min-height: 280px;
  }


  /* VISION */

  .co-about-vision {
    margin-bottom: 75px;
  }

.
