.hhl-about-page{
  background:#F9F4EF;
  color:#253941;
  overflow:hidden;
}

/* HERO */
.hhl-about-hero{
  width:92%;
  max-width:1180px;
  margin:0 auto;
  padding:80px 0 60px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.hhl-kicker{
  color:#29617C;
  font-size:14px;
  font-weight:800;
  letter-spacing:2px;
}

.hhl-about-copy h1{
  color:#1F4E66;
  font-size:clamp(38px,5vw,72px);
  line-height:1.05;
  margin:18px 0 24px;
  font-weight:700;
}

.hhl-about-copy p{
  font-size:17px;
  line-height:1.9;
  color:#4D5D63;
  max-width:650px;
}

/* ACTIONS */
.hhl-about-actions{
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
  margin-top:30px;
}

.hhl-about-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:54px !important;
  min-width:270px !important;
  padding:0 34px !important;
  background:#29617C !important;
  color:#fff !important;
  border-radius:999px !important;
  text-decoration:none !important;
  box-shadow:0 14px 30px rgba(41,97,124,.2);
}

.hhl-about-btn span{
  color:#fff !important;
  font-size:17px !important;
  font-weight:700 !important;
  line-height:1 !important;
}

.hhl-hotline{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.hhl-hotline small{
  color:#6D777B;
  font-size:14px;
}

.hhl-hotline a{
  color:#29617C !important;
  font-size:28px;
  font-weight:800;
  text-decoration:none;
  line-height:1.2;
}

/* HERO IMAGE */
.hhl-about-visual{
  position:relative;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(41,97,124,.18);
}

.hhl-about-visual img{
  width:100%;
  height:620px;
  object-fit:cover;
  display:block;
  transition:transform 1s ease;
}

.hhl-about-visual:hover img{
  transform:scale(1.04);
}

.hhl-about-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(41,97,124,.02),rgba(41,97,124,.18));
  pointer-events:none;
}

.hhl-visual-note{
  position:absolute;
  left:26px;
  bottom:26px;
  z-index:2;
  background:rgba(249,244,239,.9);
  color:#29617C;
  padding:12px 18px;
  border-radius:999px;
  font-family:"Brush Script MT","Segoe Script",cursive;
  font-size:28px;
  box-shadow:0 10px 28px rgba(0,0,0,.12);
}

/* SIGNATURE */
.hhl-about-signature{
  text-align:center;
  padding:45px 20px;
}

.hhl-about-signature p{
  color:#29617C;
  font-size:clamp(38px,6vw,86px);
  line-height:1;
  font-family:"Brush Script MT","Segoe Script",cursive;
  margin:0;
  opacity:.9;
}

/* STORY */
.hhl-about-story{
  width:92%;
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  padding:30px 0 70px;
}

.hhl-about-story div{
  background:#fff;
  padding:38px;
  border-radius:26px;
  border:1px solid rgba(41,97,124,.12);
  box-shadow:0 16px 38px rgba(41,97,124,.07);
}

.hhl-about-story h2{
  color:#1F4E66;
  font-size:30px;
  margin:0 0 18px;
}

.hhl-about-story p{
  font-size:16px;
  line-height:1.85;
  color:#4D5D63;
  margin:0;
}

/* VALUES */
.hhl-about-values{
  width:92%;
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  padding-bottom:80px;
}

.hhl-value-card{
  background:#29617C;
  color:#fff;
  padding:34px;
  border-radius:26px;
  min-height:240px;
  position:relative;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(41,97,124,.18);
}

.hhl-value-card:after{
  content:"";
  position:absolute;
  width:160px;
  height:160px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  right:-50px;
  bottom:-50px;
}

.hhl-value-card span{
  color:rgba(255,255,255,.45);
  font-size:42px;
  font-weight:800;
}

.hhl-value-card h3{
  color:#fff;
  font-size:28px;
  margin:22px 0 12px;
}

.hhl-value-card p{
  color:rgba(255,255,255,.86);
  line-height:1.75;
  margin:0;
}

/* FLOWER MOOD */
.hhl-flower-editorial{
  width:92%;
  max-width:1180px;
  margin:0 auto;
  padding:50px 0 90px;
  position:relative;
}

.hhl-flower-editorial:before{
  content:"";
  position:absolute;
  width:430px;
  height:430px;
  border-radius:50%;
  background:rgba(41,97,124,.06);
  left:-120px;
  top:150px;
  pointer-events:none;
}

