:root{
  --pink:#f00465;
  --soft-pink:#f4acd0;
  --lime:#d8ff00;
  --cream:#fff9f0;
  --green:#66a938;
  --blue:#bdd7ec;
  --black:#080808;
  --ink:#111111;
  --line:rgba(17,17,17,.14);
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:"DM Sans",Arial,sans-serif;
  line-height:1.48;
}

a{color:inherit}

.site-header{
  min-height:78px;
  padding:0 5vw;
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,249,240,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}

.logo-link{
  display:flex;
  align-items:center;
  text-decoration:none;
}

.header-logo{
  display:block;
  width:154px;
  height:auto;
}

nav{
  display:flex;
  gap:30px;
}

nav a{
  text-decoration:none;
  font-weight:700;
  font-size:.92rem;
}

nav a:hover{color:var(--pink)}

.hero{
  min-height:78vh;
  padding:6vw 5vw 5vw;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:5vw;
  align-items:center;
  overflow:hidden;
}

.kicker{
  margin:0 0 20px;
  font-size:.73rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.brand-phrase{
  color:var(--pink);
  font-weight:700;
}

.hero h1,
.about h2,
.statement h2,
.contact h2{
  font-family:"Bebas Neue",Impact,sans-serif;
  font-weight:400;
  line-height:.86;
  letter-spacing:.01em;
  margin:0;
}

.hero h1{
  font-size:clamp(5rem,10.7vw,10.5rem);
}

.hero h1 span,
.about h2 span,
.statement h2 span{
  color:var(--pink);
}

.intro{
  max-width:590px;
  margin:30px 0 34px;
  font-size:clamp(1.06rem,1.5vw,1.32rem);
}

.actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.button{
  min-height:52px;
  padding:0 23px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:2px solid var(--black);
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
}

.primary{
  background:var(--black);
  color:#fff;
}

.primary:hover{
  background:var(--pink);
  border-color:var(--pink);
}

.secondary:hover{
  background:var(--lime);
}

.hero-panel{
  min-height:585px;
  position:relative;
  display:grid;
  place-items:center;
  background:var(--soft-pink);
  overflow:hidden;
  border:2px solid var(--black);
}

.sunburst{
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  background:var(--lime);
  top:52px;
  right:-80px;
}

.sunburst::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-1px;
  width:130px;
  height:65px;
  background:var(--pink);
  border-radius:130px 130px 0 0;
  transform:translateX(-50%);
}

.brand-sticker{
  position:absolute;
  z-index:4;
  width:128px;
  aspect-ratio:1;
  border-radius:50%;
  background:var(--lime);
  border:2px solid var(--black);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  transform:rotate(-10deg);
}

.brand-sticker span{
  font-size:.63rem;
  letter-spacing:.1em;
  font-weight:700;
}

.brand-sticker strong{
  font-family:"Bebas Neue",Impact,sans-serif;
  font-size:1.28rem;
  line-height:.9;
  margin-top:5px;
}

.sticker-one{
  top:48px;
  left:34px;
}

.bottle{
  position:relative;
  z-index:3;
  width:190px;
  height:500px;
  filter:drop-shadow(0 20px 18px rgba(0,0,0,.18));
}

.cap{
  width:74px;
  height:35px;
  background:#1e1717;
  margin:0 auto;
  border-radius:5px 5px 2px 2px;
}

.neck{
  width:64px;
  height:78px;
  margin:0 auto;
  background:#a30e39;
}

