/* Auto-split from css/style.css. Keep page-specific styles here. */
@import url('base.css?v=1.1.1');

/* ===========================================================
   ABOUT PAGE — aligned with home visual system
=========================================================== */
.about-hero{
  position:relative;
  min-height:100vh;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  background:#0b1e14;
}
.about-hero-bg,
.about-hero-slider,
.about-hero-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.about-hero-bg,
.about-hero-slide{
  object-fit:cover;
  object-position:center center;
  opacity:1;
  filter:brightness(1.08) saturate(1.12) contrast(1.04);
}
.about-hero-slider{
  z-index:0;
  overflow:hidden;
  background:#0b1e14;
}
.about-hero-slide{
  opacity:0;
  transform:scale(1.14);
  transition:opacity 1.35s ease-in-out;
  will-change:opacity, transform;
}
.about-hero-slide.active{
  opacity:1;
  animation:aboutHeroKenBurns 6.8s ease-in-out both;
}
.about-hero-slide:nth-child(2n){object-position:center 42%;}
.about-hero-slide:nth-child(3n){object-position:center 58%;}
.about-hero-slide:nth-child(4n){object-position:54% center;}
.about-hero-slide:nth-child(5n){object-position:46% center;}
@keyframes aboutHeroKenBurns{
  0%{transform:scale(1.16) translate3d(0,0,0);}
  50%{transform:scale(1.08) translate3d(-1.4%, .8%, 0);}
  100%{transform:scale(1.03) translate3d(1.1%, -1%, 0);}
}
.about-hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 56% 42%, rgba(5,19,12,0) 0%, rgba(5,19,12,.12) 54%, rgba(5,19,12,.42) 100%),
    linear-gradient(90deg, rgba(5,19,12,.46) 0%, rgba(5,19,12,.22) 38%, rgba(5,19,12,.08) 78%),
    linear-gradient(0deg, rgba(5,19,12,.38) 0%, rgba(5,19,12,.08) 48%, transparent 72%);
}
.about-hero-inner{
  position:relative;
  z-index:2;
  padding-bottom:clamp(90px, 13vh, 150px);
  color:#fff;
  max-width:1280px;
}
.about-hero .breadcrumb{
  margin-bottom:30px;
  opacity:.95;
  font-size:.92rem;
  font-weight:900;
  text-shadow:0 2px 14px rgba(0,0,0,.62);
}
.about-hero h1{
  max-width:1040px;
  color:#fff;
  font-family:var(--hm-serif);
  font-size:clamp(4.4rem, 10vw, 9.2rem);
  font-weight:700;
  line-height:.88;
  letter-spacing:0;
  text-transform:none;
  text-shadow:0 12px 42px rgba(0,0,0,.4);
}
.about-hero h1 em{
  color:#d09b40;
  font-style:italic;
  font-weight:600;
}
.about-hero p {
    max-width: 820px;
    margin-top: 34px;
    color: rgba(255,255,255,.95);
    font-size: clamp(1.18rem, 1.65vw, 1.3rem);
    font-weight: 500;
    line-height: 1.65;
    text-shadow: 0 2px 16px rgba(0,0,0,.62);
}
.about-story,
.about-reach,
.about-values{
  position:relative;
  background:#faf9f6;
  scroll-margin-top:110px;
}
.about-story{
  padding:130px 0 96px;
}
.about-story::before,
.about-reach::before,
.about-values::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 8% 12%, rgba(208,155,64,.08), transparent 24%),
    repeating-linear-gradient(0deg, rgba(11,30,20,.018) 0 1px, transparent 1px 7px);
}
.about-deco-corn,
.about-deco-berries,
.about-values-branch{
  position:absolute;
  pointer-events:none;
  user-select:none;
  z-index:0;
}
.about-deco-corn{
  width:min(410px, 32vw);
  right:max(-190px, calc((100vw - var(--container)) / 2 - 260px));
  top:34px;
  opacity:.2;
  transform:rotate(18deg) scaleX(-1);
}
.about-deco-berries{
  width:min(520px, 44vw);
  left:max(-245px, calc((100vw - var(--container)) / 2 - 330px));
  bottom:-132px;
  opacity:.18;
  transform:rotate(10deg) scaleX(-1);
}
.about-story .container,
.about-reach .container,
.about-values .container{
  position:relative;
  z-index:1;
}
.about-story-grid{
  display:grid;
  grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);
  gap:clamp(3rem, 6vw, 7rem);
  align-items:center;
}
.about-copy h2,
.about-reach h2,
.about-values-head h2{
  font-family:var(--hm-serif);
  font-weight:500;
  text-transform:none;
  letter-spacing:0;
  line-height:1.04;
  color:#0b1e14;
}
.about-copy h2{
  font-size:clamp(2.5rem, 5vw, 4.6rem);
  max-width:620px;
}
.about-copy h2 em,
.about-reach h2 em,
.about-values-head h2 em{
  color:#d09b40;
  font-style:italic;
  font-weight:400;
}
.about-copy p{
  max-width:560px;
  margin-top:24px;
  color:#6f6c64;
  line-height:1.82;
}
.about-trust-note{
  display:flex;
  align-items:center;
  gap:16px;
  max-width:520px;
  margin-top:34px;
  padding:20px 22px;
  border-radius:18px;
  background:#0b1e14;
  color:#fff;
}
.about-trust-note svg{
  flex:0 0 32px;
  width:32px;
  height:32px;
  color:#d09b40;
}
.about-trust-note span{
  color:rgba(255,255,255,.9);
  font-size:.92rem;
  font-weight:700;
  line-height:1.5;
}
.about-visual{
  position:relative;
  min-height:560px;
}
.about-main-img,
.about-float-img{
  position:absolute;
  object-fit:cover;
  border:8px solid rgba(255,255,255,.9);
  border-radius:28px;
  box-shadow:0 24px 64px rgba(11,30,20,.12);
}
.about-main-img{
  top:0;
  right:0;
  width:68%;
  height:520px;
  object-position:center center;
  transform:rotate(1.2deg);
}
.about-float-img{
  left:0;
  bottom:24px;
  width:50%;
  height:330px;
  object-position:center center;
  transform:rotate(-1.8deg);
}
.about-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:86px;
  border-top:1px solid rgba(91,78,54,.16);
  border-bottom:1px solid rgba(91,78,54,.16);
}
.about-stats article{
  min-height:190px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:28px 18px;
}
.about-stats article:not(:last-child){
  border-right:1px solid rgba(91,78,54,.16);
}
.about-stats svg{
  width:42px;
  height:42px;
  color:#0b1e14;
  margin-bottom:18px;
}
.about-stats strong{
  font-family:var(--hm-serif);
  font-size:clamp(2.4rem, 5vw, 4rem);
  font-weight:500;
  line-height:1;
  color:#0b1e14;
}
.about-stats small{
  margin-top:14px;
  color:#d09b40;
  font-size:.66rem;
  font-weight:900;
  letter-spacing:.18em;
  line-height:1.55;
  text-transform:uppercase;
}
.about-mission{
  position:relative;
  overflow:hidden;
  padding:118px 0;
  background:#0b1e14;
  scroll-margin-top:110px;
}
.about-mission::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.28;
  pointer-events:none;
  background:
    radial-gradient(circle at 20% 8%, rgba(208,155,64,.2), transparent 26%),
    radial-gradient(circle at 82% 84%, rgba(255,255,255,.1), transparent 28%);
}
.about-mission .container{position:relative; z-index:1;}
.about-mission-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  border-top:1px solid rgba(255,255,255,.14);
  border-bottom:1px solid rgba(255,255,255,.14);
}
.about-mission-grid article{
  padding:54px clamp(2rem, 5vw, 5rem);
}
.about-mission-grid article:first-child{
  border-right:1px solid rgba(255,255,255,.14);
}
.about-mission-grid span{
  display:block;
  margin-bottom:18px;
  font-family:var(--hm-serif);
  font-size:1.2rem;
  font-style:italic;
  color:#d09b40;
}
.about-mission-grid h2{
  color:#fff;
  font-family:var(--hm-serif);
  font-size:clamp(2rem, 4vw, 3.4rem);
  font-weight:500;
  text-transform:none;
  letter-spacing:0;
  margin-bottom:18px;
}
.about-mission-grid p{
  max-width:520px;
  color:rgba(255,255,255,.78);
  line-height:1.75;
}
.about-reach{
  padding:110px 0 118px;
  text-align:center;
}
.about-reach-grid{
  display:block;
}
.about-reach-grid > div:first-child{
  max-width:960px;
  margin:0 auto;
}
.about-reach .hm-label{
  justify-content:center;
  margin-bottom:22px;
}
.about-reach h2{
  max-width:920px;
  margin:0 auto;
}
.about-reach h2,
.about-values-head h2{
  font-size:clamp(2.3rem, 4.8vw, 4rem);
}
.about-reach p{
  max-width:720px;
  margin:24px auto 0;
  color:#6f6c64;
  line-height:1.8;
}
.about-region-pills{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.about-region-pills span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 18px;
  border:1px solid rgba(11,30,20,.16);
  border-radius:999px;
  color:#0b1e14;
  background:rgba(255,255,255,.34);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:1.4px;
  text-transform:uppercase;
}
.about-map-card{
  position:relative;
  width:min(1320px, calc(100vw - 40px));
  margin:44px auto 0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  overflow:visible;
  box-shadow:none;
}
.about-map-card > img:not(.about-map-watermark){
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:auto;
  min-height:0;
  object-fit:contain;
  object-position:center center;
  transform:none;
}
.about-values{
  padding:118px 0 132px;
}
.about-values + #contact{
  background:#faf9f6;
  padding:104px 0 108px;
}
.about-values-branch{
  right:max(-220px, calc((100vw - var(--container)) / 2 - 300px));
  bottom:-172px;
  width:min(620px, 46vw);
  opacity:.13;
  transform:rotate(-10deg);
}
.about-values-head{
  max-width:720px;
  margin-bottom:56px;
}
.about-values-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(91,78,54,.16);
  border-bottom:1px solid rgba(91,78,54,.16);
}
.about-values-grid article{
  min-height:238px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:36px 22px;
  transition:background .35s ease, transform .35s ease;
}
.about-values-grid article:not(:last-child){
  border-right:1px solid rgba(91,78,54,.16);
}
.about-values-grid article:hover{
  background:rgba(255,255,255,.44);
  transform:translateY(-4px);
}
.about-value-icon{
  width:72px;
  height:72px;
  border:1px solid rgba(11,30,20,.22);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0b1e14;
  margin-bottom:22px;
}
.about-value-icon svg{
  width:30px;
  height:30px;
}
.about-values-grid h3{
  max-width:180px;
  color:#0b1e14;
  font-family:var(--hm-serif);
  font-size:1.28rem;
  font-weight:600;
  letter-spacing:0;
  line-height:1.2;
  text-transform:none;
}
@media (max-width:1020px){
  .about-story-grid,
  .about-reach-grid,
  .about-reach-grid > div:first-child{
    grid-template-columns:1fr;
  }
  .about-reach .hm-label,
  .about-reach h2,
  .about-reach p{
    grid-column:1;
    grid-row:auto;
  }
  .about-visual{min-height:520px;}
  .about-stats,
  .about-values-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .about-stats article:nth-child(2),
  .about-values-grid article:nth-child(2){
    border-right:0;
  }
  .about-stats article:nth-child(-n+2),
  .about-values-grid article:nth-child(-n+2){
    border-bottom:1px solid rgba(91,78,54,.16);
  }
}
@media (max-width:760px){
  .about-hero{min-height:760px;}
  .about-story,
  .about-reach,
  .about-values{padding:86px 0;}
  .about-deco-corn{width:330px; right:-210px;}
  .about-deco-berries{width:360px; left:-230px;}
  .about-visual{min-height:430px;}
  .about-main-img{width:100%; height:280px;}
  .about-float-img{width:72%; height:190px;}
  .about-stats,
  .about-values-grid,
  .about-mission-grid{
    grid-template-columns:1fr;
  }
  .about-stats article,
  .about-values-grid article,
  .about-mission-grid article{
    border-right:0 !important;
  }
  .about-stats article:not(:last-child),
  .about-values-grid article:not(:last-child),
  .about-mission-grid article:first-child{
    border-bottom:1px solid rgba(91,78,54,.16);
  }
  .about-mission-grid article:first-child{
    border-bottom-color:rgba(255,255,255,.14);
  }
}
.link-arrow.light{color:#fff;}


/* ===========================================================
   ABOUT — Avortraf-inspired premium sections
=========================================================== */
.avortraf-about{
  --av-bg:#faf7ef;
  --av-ink:#0b2819;
  --av-gold:#d07900;
  --av-line:#d9c5a7;
  --av-muted:#5f5b53;
  background:var(--av-bg);
}
.avortraf-section{
  position:relative;
  overflow:hidden;
  padding:clamp(88px, 8vw, 128px) 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(208,155,64,.055), transparent 24%),
    radial-gradient(circle at 92% 86%, rgba(11,40,25,.04), transparent 26%),
    repeating-linear-gradient(0deg, rgba(11,40,25,.018) 0 1px, transparent 1px 7px),
    var(--av-bg);
}
.avortraf-shell{
  width:min(1180px, calc(100% - 48px));
  margin:0 auto;
  position:relative;
  z-index:2;
}
.avortraf-kicker{
  display:inline-flex;
  align-items:center;
  gap:16px;
  color:var(--av-gold);
  font-size:.74rem;
  font-weight:900;
  letter-spacing:4px;
  text-transform:uppercase;
}
.avortraf-kicker::after{
  content:"";
  display:block;
  width:54px;
  height:1px;
  background:rgba(208,121,0,.45);
}
.avortraf-section h2{
  margin:22px 0 0;
  color:var(--av-ink);
  font-family:var(--hm-serif, Georgia, serif);
  font-size:clamp(3.5rem, 6.8vw, 6.55rem);
  font-weight:500;
  line-height:.96;
  letter-spacing:0;
  text-transform:none;
}
.avortraf-section h2 em{
  color:var(--av-gold);
  font-style:italic;
  font-weight:400;
}
.avortraf-section p{
  color:var(--av-muted);
  line-height:1.82;
}
.avortraf-lineart{
  position:absolute;
  pointer-events:none;
  opacity:.42;
  width:330px;
  height:330px;
  border:1px solid rgba(185,145,93,.16);
  border-radius:48% 52% 44% 56%;
}
.avortraf-lineart-left{
  left:-140px;
  top:34px;
  transform:rotate(-18deg);
}