.hhl-editorial-head{
  max-width:720px;
  margin-bottom:38px;
  position:relative;
  z-index:2;
}

.hhl-editorial-head span{
  color:#29617C;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
}

.hhl-editorial-head h2{
  color:#1F4E66;
  font-size:clamp(34px,4vw,58px);
  line-height:1.08;
  margin:14px 0 18px;
}

.hhl-editorial-head p{
  color:#5D686D;
  font-size:17px;
  line-height:1.8;
  margin:0;
}

.hhl-editorial-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:stretch;
}

.hhl-shot{
  height:430px;
  margin:0;
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:#fff;
  box-shadow:0 22px 55px rgba(41,97,124,.12);
  border:1px solid rgba(41,97,124,.10);
}

.hhl-shot img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .9s ease, filter .9s ease;
}

.hhl-shot:hover img{
  transform:scale(1.055);
  filter:saturate(1.08) contrast(1.03);
}

.hhl-shot:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,0) 42%,
    rgba(31,78,102,.74) 100%
  );
  pointer-events:none;
}

.hhl-shot figcaption{
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:2;
  padding:15px 18px;
  border-radius:18px;
  background:rgba(31,78,102,.78);
  backdrop-filter:blur(12px);
  color:#fff;
  font-size:15px;
  line-height:1.5;
}

.hhl-shot-quote{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:44px;
  background:
    radial-gradient(circle at top right, rgba(41,97,124,.08), transparent 38%),
    #fff;
}

.hhl-shot-quote:after{
  display:none;
}

.hhl-shot-quote p{
  color:#29617C;
  font-size:clamp(34px,4vw,54px);
  line-height:1.2;
  font-family:"Brush Script MT","Segoe Script",cursive;
  margin:0 0 24px;
}

.hhl-shot-quote span{
  color:#6A777C;
  font-size:15px;
  letter-spacing:1px;
  text-transform:uppercase;
  font-weight:700;
}

/* ENDING */
.hhl-about-ending{
  width:92%;
  max-width:860px;
  margin:0 auto;
  padding:0 0 90px;
  text-align:center;
}

.hhl-about-ending h2{
  color:#1F4E66;
  font-size:clamp(34px,4vw,58px);
  margin:0 0 18px;
}

.hhl-about-ending p{
  font-size:18px;
  line-height:1.8;
  color:#4D5D63;
  margin:0;
}

/* REVEAL */
.hhl-reveal{
  opacity:0;
  transform:translateY(36px);
  transition:all .85s ease;
}

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

/* RESPONSIVE */
@media(max-width:1024px){
  .hhl-about-hero,
  .hhl-about-story,
  .hhl-about-values,
  .hhl-editorial-grid{
    grid-template-columns:1fr;
  }

  .hhl-about-visual img{
    height:560px;
  }

  .hhl-shot{
    height:460px;
  }
}

@media(max-width:768px){
  .hhl-about-hero{
    padding:50px 0 40px;
    gap:34px;
  }

  .hhl-about-actions{
    flex-direction:column;
    align-items:flex-start;
  }

  .hhl-about-btn{
    width:100%;
    min-width:unset !important;
  }

  .hhl-hotline a{
    font-size:24px;
  }

  .hhl-about-story div,
  .hhl-value-card,
  .hhl-shot-quote{
    padding:26px;
    border-radius:22px;
  }

  .hhl-about-visual{
    border-radius:22px;
  }

  .hhl-about-visual img{
    height:430px;
  }

  .hhl-shot{
    height:420px;
    border-radius:22px;
  }
}

@media(max-width:480px){
  .hhl-about-hero,
  .hhl-about-story,
  .hhl-about-values,
  .hhl-flower-editorial,
  .hhl-about-ending{
    width:90%;
  }

  .hhl-about-copy h1{
    font-size:38px;
  }

  .hhl-about-copy p,
  .hhl-about-story p,
  .hhl-about-ending p{
    font-size:15px;
  }

  .hhl-shot{
    height:350px;
  }

  .hhl-shot figcaption{
    font-size:13px;
    left:14px;
    right:14px;
    bottom:14px;
    padding:12px 14px;
  }

  .hhl-visual-note{
    font-size:22px;
    left:16px;
    bottom:16px;
  }
}