/* =====================================================
   Aunty Supari Landing Page
   Built from Figma: Aunty-Mockup / Home (node 401-1877)
   Canvas: 1512px fixed-width desktop
   ===================================================== */

* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --peach: #ffefe2;
  --brown-dark: #3f200e;
  --grad-brand: linear-gradient(80deg, rgb(142, 82, 45) 3.43%, rgb(30, 10, 1) 67.6%);
  --font-head: 'Raleway', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-script: 'Alex Brush', cursive;
}

body {
  background: #f6f6f6;
  font-family: var(--font-body);
}

.page {
  width: 1512px;
  margin: 0 auto;
  background: #f6f6f6;
  overflow: hidden;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { display: block; }

/* Cropped-image helper: container clips, img positioned per Figma crop */
.crop { position: absolute; inset: 0; overflow: hidden; }

/* ================= TOP BAR ================= */
.topbar {
  background: #000;
  padding: 0 50px 1px;
  height: 41px;
}
.topbar-inner {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar-social {
  display: flex;
  gap: 24px;
}
.topbar-social a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}
.topbar-social i { font-size: 16px; }
.topbar-account {
  display: flex;
  gap: 32px;
}
.topbar-account a {
  color: #fff;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}

/* ================= HERO ================= */
.hero {
  position: relative;
  height: 830px; /* y 41 -> 871 on the original canvas */
}
.hero-gradient {
  position: absolute;
  top: 0; left: 0;
  width: 1513px;
  height: 730px;
  background: var(--grad-brand);
}

/* --- Navigation --- */
.nav {
  position: absolute;
  top: 0; left: 0;
  width: 1512px;
  height: 80px;
  z-index: 5;
}
.nav-logo {
  position: absolute;
  left: 46px;
  top: 10px;
  width: 111px;
  height: 60px;
  overflow: hidden;
}
.nav-logo img {
  position: absolute;
  width: 100%;
  height: 131%;
  top: -16.6%;
  left: 0;
  object-fit: contain;
}
.nav-menu {
  position: absolute;
  left: 570px;
  top: 29px;
  display: flex;
  gap: 40px;
}
.nav-menu a,
.nav-right a {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.nav-right {
  position: absolute;
  right: 60px;
  top: 29px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.nav-cart {
  position: relative;
  width: 22px;
  height: 22px;
}
.nav-cart img { width: 22px; height: 22px; }
.cart-badge {
  position: absolute;
  top: -11px;
  left: 15px;
  background: #a92830;
  border-radius: 22px;
  padding: 0 7px;
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
}

/* --- Headline --- */
.hero-line1 {
  position: absolute;
  top: 143px;
  right: 65px;
  font-family: var(--font-script);
  font-weight: 400;
  font-size: 86px;
  line-height: 140px;
  color: #fff;
  text-align: right;
  z-index: 3;
}
.hero-line2 {
  position: absolute;
  top: 239px;
  right: 58px;
  font-family: var(--font-script);
  font-weight: 400;
  font-size: 120px;
  line-height: 183px;
  text-align: right;
  background: linear-gradient(85.6deg, #fcb075 34.65%, #cf167a 78.21%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  z-index: 3;
}

/* --- Left rounded photo --- */
.hero-left-photo {
  position: absolute;
  top: 310px;
  left: 0;
  width: 505px;
  height: 519px;
  border-top-right-radius: 52px;
  overflow: hidden;
  z-index: 1;
}
.hero-left-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Peach band --- */
.hero-band {
  position: absolute;
  top: 507px;
  left: 505px;
  width: 1007px;
  height: 322px;
  background: var(--peach);
  z-index: 1;
}
.band-overlay {
  position: absolute;
  inset: 0;
  background: url('assets/pattern-overlay.png') center / cover;
  opacity: 0.2;
  pointer-events: none;
}
.band-overlay.rounded { border-radius: 15px; }

.hero-brush {
  position: absolute;
  top: 558px;
  left: 863px;
  width: 329px;
  height: 220px;
  z-index: 2;
}

/* --- Product packs on the band --- */
.hero-pack {
  position: absolute;
  top: 575px;
  width: 120px;
  height: 184px;
  overflow: hidden;
  z-index: 2;
}
.pack-a { left: 621px; }
.pack-b { left: 967px; height: 187px; }
.pack-c { left: 1293px; height: 180px; }
.hero-pack img {
  position: absolute;
  width: 234%;
  height: 153%;
  left: -67%;
  top: -29%;
  max-width: none;
}
.pack-b img { width: 238.5%; height: 153.4%; left: -69.3%; top: -28.5%; }
.pack-c img { width: 233.2%; height: 155.7%; left: -66.3%; top: -30%; }

/* --- Carousel dots --- */
.hero-dot {
  position: absolute;
  top: 797px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: var(--brown-dark);
  z-index: 2;
}
.dot-1 { left: 1000px; }
.dot-2 { left: 1030px; }
.dot-3 { left: 1060px; }

/* --- Overlapping bottle --- */
.hero-bottle {
  position: absolute;
  top: 111px;
  left: 46px;
  width: 380px;
  height: 569px;
  overflow: hidden;
  z-index: 4;
}
.hero-bottle img {
  position: absolute;
  width: 176.5%;
  height: 117.8%;
  left: -38%;
  top: -9.25%;
  max-width: none;
}

/* --- CTA button --- */
.explore-btn {
  position: absolute;
  top: 718px;
  left: 124px;
  width: 251px;
  height: 50px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.explore-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.explore-btn span {
  position: relative;
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
}

/* ================= SHOP CARDS ================= */
.shop-cards {
  position: relative;
  height: 573px; /* y 871 -> 1444 */
}
.shop-card {
  position: absolute;
  top: 128px;
  width: 450px;
  height: 250px;
  border-radius: 10px;
  padding: 45px 0 0 31px;
}
.card-peach { left: 51px;  background: var(--peach); }
.card-blue  { left: 533px; background: #9ac5e2; padding-left: 35px; }
.card-black { left: 1015px; background: #000; padding-left: 29px; }

.card-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 12px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  width: fit-content;
}
.grad-dark  { background-image: linear-gradient(89.6deg, #000 36.4%, #666 78.3%); }
.grad-dark2 { background-image: linear-gradient(89.5deg, #000 36.4%, #222 78.3%); }
.grad-light { background-image: linear-gradient(89.5deg, #e7e7e7 36.4%, rgba(192, 206, 255, 0.7) 78.3%); }

.card-line {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #000;
  margin-bottom: 11px;
}
.card-line.white { color: #fff; }

.shop-now {
  display: inline-block;
  margin-top: 47px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #000;
  text-transform: capitalize;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  width: 76px;
}
.shop-now.white { color: #fff; border-color: #fff; }

.shop-card-img {
  position: absolute;
  pointer-events: none;
}
.shop-card-img img { width: 100%; height: 100%; object-fit: cover; }
.img-1 { left: 226px;  top: 107px; width: 281px; height: 293px; }
.img-2 { left: 687px;  top: 107px; width: 282px; height: 271px; }
.img-3 { left: 1204px; top: 97px;  width: 245px; height: 267px; }

/* Section headings */
.section-heading {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 55px;
  line-height: 62px;
  color: #000;
}
.shop-cards .section-heading.left {
  position: absolute;
  left: 51px;
  top: 478px;
}
.section-heading.center { text-align: center; }

/* ================= FEATURE GRID ================= */
.feature {
  position: relative;
  height: 945px; /* y 1444 -> 2389 */
}
.feature-hero-card {
  position: absolute;
  top: 0;
  left: 53px;
  width: 700px;
  height: 792px;
  border-radius: 15px;
  background: linear-gradient(180deg, var(--peach) 12.5%, rgba(255, 216, 185, 0.56) 68.7%);
  overflow: hidden;
}
.feature-photo {
  position: absolute;
  top: 157px;
  left: 49px;
  width: 603px;
  height: 455px;
  overflow: hidden;
}
.feature-photo img {
  position: absolute;
  width: 138.4%;
  height: 183.6%;
  left: -17.2%;
  top: -43.5%;
  max-width: none;
}

.product-card {
  position: absolute;
  width: 290px;
  border-radius: 10px;
  overflow: hidden;
}
.pc-1 { left: 860px;  top: 0; }
.pc-2 { left: 1175px; top: 0; }
.pc-3 { left: 860px;  top: 425px; }
.pc-4 { left: 1175px; top: 425px; }

.pc-img {
  position: relative;
  width: 290px;
  height: 293px;
  overflow: hidden;
}
.pc-img img {
  position: absolute;
  width: 152.7%;
  height: 130.5%;
  left: -25.3%;
  top: -15.25%;
  max-width: none;
}
.pc-img.alt-crop img {
  width: 112.1%;
  height: 112.6%;
  left: -7.9%;
  top: -9.5%;
}
.pc-info {
  background: #fff;
  height: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.pc-info h4 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
.pc-info p {
  font-family: var(--font-head);
  font-weight: 400;
  font-size: 12.7px;
  color: #000;
}

/* ================= MANUFACTURING BANNER ================= */
.banner {
  position: relative;
  height: 585px; /* y 2389 -> 2974 */
  margin-left: -4px;
  width: 1516px;
}
.banner-bg {
  position: absolute;
  inset: 0;
  background: url('assets/hero-texture.png') center / cover;
}
.banner-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/pattern-overlay.png') center / cover;
  opacity: 0.2;
}
.banner-photo {
  position: absolute;
  top: 23px;
  left: 210px;
  width: 1099px;
  height: 538px;
  overflow: hidden;
}
.banner-photo img {
  position: absolute;
  width: 111.4%;
  height: 151.6%;
  left: -5.55%;
  top: -30.2%;
  max-width: none;
}

/* ================= SMOOTHIE CARDS ================= */
.smoothies {
  position: relative;
  margin-top: 122px;
  height: 648px; /* y 3096 -> 3744 */
  display: flex;
  gap: 59px;
  padding-left: 49px;
}
.smoothie-card { width: 308.5px; }
.smoothie-img {
  width: 308.5px;
  height: 421px;
  border-radius: 19px;
  overflow: hidden;
  box-shadow: 0 3.74px 3.74px 0 #e9d5bc;
  margin-bottom: 19px;
}
.smoothie-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smoothie-card h4 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 20.5px;
  line-height: 34px;
  color: #000;
}
.smoothie-card p {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #666;
  width: 238px;
  margin-top: 5px;
}

/* ================= MANUFACTURERS ================= */
.manufacturers {
  position: relative;
  height: 1045px; /* y 3744 -> 4789 */
  width: 1516px;
  background: var(--peach);
}
.manufacturers .section-heading {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 906px;
}
.manufacturers-photo {
  position: absolute;
  top: 269px;
  left: 132px;
  width: 1248px;
  height: 680px;
  overflow: hidden;
}
.manufacturers-photo img {
  position: absolute;
  width: 137.2%;
  height: 240.4%;
  left: -18.6%;
  top: -68.1%;
  max-width: none;
}

/* ================= LEGACY ================= */
.legacy {
  position: relative;
  height: 712px; /* y 4789 -> 5501 */
  background: #fff;
  margin-left: 5px;
}
.legacy .section-heading {
  position: absolute;
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
  width: 906px;
}
.legacy-collage {
  position: absolute;
  top: 250px;
  left: -5px;
  width: 1523px;
  height: 462px;
  object-fit: cover;
}

/* ================= FOOTER ================= */
.footer-strip {
  height: 147px;
  background: linear-gradient(49.8deg, rgb(142, 82, 45) 3.43%, rgb(30, 10, 1) 67.6%);
  border-bottom: 4px solid rgba(237, 215, 198, 0.51);
}
.footer {
  position: relative;
  height: 583px;
  background: linear-gradient(78deg, rgb(142, 82, 45) 3.43%, rgb(30, 10, 1) 67.6%);
  border-bottom: 4px solid #e2dfdf;
}
.footer-logo {
  position: absolute;
  top: 96px;
  left: 76px;
  width: 331px;
  height: auto;
}
.footer-col {
  position: absolute;
  top: 148px;
  color: #dcdcdc;
}
.col-links    { left: 669px; }
.col-shopping { left: 950px; }
.col-contact  { left: 1209px; width: 243px; }

.footer-col h5 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.36px;
  margin-bottom: 12px;
}
.footer-col ul li {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 25.6px;
  letter-spacing: 0.32px;
  margin-bottom: 7px;
}
.footer-col p {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 25.6px;
  letter-spacing: 0.32px;
}

.footer-social {
  position: absolute;
  top: 488px;
  left: 76px;
  display: flex;
  gap: 55px;
}
.footer-social a {
  color: #fff;
  font-size: 36.5px;
}
.footer-copy {
  position: absolute;
  top: 496px;
  right: 101px;
  color: #efefef;
  font-size: 13px;
  line-height: 22.4px;
  letter-spacing: 0.32px;
}