.avortraf-who{
  min-height:860px;
  display:flex;
  align-items:center;
}
.avortraf-who-grid{
  display:grid;
  grid-template-columns:minmax(320px,.7fr) minmax(560px,1.3fr);
  gap:clamp(36px, 4.5vw, 64px);
  align-items:center;
}
.avortraf-copy p{
  max-width:470px;
  margin-top:30px;
}
.avortraf-section h2.avortraf-who-title{
  font-size:clamp(2.6rem, 4.4vw, 4.4rem);
}
.avortraf-copy p.avortraf-who-lead{
  max-width:560px;
  font-size:clamp(1.15rem, 1.6vw, 1.42rem);
  line-height:1.8;
}
.avortraf-copy p + p{
  margin-top:28px;
}
.avortraf-note{
  display:inline-flex;
  align-items:center;
  gap:14px;
  max-width:520px;
  margin-top:34px;
  padding:13px 24px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:#123d27;
  color:#fff;
  box-shadow:0 16px 36px rgba(11,40,25,.16);
}
.avortraf-note svg{
  width:20px;
  height:20px;
  color:#d09b40;
  flex:0 0 auto;
}
.avortraf-note span{
  font-size:.86rem;
  font-style:italic;
  line-height:1.35;
}
.avortraf-collage{
  position:relative;
  min-height:650px;
}
.avortraf-orbit{
  position:absolute;
  inset:9% 7% 12% 6%;
  border:1px solid rgba(208,121,0,.42);
  border-radius:50%;
  opacity:.8;
}
.avortraf-leaf{
  position:absolute;
  z-index:1;
  width:220px;
  opacity:.78;
  pointer-events:none;
}
.avortraf-leaf-one{
  left:2%;
  top:22%;
  transform:rotate(68deg);
}
.produce-tile{
  position:absolute;
  z-index:2;
  overflow:hidden;
  border:2px solid rgba(255,255,255,.96);
  border-radius:24px;
  background:#fdfaf3;
  box-shadow:0 18px 44px rgba(40,30,12,.18);
}
.produce-tile img{
  width:100%;
  height:100%;
  object-fit:cover;
}
/* ---------- WHO collage v2 (image maquette directe) ---------- */
.avortraf-who{
  background:url("../images/site/who-bg.jpg") center / cover no-repeat;
}
.avortraf-who .avortraf-shell{width:min(1340px, calc(100% - 48px));}
.avortraf-collage{min-height:0; display:flex; align-items:center; justify-content:center;}
.who-collage-img{
  width:100%; max-width:880px; height:auto; display:block;
  filter:drop-shadow(0 24px 48px rgba(40,30,12,.14));
}
@media (max-width:860px){
  .who-collage-img{max-width:520px; margin:0 auto;}
}
.avortraf-seal,
.map-seal{
  position:absolute;
  z-index:5;
  width:132px;
  height:132px;
  border:1px solid rgba(143,112,73,.55);
  border-radius:50%;
  background:rgba(255,252,246,.78);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#0b2819;
  box-shadow:0 10px 30px rgba(60,45,20,.12);
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
}
.avortraf-seal{left:5%; bottom:126px;}
.avortraf-seal span,
.map-seal span{
  max-width:92px;
  font-size:.58rem;
  font-weight:800;
  letter-spacing:2px;
  line-height:1.4;
  text-transform:uppercase;
}
.avortraf-seal i,
.map-seal i{
  margin-top:8px;
  color:#8f7049;
  font-size:.58rem;
  font-style:normal;
  letter-spacing:2px;
  text-transform:uppercase;
}

