/* The Nut Shop - About Us page
   Lightweight, mobile-first page-specific CSS.
   Reuses assets/css/style.css from the main template. */

.about-page{
  background:#fff;
}

.about-page .site-header{
  box-shadow:0 4px 18px rgba(52,26,10,.035);
}

/* Hero */
.about-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 90% 12%,rgba(197,137,63,.16),transparent 32%),
    linear-gradient(180deg,#fffaf1 0%,#fff 100%);
  border-bottom:1px solid #f0e3d2;
}

.about-hero__grid{
  display:grid;
  gap:28px;
  padding-top:16px;
  padding-bottom:38px;
}

.about-breadcrumb{
  display:flex;
  align-items:center;
  gap:7px;
  margin-bottom:22px;
  color:var(--muted,#77695e);
  font-size:11px;
}

.about-breadcrumb a{
  color:var(--brown-700,#6f3616);
  font-weight:800;
}

.about-breadcrumb strong{
  color:var(--ink,#21170f);
}

.about-hero h1{
  max-width:760px;
  margin:7px 0 14px;
  color:var(--brown-950,#321306);
  font-size:clamp(35px,10.2vw,59px);
  line-height:1.02;
  letter-spacing:-.045em;
}

.about-hero__lead{
  max-width:720px;
  margin:0;
  color:var(--muted,#74675c);
  font-size:15px;
  line-height:1.7;
}

.about-hero__actions{
  display:grid;
  grid-template-columns:1fr;
  gap:9px;
  margin-top:22px;
}

.about-hero__actions .btn{
  width:100%;
}

.about-hero__visual{
  position:relative;
  min-width:0;
  padding:13px 6px 22px;
}

.about-hero__main-card{
  position:relative;
  overflow:hidden;
  aspect-ratio:1.25/1;
  border-radius:28px;
  background:#f8efe3;
  box-shadow:0 22px 55px rgba(67,35,12,.13);
}

.about-hero__main-card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 55%,rgba(52,23,6,.08));
}

.about-hero__main-card img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  padding:14px;
}

.about-floating-card{
  position:absolute;
  z-index:2;
  display:flex;
  align-items:center;
  gap:9px;
  min-width:175px;
  padding:9px 11px;
  border:1px solid rgba(117,70,29,.13);
  border-radius:14px;
  background:rgba(255,255,255,.94);
  box-shadow:0 12px 28px rgba(48,24,8,.13);
  backdrop-filter:blur(6px);
}

.about-floating-card--top{
  top:1px;
  right:0;
}

.about-floating-card--bottom{
  bottom:2px;
  left:0;
}

.about-floating-card__icon{
  width:34px;
  height:34px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:#fff;
  background:linear-gradient(135deg,var(--green,#287722),#448c26);
  font-size:14px;
  font-weight:900;
}

.about-floating-card>span:last-child{
  display:grid;
  gap:2px;
}

.about-floating-card b{
  color:var(--brown-950,#321306);
  font-size:10px;
}

.about-floating-card small{
  color:var(--muted,#74675c);
  font-size:8px;
}

/* Common headings */
.about-section-heading{
  max-width:720px;
  margin:0 auto 23px;
  text-align:center;
}

.about-section-heading h2{
  margin:6px 0 9px;
  color:var(--brown-950,#321306);
  font-size:29px;
  line-height:1.08;
  letter-spacing:-.035em;
}

.about-section-heading p{
  margin:0;
  color:var(--muted,#74675c);
  font-size:13px;
  line-height:1.6;
}

/* Values */
.about-values{
  padding:46px 0;
  background:#fff;
}

.about-values__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}

.about-value-card{
  min-width:0;
  padding:15px 12px;
  border:1px solid var(--line,#eadbc8);
  border-radius:17px;
  background:linear-gradient(180deg,#fff,#fffcf8);
  box-shadow:0 8px 24px rgba(70,36,13,.045);
}

.about-value-card__icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  margin-bottom:11px;
  border-radius:12px;
  color:var(--brown-700,#703714);
  background:#f8ecdc;
}

.about-value-card__icon svg{
  width:20px;
  height:20px;
  fill:currentColor;
}

.about-value-card h3{
  margin:0 0 6px;
  color:var(--brown-950,#321306);
  font-size:15px;
  line-height:1.15;
}

.about-value-card p{
  margin:0;
  color:var(--muted,#74675c);
  font-size:11.5px;
  line-height:1.5;
}

/* Story */
.about-story{
  padding:45px 0;
  background:
    radial-gradient(circle at 7% 90%,rgba(203,149,80,.12),transparent 25%),
    #fffaf3;
  border-top:1px solid #f2e5d5;
  border-bottom:1px solid #f2e5d5;
}

.about-story__grid{
  display:grid;
  gap:31px;
  align-items:center;
}

.about-story__gallery{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}

.about-story__image{
  overflow:hidden;
  border-radius:17px;
  background:#fff;
  box-shadow:0 11px 30px rgba(62,31,10,.08);
}

.about-story__image--large{
  grid-column:1/-1;
}

.about-story__image img{
  width:100%;
  height:100%;
  min-height:130px;
  display:block;
  object-fit:contain;
  padding:9px;
}

.about-story__image--large img{
  aspect-ratio:1.65/1;
}

.about-story__content h2{
  margin:6px 0 13px;
  color:var(--brown-950,#321306);
  font-size:30px;
  line-height:1.08;
  letter-spacing:-.035em;
}

.about-story__content>p{
  margin:0 0 12px;
  color:var(--muted,#74675c);
  font-size:14px;
  line-height:1.68;
}

.about-mini-points{
  display:grid;
  gap:8px;
  margin-top:22px;
}

.about-mini-points>div{
  display:grid;
  grid-template-columns:39px 1fr;
  gap:10px;
  align-items:center;
  padding:10px;
  border:1px solid rgba(120,75,35,.12);
  border-radius:13px;
  background:rgba(255,255,255,.72);
}

.about-mini-points>div>span{
  width:39px;
  height:39px;
  display:grid;
  place-items:center;
  border-radius:11px;
  color:#fff;
  background:var(--brown-800,#5c2b0f);
  font-size:10px;
  font-weight:900;
}

.about-mini-points p{
  display:grid;
  gap:2px;
  margin:0;
}

.about-mini-points b{
  color:var(--brown-950,#321306);
  font-size:12px;
}

.about-mini-points small{
  color:var(--muted,#74675c);
  font-size:10px;
}

/* Payments */
.about-payment-section{
  padding:45px 0;
  background:#fff;
}

.about-payments{
  display:grid;
  gap:9px;
}

.about-payment-card{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:82px;
  padding:13px;
  border:1px solid var(--line,#eadbc8);
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(70,36,13,.045);
}

.about-payment-card__icon,
.about-payment-card__k{
  width:46px;
  height:46px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:13px;
  color:var(--brown-700,#713616);
  background:#f8ecde;
}

.about-payment-card--cod .about-payment-card__icon{
  color:var(--green,#287722);
  background:#eaf6e8;
}

.about-payment-card__icon svg{
  width:23px;
  height:23px;
  fill:currentColor;
}

.about-payment-card__k{
  color:#fff;
  background:var(--koko,#6f2dbd);
  font-size:22px;
  font-weight:950;
}

.about-payment-card>span:last-child{
  display:grid;
  gap:3px;
}

.about-payment-card b{
  color:var(--brown-950,#321306);
  font-size:15px;
}

.about-payment-card small{
  color:var(--muted,#74675c);
  font-size:11.5px;
}

/* Delivery */
.about-delivery-strip{
  margin:0;
}

/* CTA */
.about-cta{
  padding:42px 0 55px;
  background:#fffaf2;
}

.about-cta__box{
  position:relative;
  overflow:hidden;
  display:grid;
  gap:20px;
  padding:24px;
  border-radius:22px;
  color:#fff;
  background:
    radial-gradient(circle at 90% 15%,rgba(197,143,69,.32),transparent 28%),
    linear-gradient(135deg,#351404,#57250b 58%,#71310f);
  box-shadow:0 17px 40px rgba(57,25,7,.17);
}

.about-cta__box::after{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  right:-70px;
  bottom:-110px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:50%;
}

.about-cta .section-kicker{
  color:#f6d8aa;
}

.about-cta h2{
  margin:7px 0 7px;
  color:#fff;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.035em;
}

.about-cta p{
  max-width:590px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:13px;
  line-height:1.55;
}

.about-cta__actions{
  position:relative;
  z-index:2;
  display:grid;
  gap:8px;
}

.about-cta__actions .btn{
  width:100%;
}

.about-cta .btn--primary{
  color:#462006;
  background:#f6d49d;
  border-color:#f6d49d;
}

/* Shared mobile menu positioning */
@media (max-width:799px){
  .about-page .main-nav{
    inset:88px 0 auto 0;
  }
}

/* Desktop/tablet */
@media (min-width:560px){
  .about-hero__actions{
    grid-template-columns:auto auto;
    justify-content:start;
  }

  .about-hero__actions .btn{
    width:auto;
  }

  .about-values__grid{
    gap:13px;
  }

  .about-value-card{
    padding:20px 17px;
  }

  .about-value-card h3{
    font-size:17px;
  }

  .about-value-card p{
    font-size:13px;
  }

  .about-payments{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .about-payment-card{
    min-height:105px;
    align-items:flex-start;
    flex-direction:column;
  }

  .about-cta__actions{
    grid-template-columns:auto auto;
    justify-content:start;
  }

  .about-cta__actions .btn{
    width:auto;
  }
}

@media (min-width:800px){
  .about-hero__grid{
    grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
    gap:55px;
    align-items:center;
    min-height:570px;
    padding-top:28px;
    padding-bottom:48px;
  }

  .about-breadcrumb{
    margin-bottom:30px;
    font-size:12px;
  }

  .about-hero h1{
    font-size:58px;
  }

  .about-hero__lead{
    font-size:16px;
  }

  .about-hero__visual{
    padding:20px 15px 29px;
  }

  .about-floating-card{
    min-width:205px;
    padding:12px 14px;
  }

  .about-floating-card b{
    font-size:12px;
  }

  .about-floating-card small{
    font-size:9px;
  }

  .about-values,
  .about-payment-section{
    padding:68px 0;
  }

  .about-section-heading{
    margin-bottom:34px;
  }

  .about-section-heading h2{
    font-size:39px;
  }

  .about-section-heading p{
    font-size:15px;
  }

  .about-values__grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
  }

  .about-value-card{
    padding:24px 20px;
    border-radius:20px;
  }

  .about-value-card__icon{
    width:48px;
    height:48px;
  }

  .about-value-card__icon svg{
    width:25px;
    height:25px;
  }

  .about-value-card h3{
    font-size:19px;
  }

  .about-value-card p{
    font-size:13.5px;
  }

  .about-story{
    padding:72px 0;
  }

  .about-story__grid{
    grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
    gap:62px;
  }

  .about-story__gallery{
    gap:12px;
  }

  .about-story__image{
    border-radius:21px;
  }

  .about-story__content h2{
    font-size:40px;
  }

  .about-story__content>p{
    font-size:15px;
  }

  .about-mini-points{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }

  .about-mini-points>div{
    grid-template-columns:1fr;
    align-items:start;
  }

  .about-payment-card{
    min-height:125px;
    padding:18px;
  }

  .about-payment-card b{
    font-size:17px;
  }

  .about-payment-card small{
    font-size:12.5px;
  }

  .about-cta{
    padding:60px 0 75px;
  }

  .about-cta__box{
    grid-template-columns:1fr auto;
    align-items:center;
    gap:30px;
    padding:35px 40px;
    border-radius:28px;
  }

  .about-cta h2{
    font-size:39px;
  }

  .about-cta p{
    font-size:14px;
  }
}
