/* =====================================================
   PITANGA FOODS — About page
   Bright editorial storytelling using the shared system.
   ===================================================== */

body[data-page="about"] { background: var(--white); }
.mega-subhead { margin-top: 22px; }
.about-skip {
  position: fixed; top: -100px; left: 20px; z-index: 300;
  padding: 12px 20px; border-radius: 100px;
  background: var(--ink); color: #fff; font-weight: 700;
}
.about-skip:focus { top: 12px; }
.about-btn-outline { border: 1.5px solid var(--ink); color: var(--ink); }
.about-btn-outline:hover { background: var(--ink); color: var(--cream); }

/* Hero */
.about-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(255,255,255,.7), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(255,107,91,.17), transparent 29%),
    linear-gradient(135deg, #FFF4C7 0%, #FFD65B 55%, #F8B72E 100%);
}
.about-hero::before {
  content: ""; position: absolute; width: 340px; height: 340px;
  left: -170px; bottom: -205px; border: 58px solid rgba(255,255,255,.28); border-radius: 50%;
}
.about-hero-grid {
  min-height: clamp(650px, calc(100svh - 92px), 820px);
  display: grid; grid-template-columns: .92fr 1.08fr;
  gap: clamp(20px, 4vw, 62px); align-items: center;
  padding-block: clamp(56px, 7vw, 96px);
}
.about-hero-copy { position: relative; z-index: 5; max-width: 650px; }
.about-hero-copy .eyebrow { margin-bottom: 20px; color: var(--green-deep); }
.about-hero-copy h1 {
  font-size: clamp(2.8rem, 5.25vw, 5.65rem); line-height: 1.02;
  letter-spacing: -.045em; max-width: 11ch;
}
.about-hero-copy h1 span { color: var(--green-deep); }
.about-hero-copy > p { max-width: 55ch; margin-top: 24px; color: #514523; font-size: clamp(1rem, 1.35vw, 1.18rem); }
.about-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.about-hero-art { position: relative; min-height: 590px; align-self: stretch; }
.about-hero-art::after {
  content: ""; position: absolute; z-index: 1; left: 6%; right: -8%; bottom: 2%; height: 19%;
  background: radial-gradient(ellipse, rgba(78,47,0,.24), rgba(78,47,0,0) 70%);
  filter: blur(12px);
}
.about-hero-disc {
  position: absolute; inset: 4% 0 2% 8%; border-radius: 50% 44% 48% 52%;
  background: rgba(255,250,221,.52); border: 1px solid rgba(255,255,255,.46);
  transform: rotate(-5deg);
}
.about-hero-note {
  position: absolute; z-index: 8; top: 9%; right: 1%;
  padding: 10px 16px; border: 1px solid rgba(23,23,23,.16); border-radius: 100px;
  background: rgba(255,255,255,.75); backdrop-filter: blur(8px);
  font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
}
.about-hero-range, .about-buy-range, .product-pack {
  position: absolute; max-width: none; height: auto; object-fit: contain;
  transition: transform .7s var(--ease);
}
.product-pack { mix-blend-mode: multiply; }
.about-hero-range {
  z-index: 4; left: 50%; bottom: -4%; width: auto; height: 108%; max-width: 116%;
  filter: drop-shadow(0 28px 22px rgba(82,45,0,.22));
  transform: translateX(-50%);
  animation: aboutHeroFloat 6.5s ease-in-out infinite;
  will-change: translate;
}
.about-hero-art:hover .about-hero-range { transform: translateX(-50%) translateY(-8px) scale(1.012); }

@keyframes aboutHeroFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

/* Who we are */
.about-who { background: var(--white); }
.about-who-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(40px, 6vw, 86px); align-items: center; }
.about-who-media {
  position: relative; min-height: 610px; overflow: hidden;
  border-radius: 36px 36px 160px 36px; background: #E7DAC5;
  box-shadow: var(--shadow-md);
}
.about-who-feature {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  transition: transform .8s var(--ease);
}
.about-who-media:hover .about-who-feature { transform: scale(1.025); }
.about-who-copy .eyebrow { margin-bottom: 18px; }
.about-who-copy h2 { font-size: clamp(2.3rem, 4.5vw, 4.8rem); line-height: 1.04; letter-spacing: -.035em; }
.about-who-text { margin-top: 26px; color: #504e48; }
.about-who-text p + p { margin-top: 15px; }
.about-highlight {
  margin-top: 28px; padding: 20px 22px; border-left: 4px solid var(--green);
  background: #F0F5E9; display: flex; align-items: center; gap: 13px;
  color: var(--green-deep); border-radius: 0 18px 18px 0;
}
.about-highlight i { font-size: 1.15rem; }

/* How we work */
.about-process { background: #F2F3EA; overflow: hidden; }
.about-process .sec-head { max-width: 900px; }
.process-flow { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(24px, 3vw, 46px); counter-reset: step; }
.process-flow::before {
  content: ""; position: absolute; top: 48px; left: 10%; right: 10%; height: 1px;
  background: repeating-linear-gradient(90deg, rgba(44,133,53,.5) 0 9px, transparent 9px 17px);
}
.process-step { position: relative; padding-top: 2px; }
.process-marker {
  position: relative; z-index: 1; width: 96px; height: 96px; border-radius: 50%;
  display: grid; place-items: center; margin-bottom: 26px;
  background: var(--white); border: 1px solid #D2D8CA; color: var(--green-deep);
  box-shadow: 0 10px 26px rgba(31,55,36,.08);
}
.process-marker span {
  position: absolute; left: -6px; top: -6px; display: grid; place-items: center;
  width: 31px; height: 31px; border-radius: 50%; background: var(--sunshine); color: var(--ink);
  font-size: .7rem; font-weight: 800;
}
.process-marker i { font-size: 1.35rem; }
.process-verb { color: var(--green-deep); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.process-step h3 { margin: 9px 0 12px; font-size: 1.24rem; line-height: 1.2; }
.process-step > p:last-child { color: #5E625B; font-size: .95rem; }

/* Promise */
.about-promise { background: #FFFDF8; }
.about-promise-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(42px, 7vw, 105px); align-items: start; }
.about-promise-intro { position: sticky; top: 135px; }
.about-promise-intro h2 { margin-top: 18px; font-size: clamp(2.5rem, 5vw, 5.1rem); line-height: 1.03; }
.about-promise-intro > p { margin-top: 20px; max-width: 38ch; color: var(--muted); }
.promise-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.promise-card {
  min-height: 260px; padding: 28px; border: 1px solid #E5E0D4; border-radius: 26px;
  background: var(--white); position: relative;
  transition: transform .35s var(--ease), box-shadow .35s, border-color .35s;
}
.promise-card:nth-child(2), .promise-card:nth-child(3) { background: #FFF6DA; }
.promise-card:hover { transform: translateY(-6px); border-color: #B9C8AF; box-shadow: var(--shadow-sm); }
.promise-card > span { color: #999489; font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.promise-card > i { position: absolute; top: 24px; right: 25px; color: var(--green); font-size: 1.2rem; }
.promise-card h3 { margin: 58px 0 12px; font-size: 1.28rem; line-height: 1.2; }
.promise-card p { color: #66625A; font-size: .94rem; }

/* Product world */
.about-products { background: #F6BD2C; overflow: hidden; }
.about-products::before {
  content: ""; position: absolute; width: 420px; height: 420px; right: -170px; top: -190px;
  border-radius: 50%; border: 70px solid rgba(255,255,255,.15);
}
.about-products-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 26px; margin-bottom: 42px; }
.about-products-head .eyebrow { color: var(--green-deep); }
.about-products-head h2 { margin-top: 16px; max-width: 13ch; font-size: clamp(2.4rem, 4.8vw, 5.2rem); line-height: 1.02; }
.about-products-head > .link-arrow { flex: none; margin-bottom: 9px; font-weight: 800; }
.about-product-grid {
  display: grid; grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(265px, auto)) minmax(300px, auto); gap: 18px;
}
.about-product-card {
  position: relative; isolation: isolate; overflow: hidden; min-height: 265px;
  border: 1px solid rgba(23,23,23,.11); border-radius: 32px;
  color: var(--ink); box-shadow: 0 12px 28px rgba(75,48,0,.08);
}
.about-product-card::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(120deg, rgba(255,255,255,.86) 0%, rgba(255,255,255,.32) 55%, transparent 75%);
}
.about-product-card:hover .product-pack { transform: translateY(-8px) scale(1.035); }
.about-product-card .product-pack {
  -webkit-mask-image: radial-gradient(ellipse 72% 72% at center, #000 50%, rgba(0,0,0,.9) 66%, transparent 100%);
  mask-image: radial-gradient(ellipse 72% 72% at center, #000 50%, rgba(0,0,0,.9) 66%, transparent 100%);
}
.about-product-copy { position: absolute; z-index: 4; left: clamp(24px, 3vw, 40px); top: clamp(24px, 3vw, 38px); max-width: 36ch; }
.about-product-copy > span { font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--green-deep); }
.about-product-copy h3 { margin: 9px 0 8px; font-size: clamp(1.7rem, 3vw, 3.25rem); line-height: 1; }
.about-product-copy p { font-size: .9rem; color: #4B4A45; max-width: 26ch; }
.card-arrow {
  position: absolute; z-index: 5; right: 24px; top: 24px; width: 44px; height: 44px;
  display: grid; place-items: center; border: 1px solid rgba(23,23,23,.16); border-radius: 50%;
  background: rgba(255,255,255,.58); transition: background .25s, color .25s, transform .25s;
}
.about-product-card:hover .card-arrow { background: var(--ink); color: #fff; transform: translate(2px,-2px); }
.product-makhana { grid-column: 1 / span 7; grid-row: 1 / span 2; min-height: 548px; background: #F6D8CA; }
.product-whole { grid-column: 8 / -1; grid-row: 1; background: #DDEBD1; }
.product-powder { grid-column: 8 / -1; grid-row: 2; background: #FFF1AB; }
.product-oils { grid-column: 1 / -1; grid-row: 3; background: #F7EFE4; }
.product-makhana .product-pack-peri { width: 49%; right: -1%; bottom: -6%; }
.product-makhana .product-pack-mint { width: 41%; right: 32%; bottom: -6%; }
.product-whole .product-pack-pepper { width: 34%; right: 2%; bottom: -26%; }
.product-whole .product-pack-dalchini { width: 30%; right: 23%; bottom: -25%; }
.product-powder .product-pack-haldi { width: 60%; right: -5%; bottom: -24%; }
.product-oils .about-product-copy { top: 50%; transform: translateY(-50%); }
.product-oils .product-pack-oil { width: 18%; right: 27%; bottom: -38%; }
.product-oils .product-pack-salt { width: 22%; right: 5%; bottom: -48%; }
.about-products-mobile-cta { display: none; margin-top: 24px; justify-content: center; }

/* Vision and distributor */
.about-growth {
  background:
    radial-gradient(circle at 15% 100%, rgba(44,133,53,.09), transparent 28%),
    var(--white);
}
.growth-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(34px, 6vw, 90px); align-items: center; }
.growth-copy .eyebrow { margin-bottom: 18px; }
.growth-copy h2 { font-size: clamp(2.5rem, 5.3vw, 5.5rem); line-height: 1.02; letter-spacing: -.04em; }
.growth-copy > p:not(.growth-highlight) { margin-top: 24px; max-width: 61ch; color: #585650; }
.growth-highlight {
  margin-top: 36px; padding-top: 27px; border-top: 1px solid #D8D4C9;
  font-family: var(--display); font-size: clamp(1.45rem, 2.5vw, 2.45rem); line-height: 1.2;
}
.growth-highlight strong { color: var(--green); }
.distributor-panel {
  position: relative; overflow: hidden; padding: clamp(34px, 5vw, 58px); border-radius: 34px;
  background: var(--ink); color: var(--cream); box-shadow: var(--shadow-lg);
}
.distributor-panel::before { content: ""; position: absolute; width: 170px; height: 170px; right: -60px; top: -70px; border: 28px solid rgba(255,199,44,.18); border-radius: 50%; }
.distributor-label { color: var(--sunshine); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.distributor-panel h3 { margin: 28px 0 18px; max-width: 12ch; color: #fff; font-size: clamp(2rem, 3.4vw, 3.55rem); line-height: 1.05; }
.distributor-panel p { color: rgba(255,248,232,.72); max-width: 46ch; }
.distributor-button { margin-top: 30px; background: var(--sunshine); color: var(--ink); }
.distributor-button:hover { background: #fff; }

/* Where to buy */
.about-buy { overflow: hidden; background: linear-gradient(145deg, #F6E9DD 0%, #F4EEE6 50%, #EAF0DF 100%); }
.about-buy-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.about-buy-copy { position: relative; z-index: 3; }
.about-buy-copy .eyebrow { margin-bottom: 18px; }
.about-buy-copy h2 { max-width: 13ch; font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: 1.02; letter-spacing: -.04em; }
.about-buy-copy > p { margin-top: 20px; max-width: 56ch; color: #575650; }
.about-market-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px 14px; max-width: 680px; margin-top: 28px; }
.about-market { min-height: 76px; padding: 7px 4px; justify-content: flex-start; }
.about-market .market-logo { max-width: 100%; height: 54px; }
.about-market .blinkit-market-logo { width: 142px; }
.about-market .zepto-market-logo { width: 122px; }
.about-market .instamart-market-logo { width: 180px; }
.about-market .bigbasket-market-logo { width: 182px; }
.about-market .flipkart-market-logo { width: 175px; }
.about-buy-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 29px; }
.about-buy-art { position: relative; min-height: 550px; }
.about-buy-art > span {
  position: absolute; inset: 9% 0 0 8%; border-radius: 50% 50% 12% 50%;
  background: #F8C73D; transform: rotate(5deg); opacity: .86;
}
.about-buy-art::after { content: ""; position: absolute; left: 6%; right: 0; bottom: 1%; height: 15%; background: radial-gradient(ellipse, rgba(44,39,27,.23), transparent 69%); filter: blur(11px); }
.about-buy-range {
  z-index: 2; left: -16%; bottom: 3%; width: 132%;
  filter: drop-shadow(0 22px 16px rgba(55,40,17,.18));
}
.about-buy-art:hover .about-buy-range { transform: translateY(-8px) scale(1.012); }

.about-hero a:focus-visible, .about-product-card:focus-visible, .about-growth a:focus-visible, .about-buy a:focus-visible {
  outline: 3px solid var(--green); outline-offset: 4px;
}

@media (max-width: 1080px) {
  .about-hero-grid { grid-template-columns: .86fr 1.14fr; }
  .about-hero-art { min-height: 520px; }
  .about-who-grid, .about-promise-grid, .growth-grid, .about-buy-grid { gap: 42px; }
}

@media (max-width: 900px) {
  .about-hero-grid, .about-who-grid, .about-promise-grid, .growth-grid, .about-buy-grid { grid-template-columns: minmax(0, 1fr); }
  .about-hero-grid { padding-top: 64px; min-height: auto; }
  .about-hero-copy { max-width: 760px; }
  .about-hero-copy h1 { max-width: 13ch; }
  .about-hero-art { min-height: 570px; }
  .about-who-media { min-height: 520px; }
  .about-promise-intro { position: static; }
  .about-promise-intro > p { max-width: 54ch; }
  .process-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 30px; }
  .process-flow::before { display: none; }
  .about-product-grid { grid-template-rows: repeat(2, minmax(330px, auto)); }
  .product-makhana { grid-column: 1 / span 7; grid-row: 1; min-height: 330px; }
  .product-whole { grid-column: 8 / -1; grid-row: 1; min-height: 330px; }
  .product-powder { grid-column: 1 / span 6; grid-row: 2; min-height: 330px; }
  .product-oils { grid-column: 7 / -1; grid-row: 2; min-height: 330px; }
  .product-makhana .product-pack-peri { width: 46%; }
  .product-makhana .product-pack-mint { width: 40%; right: 33%; }
  .product-oils .about-product-copy { top: 30px; transform: none; }
  .product-oils .product-pack-oil { width: 36%; right: 30%; bottom: -32%; }
  .product-oils .product-pack-salt { width: 39%; right: -2%; bottom: -41%; }
  .distributor-panel h3 { max-width: 16ch; }
  .about-buy-art { min-height: 480px; max-width: 700px; width: 100%; margin-inline: auto; }
}

@media (max-width: 620px) {
  .about-hero-grid { padding-block: 46px 28px; }
  .about-hero-copy h1 { font-size: clamp(2.5rem, 12vw, 3.8rem); }
  .about-hero-copy > p { margin-top: 18px; }
  .about-hero-actions { margin-top: 25px; }
  .about-hero-actions .btn, .about-buy-actions .btn { width: 100%; justify-content: center; min-height: 50px; }
  .about-hero-art { min-height: 405px; margin-inline: -8px; }
  .about-hero-note { top: 3%; right: 0; font-size: .62rem; }
  .about-hero-range { left: 50%; width: min(112%, 470px); height: auto; bottom: -2%; }
  .about-who-media { min-height: 430px; border-radius: 26px 26px 90px 26px; }
  .about-who-copy h2, .about-promise-intro h2, .growth-copy h2, .about-buy-copy h2, .about-products-head h2 { font-size: clamp(2.25rem, 10vw, 3.5rem); }
  .process-flow { grid-template-columns: minmax(0, 1fr); gap: 0; padding-left: 68px; }
  .process-flow::before { display: block; left: 30px; right: auto; top: 46px; bottom: 48px; width: 1px; height: auto; background: repeating-linear-gradient(180deg, rgba(44,133,53,.5) 0 9px, transparent 9px 17px); }
  .process-step { min-height: 206px; padding-bottom: 30px; }
  .process-marker { position: absolute; width: 60px; height: 60px; left: -68px; top: 0; margin: 0; }
  .process-marker span { width: 25px; height: 25px; font-size: .58rem; }
  .process-marker i { font-size: 1rem; }
  .promise-cards { grid-template-columns: minmax(0, 1fr); }
  .promise-card { min-height: 225px; padding: 24px; }
  .about-products-head { display: block; }
  .about-products-head > .link-arrow { display: none; }
  .about-product-grid { grid-template-columns: minmax(0, 1fr); grid-template-rows: none; }
  .product-makhana, .product-whole, .product-powder, .product-oils { grid-column: 1; grid-row: auto; min-height: 360px; }
  .about-product-copy { left: 24px; top: 25px; max-width: 68%; }
  .about-product-copy h3 { font-size: 1.85rem; }
  .card-arrow { top: 20px; right: 20px; }
  .product-makhana .product-pack-peri { width: 52%; right: -2%; bottom: -4%; }
  .product-makhana .product-pack-mint { width: 42%; right: 35%; bottom: -5%; }
  .product-whole .product-pack-pepper { width: 37%; right: 2%; bottom: -19%; }
  .product-whole .product-pack-dalchini { width: 34%; right: 28%; bottom: -19%; }
  .product-powder .product-pack-haldi { width: 78%; right: -11%; bottom: -17%; }
  .product-oils .about-product-copy { top: 25px; }
  .product-oils .product-pack-oil { width: 37%; right: 34%; bottom: -29%; }
  .product-oils .product-pack-salt { width: 42%; right: -3%; bottom: -35%; }
  .about-products-mobile-cta { display: flex; }
  .distributor-panel { border-radius: 26px; }
  .about-market-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 12px; }
  .about-market { min-height: 68px; }
  .about-market .market-logo { height: 46px; max-width: 145px; }
  .about-buy-art { min-height: 370px; margin-inline: -6px; width: calc(100% + 12px); }
  .about-buy-art > span { inset: 7% 0 0 2%; }
  .about-buy-range { left: -20%; width: 140%; bottom: 7%; }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero-range, .about-buy-range, .product-pack, .about-who-feature, .promise-card, .card-arrow { transition: none; }
  .about-hero-range { animation: none; translate: none; will-change: auto; }
  .about-hero-art:hover .about-hero-range { transform: translateX(-50%); }
  .about-buy-art:hover .about-buy-range, .about-product-card:hover .product-pack, .about-who-media:hover .about-who-feature, .promise-card:hover { transform: none; }
}