.about-hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}
.avortraf-values{
  position:relative;
  min-height:820px;
  padding-top:88px;
  /* Parallax scroll effect — same technique as the Bee Sweet Citrus site:
     background-attachment:fixed keeps the photo still while the section scrolls over it. */
  background:url("../images/site/orchard-rows-aerial.png") center center / cover no-repeat;
  background-attachment: fixed;
}
@media (hover:none), (max-width:860px){
  /* iOS/Android ignore background-attachment:fixed — fall back to a normal cover background */
  .avortraf-values{background-attachment:scroll !important;}
}
.avortraf-values::before{
  content:"";
  position:absolute;
  inset:0;
  /* Lighter veil so the orchard photo stays visible; slightly denser at the very top
     where the white heading sits, so the text keeps its contrast. */
  background:linear-gradient(180deg, rgba(6,26,15,.46) 0%, rgba(6,26,15,.24) 42%, rgba(6,26,15,.40) 100%);
  pointer-events:none;
}
.avortraf-values .avortraf-shell{position:relative; z-index:1;}
.avortraf-values .avortraf-centered h2{
  color:#fff;
  text-shadow:0 2px 18px rgba(4,18,10,.55), 0 1px 3px rgba(4,18,10,.4);
}
.avortraf-values .avortraf-centered h2 em{color:#e2a23e;}
.avortraf-values .avortraf-kicker{color:#e2a23e;}
.avortraf-values .avortraf-kicker::before,
.avortraf-values .avortraf-kicker::after{background:rgba(226,162,62,.55);}
.avortraf-values .avortraf-centered p{
  color:#fff;
  text-shadow:0 2px 14px rgba(4,18,10,.6), 0 1px 3px rgba(4,18,10,.45);
}
.values-fruit-left,
.values-fruit-right{
  position:absolute;
  pointer-events:none;
  z-index:1;
  max-width:none;
}
.values-fruit-left{
  width:420px;
  left:-160px;
  top:20px;
  transform:rotate(112deg);
  opacity:.95;
}
.values-fruit-right{
  width:520px;
  right:-210px;
  bottom:-52px;
  transform:rotate(-14deg);
}
.avortraf-centered{
  text-align:center;
  max-width:780px;
  margin:0 auto;
}
.avortraf-centered .avortraf-kicker{
  justify-content:center;
}
.avortraf-centered .avortraf-kicker::before{
  content:"";
  display:block;
  width:54px;
  height:1px;
  background:rgba(208,121,0,.45);
}
.avortraf-section h2.avortraf-values-title{
  font-size:clamp(2.6rem, 4.4vw, 4.5rem);
}
.avortraf-centered p.avortraf-values-lead{
  max-width:700px;
  font-size:clamp(1.15rem, 1.7vw, 1.48rem);
  line-height:1.8;
}
.avortraf-centered p{
  max-width:620px;
  margin:26px auto 0;
}
.avortraf-stats-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:24px;
  text-align:center;
}
.avortraf-stat{
  position:relative;
  padding:34px 18px 32px;
  border:0;
  border-radius:28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(208,121,0,.12), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,252,246,.78));
  box-shadow:0 24px 58px rgba(80,55,22,.12), inset 0 1px 0 rgba(255,255,255,.9);
  transition:transform .35s ease, box-shadow .35s ease, background .35s ease;
}
.avortraf-stat:hover{
  transform:translateY(-8px);
  box-shadow:0 34px 72px rgba(80,55,22,.18), inset 0 1px 0 rgba(255,255,255,.92);
}
.avortraf-stat-icon{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:88px;
  height:88px;
  margin:0 auto 18px;
  border-radius:50%;
  color:var(--av-ink);
  background:linear-gradient(145deg, #fffdf8, #f5ead8);
  box-shadow:
    0 16px 32px rgba(80,55,22,.14),
    0 0 0 10px rgba(208,121,0,.08),
    inset 0 1px 0 rgba(255,255,255,.95);
}
.avortraf-stat:nth-child(1) .avortraf-stat-icon{color:#06351f;}
.avortraf-stat:nth-child(2) .avortraf-stat-icon{color:#ef7900;}
.avortraf-stat:nth-child(3) .avortraf-stat-icon{color:#2b3a67;}
.avortraf-stat:nth-child(4) .avortraf-stat-icon{color:#a13d2e;}
.avortraf-stat-icon::after{
  content:"";
  position:absolute;
  right:8px;
  bottom:8px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:var(--av-gold);
  box-shadow:0 6px 14px rgba(208,121,0,.28);
}
.avortraf-stat-icon .icon{
  width:38px;
  height:38px;
  color:currentColor;
  transition:transform .35s cubic-bezier(.34,1.56,.64,1);
}
.avortraf-stat:hover .avortraf-stat-icon .icon{
  transform:scale(1.12) rotate(-5deg);
}
.avortraf-stat-num{
  display:block;
  font-family:var(--hm-serif, Georgia, serif);
  font-size:clamp(3rem, 5vw, 4.2rem);
  font-weight:500;
  color:var(--av-gold);
  line-height:1;
}
.avortraf-stat small{
  display:block;
  margin-top:14px;
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.4px;
  color:var(--av-muted);
  max-width:180px;
  margin-left:auto;
  margin-right:auto;
}
.avortraf-mv-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:56px;
  padding-top:56px;
  border-top:1px solid var(--av-line);
}
.avortraf-mv-section .avortraf-mv-grid{
  margin-top:0;
  padding-top:0;
  border-top:none;
}
.avortraf-mv-card{
  padding:38px 40px;
  border:1px solid rgba(169,143,105,.25);
  border-radius:24px;
  background:rgba(255,252,246,.72);
  box-shadow:0 12px 28px rgba(80,55,22,.06);
}
.avortraf-mv-card p{
  margin-top:18px;
  font-family:var(--hm-serif, Georgia, serif);
  font-size:1.3rem;
  font-weight:500;
  font-style:italic;
  line-height:1.45;
  color:var(--av-ink);
}
@media (max-width:860px){
  .avortraf-stats-grid{grid-template-columns:repeat(2, minmax(0,1fr)); gap:32px 18px;}
  .avortraf-stat{border-right:none;}
  .avortraf-mv-grid{grid-template-columns:1fr; gap:18px;}
}

.avortraf-values-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:18px;
  margin-top:42px;
}
.avortraf-values-grid article{
  min-height:328px;
  padding:34px 24px 28px;
  border:1px solid rgba(169,143,105,.25);
  border-radius:24px;
  background:rgba(255,252,246,.72);
  text-align:center;
  box-shadow:0 12px 28px rgba(80,55,22,.08), inset 0 1px 0 rgba(255,255,255,.72);
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
}
.value-medallion{
  width:76px;
  height:76px;
  margin:0 auto 24px;
  border:1px solid rgba(239,121,0,.5);
  border-radius:50%;
  color:#ef7900;
  background:radial-gradient(circle, rgba(239,121,0,.1), transparent 70%);
  box-shadow:0 0 0 6px rgba(239,121,0,.08);
  display:flex;
  align-items:center;
  justify-content:center;
}
.value-medallion svg{width:38px; height:38px;}
.avortraf-values-grid h3{
  color:var(--av-ink);
  font-family:var(--hm-serif, Georgia, serif);
  font-size:1.42rem;
  font-weight:500;
  line-height:1.08;
  letter-spacing:0;
  text-transform:none;
}
.avortraf-values-grid p{
  margin-top:18px;
  font-size:.9rem;
  line-height:1.68;
}

.avortraf-reach{
  min-height:820px;
}
.reach-fruit{
  position:absolute;
  left:-140px;
  bottom:-86px;
  width:500px;
  transform:rotate(8deg);
  pointer-events:none;
  z-index:2;
}
.avortraf-reach-grid{
  display:grid;
  grid-template-columns:410px minmax(0,1fr);
  gap:48px;
  align-items:center;
}
.avortraf-reach-stacked .avortraf-reach-grid{
  grid-template-columns:1fr;
  gap:20px;
}
.avortraf-reach-stacked .avortraf-reach-copy{
  text-align:center;
  max-width:760px;
  margin:0 auto;
}
.avortraf-reach-stacked .avortraf-reach-copy p{
  margin-left:auto;
  margin-right:auto;
}
.avortraf-reach-stacked .avortraf-map-wrap{
  min-height:0;
}
.avortraf-reach-stacked .avortraf-map{
  width:100%;
  margin-left:0;
}
.avortraf-map-label{
  position:absolute;
  left:42.5%;
  top:53.5%;
  transform:translate(-50%, -50%);
  z-index:2;
  color:var(--av-gold, #d09b40);
  font-family:var(--hm-serif, Georgia, serif);
  font-weight:700;
  font-style:italic;
  font-size:clamp(1.1rem, 2.1vw, 1.9rem);
  letter-spacing:.01em;
  white-space:nowrap;
  text-shadow:0 2px 10px rgba(0,0,0,.5);
  pointer-events:none;
}
.avortraf-reach-copy h2{
  font-size:clamp(3.2rem, 5vw, 5rem);
}
.avortraf-reach-copy p{
  max-width:420px;
  margin-top:26px;
}
.reach-pills{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:42px;
}
.reach-pills span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 22px;
  border:1px solid rgba(169,143,105,.45);
  border-radius:999px;
  color:var(--av-ink);
  background:rgba(255,252,246,.42);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:1.4px;
  text-transform:uppercase;
}
.avortraf-map-wrap{
  position:relative;
  min-height:560px;
}
.avortraf-map-wrap::before{
  content:"";
  position:absolute;
  inset:3% 0 7%;
  z-index:0;
  background:radial-gradient(ellipse at center, rgba(208,121,0,.12), transparent 64%);
}
.avortraf-map{
  position:relative;
  z-index:1;
  width:112%;
  max-width:none;
  margin-left:-4%;
  filter:saturate(.84) sepia(.08) opacity(.86);
}
.map-seal{
  right:6%;
  bottom:3%;
}

.avortraf-contact{
  padding:72px 0 84px;
  background:url("../images/site/contact-bg.jpg") center / cover no-repeat;
}
.avortraf-contact-grid{
  display:grid;
  grid-template-columns:minmax(320px,.75fr) minmax(420px,1.25fr);
  gap:72px;
  align-items:start;
}
.avortraf-contact-copy{
  position:relative;
  min-height:auto;
  padding-bottom:0;
}
.avortraf-contact-copy h2{
  font-size:clamp(2.2rem, 4.5vw, 3.8rem);
}
.avortraf-contact-copy p{
  max-width:470px;
  margin:26px 0 34px;
}
.avortraf-contact-list{
  position:relative;
  z-index:2;
  display:grid;
  gap:18px;
  max-width:420px;
}
.avortraf-contact-list li{
  display:flex;
  align-items:center;
  gap:18px;
  color:var(--av-ink);
  font-size:1.02rem;
  font-weight:600;
  padding:8px 20px 8px 8px;
  border-radius:999px;
  background:rgba(255,252,246,.88);
  box-shadow:0 8px 22px rgba(40,30,12,.08);
  -webkit-backdrop-filter:blur(6px);
  backdrop-filter:blur(6px);
  width:fit-content;
}
.avortraf-contact-list svg{
  width:38px;
  height:38px;
  padding:9px;
  border-radius:50%;
  background:#123d27;
  color:#fff;
  flex:0 0 auto;
}
.contact-produce{
  position:absolute;
  z-index:1;
  left:-118px;
  bottom:-86px;
  width:540px;
  transform:rotate(-1deg);
  pointer-events:none;
}
.avortraf-form{
  padding:54px;
  border:1px solid rgba(169,143,105,.28);
  border-radius:28px;
  background:rgba(255,252,246,.78);
  box-shadow:0 24px 72px rgba(66,45,18,.12);
}
.avortraf-form .form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.avortraf-form input,
.avortraf-form textarea{
  width:100%;
  min-height:62px;
  margin:0 0 16px;
  padding:0 24px;
  border:1px solid rgba(169,143,105,.28);
  border-radius:10px;
  background:rgba(250,247,239,.72);
  color:var(--av-ink);
  font-family:var(--font);
  font-size:1rem;
}
.avortraf-form textarea{
  min-height:170px;
  padding-top:22px;
  resize:vertical;
}
.avortraf-form input::placeholder,
.avortraf-form textarea::placeholder{color:#756f66;}
.avortraf-form input:focus,
.avortraf-form textarea:focus{
  outline:none;
  border-color:rgba(208,121,0,.7);
  box-shadow:0 0 0 4px rgba(208,121,0,.1);
}
.avortraf-form button{
  width:100%;
  min-height:62px;
  border:0;
  border-radius:10px;
  background:#f07800;
  color:#fff;
  font-family:var(--font);
  font-size:.92rem;
  font-weight:900;
  letter-spacing:1.8px;
  text-transform:uppercase;
  cursor:pointer;
}
.avortraf-form button span{margin-left:18px;}
.avortraf-form p{
  margin:24px 0 0;
  text-align:center;
  color:#aa9271;
}

@media (max-width:1180px){
  .avortraf-who-grid,
  .avortraf-reach-grid,
  .avortraf-contact-grid{
    grid-template-columns:1fr;
  }
  .avortraf-who{min-height:auto;}
  .avortraf-collage{min-height:640px;}
  .avortraf-reach-copy{text-align:center;}
  .avortraf-reach-copy p{margin-left:auto; margin-right:auto;}
  .reach-pills{justify-content:center;}
  .avortraf-map{width:100%; margin-left:0;}
  .contact-produce{opacity:.22;}
}
@media (max-width:920px){
  .avortraf-values-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .values-fruit-left{width:280px; left:-140px;}
  .values-fruit-right{width:340px; right:-180px;}
}
@media (max-width:700px){
  .avortraf-shell{width:min(100% - 32px, 1180px);}
  .avortraf-section h2{font-size:clamp(3rem, 16vw, 4.6rem);}
  .avortraf-copy p{max-width:none;}
  .avortraf-collage{
    min-height:560px;
    transform:scale(.9);
    transform-origin:top center;
    margin-bottom:-60px;
  }
  .tile-raspberry{left:22%; top:0; width:220px; height:150px;}
  .tile-blueberry{right:-2%; top:76px; width:220px; height:190px;}
  .tile-citrus{left:6%; top:156px; width:300px; height:330px;}
  .tile-berry-branch{left:9%; bottom:18px; width:260px;}
  .tile-corn{right:-4%; bottom:94px; width:265px; height:155px;}
  .avortraf-seal{left:0; bottom:142px;}
  .avortraf-values-grid{grid-template-columns:1fr;}
  .avortraf-map-wrap{min-height:auto;}
  .reach-fruit{width:300px; left:-150px; opacity:.45;}
  .map-seal{display:none;}
  .avortraf-contact-copy{min-height:auto; padding-bottom:220px;}
  .avortraf-contact-list li{font-size:.95rem;}
  .contact-produce{left:-180px; bottom:-50px; width:480px; opacity:.65;}
  .avortraf-contact-copy h2{
    font-size:clamp(2.75rem, 12vw, 3.2rem);
    line-height:.98;
  }
  .avortraf-form{padding:24px; border-radius:22px;}
  .avortraf-form .form-row{grid-template-columns:1fr; gap:0;}
}
@media (max-width:460px){
  .avortraf-note{border-radius:20px;}
  .reach-pills span{flex:1 1 42%;}
  .avortraf-form input,
  .avortraf-form textarea{border-radius:18px;}
  .avortraf-form button{border-radius:999px;}
}

/* ---------- Hero responsive ---------- */
@media (max-width:860px){
  .hm-hero-topline{top:104px; font-size:.6rem;}
  .hm-hero-inner{padding-bottom:48px;}
  .hm-stamp{display:none;}
  .hm-manifesto{padding:90px 0 70px;}
  .hm-produce,.hm-dark{padding:90px 0;}
}