.body{
  width:190px;
  height:375px;
  padding:66px 12px 0;
  background:linear-gradient(90deg,#9f1537,#d62550 46%,#981434);
  border-radius:22px 22px 38px 38px;
}

.bottle-label{
  min-height:220px;
  background:var(--pink);
  border:2px solid var(--black);
  padding:18px 12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.bottle-label img{
  width:128px;
  filter:brightness(0) invert(1);
}

.bottle-label p{
  color:#fff;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.05em;
  margin:20px 0 16px;
}

.bottle-label small{
  color:#fff;
  letter-spacing:.18em;
  font-weight:700;
  font-size:.52rem;
}

.fruit{
  position:absolute;
  width:88px;
  height:88px;
  border-radius:50%;
  background:#c80d4c;
  box-shadow:
    -25px 0 0 -15px #c80d4c,
    25px 0 0 -15px #c80d4c,
    -18px 24px 0 -15px #c80d4c,
    18px 24px 0 -15px #c80d4c;
}

.fruit-one{
  left:32px;
  bottom:54px;
  transform:rotate(-15deg);
}

.fruit-two{
  right:24px;
  bottom:18px;
  transform:scale(.72);
}

.leaf{
  position:absolute;
  width:90px;
  height:42px;
  background:var(--green);
  border-radius:100% 0 100% 0;
}

.leaf-one{
  right:28px;
  top:182px;
  transform:rotate(28deg);
}

.leaf-two{
  left:52px;
  bottom:158px;
  transform:rotate(-32deg);
}

.marquee{
  overflow:hidden;
  background:var(--pink);
  color:#fff;
  border-top:2px solid var(--black);
  border-bottom:2px solid var(--black);
}

.marquee-track{
  width:max-content;
  display:flex;
  align-items:center;
  gap:28px;
  padding:16px 0;
  animation:marquee 24s linear infinite;
}

.marquee-track span{
  font-family:"Bebas Neue",Impact,sans-serif;
  font-size:1.35rem;
  letter-spacing:.06em;
}

.marquee-track i{
  font-style:normal;
  color:var(--lime);
}

@keyframes marquee{
  to{transform:translateX(-50%)}
}

.about{
  padding:9vw 5vw;
  border-bottom:2px solid var(--black);
}

.section-label{
  margin-bottom:52px;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.15em;
}

.about-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:8vw;
}

.about h2,
.contact h2{
  font-size:clamp(4.4rem,7.4vw,7.5rem);
}

.about-copy{
  max-width:650px;
  padding-top:6px;
}

.about-copy p{
  font-size:1.08rem;
}

.about-copy .lead{
  margin-top:0;
  font-size:clamp(1.45rem,2vw,1.9rem);
  line-height:1.25;
  font-weight:600;
}

.brand-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-bottom:2px solid var(--black);
}

.tile{
  min-height:430px;
  padding:28px;
  border-right:2px solid var(--black);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.tile:last-child{
  border-right:0;
}

.tile-number{
  font-size:.72rem;
  font-weight:700;
}

.tile h3{
  font-family:"Bebas Neue",Impact,sans-serif;
  font-size:clamp(3rem,4vw,4.8rem);
  line-height:.86;
  margin:0 0 20px;
  font-weight:400;
}

.tile p{
  max-width:300px;
  font-size:1rem;
}

.pink{background:#f3c1ba}
.lime{background:#cbd7b7}
.blue{background:#dfe8ef}
.black{background:var(--black);color:#fff}

.statement{
  background:var(--black);
  color:#fff;
  padding:10vw 5vw;
}

.light{color:var(--lime)}

.statement h2{
  font-size:clamp(4.8rem,8vw,8.6rem);
}

.contact{
  padding:9vw 5vw;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9vw;
}

.contact p{
  max-width:520px;
  font-size:1.08rem;
}

.contact-links{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.contact-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:20px 0;
  border-bottom:2px solid var(--black);
  text-decoration:none;
  font-weight:700;
  font-size:clamp(1.05rem,1.6vw,1.35rem);
}

.contact-links a:hover{
  color:var(--pink);
}

footer{
  min-height:120px;
  padding:28px 5vw 34px;
  border-top:2px solid var(--black);
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:30px;
  align-items:end;
  font-size:.8rem;
}

.footer-logo{
  width:150px;
  height:auto;
}

footer p{
  margin:0;
}

@media(max-width:1000px){
  .brand-grid{grid-template-columns:repeat(2,1fr)}
  .tile:nth-child(2){border-right:0}
  .tile:nth-child(-n+2){border-bottom:2px solid var(--black)}
}

@media(max-width:860px){
  .hero{grid-template-columns:1fr}
  .hero-panel{min-height:530px}
  .about-grid,.contact{grid-template-columns:1fr}
  footer{grid-template-columns:1fr}
}

@media(max-width:600px){
  .site-header{padding:0 20px;min-height:68px}
  .header-logo{width:126px}
  nav{gap:18px}
  .hero,.about,.statement,.contact{padding-left:20px;padding-right:20px}
  .hero{padding-top:54px}
  .hero h1{font-size:clamp(4.8rem,24vw,7rem)}
  .hero-panel{min-height:470px}
  .bottle{transform:scale(.84)}
  .sunburst{width:320px;height:320px}
  .brand-sticker{width:104px;left:18px;top:24px}
  .brand-grid{grid-template-columns:1fr}
  .tile{min-height:330px;border-right:0;border-bottom:2px solid var(--black)}
  .tile:last-child{border-bottom:0}
  .tile:nth-child(2){border-right:0}
  footer{padding-left:20px;padding-right:20px}
}

.tagline-band{
  background:var(--lime);
  color:var(--black);
  border-top:2px solid var(--black);
  border-bottom:2px solid var(--black);
  padding:34px 5vw 30px;
  text-align:center;
}

.closing-tagline{
  margin:0;
  font-family:"Bebas Neue",Impact,sans-serif;
  font-size:clamp(3.5rem,8vw,8rem);
  line-height:.9;
  letter-spacing:.02em;
}


.external-icon{
  width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 22px;
  margin-left:16px;
}

.external-icon svg{
  width:18px;
  height:18px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
