/* The Nut Shop - Return & Refund Policy
   Lightweight mobile-first stylesheet.
   Reuses the existing assets/css/style.css file. */

.policy-page{
  background:#fff;
}

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

/* Hero */
.policy-hero{
  background:
    radial-gradient(circle at 91% 7%,rgba(204,151,77,.16),transparent 32%),
    linear-gradient(180deg,#fffaf2 0%,#fff 100%);
  border-bottom:1px solid #f0e2d0;
}

.policy-hero__inner{
  padding-top:15px;
  padding-bottom:30px;
}

.policy-breadcrumb{
  display:flex;
  align-items:center;
  gap:7px;
  margin-bottom:20px;
  color:var(--muted,#74675c);
  font-size:11px;
}

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

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

.policy-hero__grid{
  display:grid;
  gap:19px;
  align-items:end;
}

.policy-hero h1{
  margin:7px 0 11px;
  color:var(--brown-950,#321306);
  font-size:clamp(35px,10vw,57px);
  line-height:1.01;
  letter-spacing:-.045em;
}

.policy-hero p{
  max-width:760px;
  margin:0;
  color:var(--muted,#74675c);
  font-size:14px;
  line-height:1.68;
}

.policy-support{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:69px;
  padding:11px 13px;
  border-radius:17px;
  color:#fff;
  background:linear-gradient(135deg,var(--green,#287722),#438f2d);
  box-shadow:0 14px 31px rgba(41,121,32,.18);
}

.policy-support__icon{
  width:43px;
  height:43px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:rgba(255,255,255,.15);
}

.policy-support__icon svg{
  width:25px;
  height:25px;
  fill:currentColor;
}

.policy-support>span:last-child{
  display:grid;
  gap:2px;
}

.policy-support small{
  font-size:9.5px;
  font-weight:700;
  opacity:.88;
}

.policy-support strong{
  font-size:14px;
}

/* Main */
.policy-main{
  padding:38px 0 49px;
  background:#fff;
}

.policy-layout{
  display:grid;
  gap:20px;
}

/* Summary */
.policy-summary{
  padding:19px;
  border:1px solid var(--line,#eadbc8);
  border-radius:20px;
  background:
    radial-gradient(circle at 95% 0%,rgba(204,151,77,.13),transparent 29%),
    #fffaf4;
}

.policy-summary h2{
  margin:6px 0 16px;
  color:var(--brown-950,#321306);
  font-size:26px;
  line-height:1.08;
}

.policy-summary__list{
  display:grid;
  gap:8px;
}

.policy-summary__list>div{
  display:grid;
  grid-template-columns:36px 1fr;
  gap:9px;
  align-items:center;
  padding:9px;
  border:1px solid rgba(119,73,34,.1);
  border-radius:12px;
  background:rgba(255,255,255,.78);
}

.policy-summary__icon{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:#7a4a1b;
  background:#f7e9d7;
  font-size:13px;
  font-weight:950;
}

.policy-summary__icon--green{
  color:#fff;
  background:var(--green,#287722);
}

.policy-summary__list p{
  display:grid;
  gap:1px;
  margin:0;
}

.policy-summary__list b{
  color:var(--brown-950,#321306);
  font-size:11.5px;
}

.policy-summary__list small{
  color:var(--muted,#74675c);
  font-size:9.5px;
  line-height:1.35;
}

.policy-summary__button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  margin-top:13px;
  border-radius:12px;
  color:#fff;
  background:var(--green,#287722);
  font-size:12px;
  font-weight:900;
}

/* Content */
.policy-content{
  display:grid;
  gap:11px;
}

.policy-section{
  display:grid;
  grid-template-columns:40px 1fr;
  gap:11px;
  padding:16px;
  border:1px solid var(--line,#eadbc8);
  border-radius:17px;
  background:#fff;
  box-shadow:0 8px 24px rgba(67,34,12,.04);
}

.policy-section__number{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:11px;
  color:#fff;
  background:linear-gradient(135deg,#4b1f08,#71310f);
  font-size:10px;
  font-weight:950;
}

.policy-section h2{
  margin:1px 0 8px;
  color:var(--brown-950,#321306);
  font-size:18px;
  line-height:1.15;
}

.policy-section p{
  margin:0 0 9px;
  color:var(--muted,#74675c);
  font-size:12.5px;
  line-height:1.62;
}

.policy-section p:last-child{
  margin-bottom:0;
}

.policy-note{
  display:grid;
  grid-template-columns:24px 1fr;
  gap:8px;
  align-items:start;
  margin-top:11px;
  padding:10px;
  border-radius:11px;
  background:#fff6e8;
}

.policy-note svg{
  width:20px;
  height:20px;
  fill:#8a571e;
}

.policy-note p{
  margin:0;
  color:#705338;
  font-size:10.5px;
}

.policy-checklist{
  display:grid;
  gap:7px;
  margin:11px 0 0;
  padding:0;
  list-style:none;
}

.policy-checklist li{
  position:relative;
  padding-left:21px;
  color:var(--muted,#74675c);
  font-size:12px;
  line-height:1.45;
}

.policy-checklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:-1px;
  color:var(--green,#287722);
  font-weight:950;
}

.policy-contact-box{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:13px;
  padding:11px;
  border:1px solid #cfe5ca;
  border-radius:13px;
  background:#f7fff5;
}

.policy-contact-box__icon{
  width:41px;
  height:41px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:11px;
  color:#fff;
  background:var(--green,#287722);
}

.policy-contact-box__icon svg{
  width:23px;
  height:23px;
  fill:currentColor;
}

.policy-contact-box>div:last-child{
  display:grid;
  gap:1px;
}

.policy-contact-box small{
  color:var(--muted,#74675c);
  font-size:9px;
}

.policy-contact-box a{
  color:var(--green,#287722);
  font-size:17px;
  font-weight:950;
}

/* Final note */
.policy-final-note{
  padding:18px;
  border-radius:17px;
  color:#fff;
  background:
    radial-gradient(circle at 95% 10%,rgba(208,154,79,.28),transparent 32%),
    linear-gradient(135deg,#341304,#5d280b);
}

.policy-final-note .section-kicker{
  color:#f0d3aa;
}

.policy-final-note h2{
  margin:5px 0 7px;
  color:#fff;
  font-size:21px;
}

.policy-final-note p{
  margin:0;
  color:rgba(255,255,255,.77);
  font-size:11.5px;
  line-height:1.58;
}

/* Payments */
.policy-payments{
  padding:44px 0;
  background:#fffaf3;
  border-top:1px solid #f0e3d2;
  border-bottom:1px solid #f0e3d2;
}

.policy-heading{
  max-width:720px;
  margin:0 auto 23px;
  text-align:center;
}

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

.policy-payments__grid{
  display:grid;
  gap:9px;
}

.policy-payments__grid article{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:11px;
  align-items:center;
  padding:14px;
  border:1px solid var(--line,#eadbc8);
  border-radius:16px;
  background:#fff;
}

.policy-payment__icon,
.policy-payment__k{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:13px;
  color:var(--brown-700,#6e3617);
  background:#f7eadb;
}

.policy-payment__icon--green{
  color:var(--green,#287722);
  background:#eaf6e8;
}

.policy-payment__icon svg{
  width:24px;
  height:24px;
  fill:currentColor;
}

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

.policy-payments__grid h3{
  margin:0 0 4px;
  color:var(--brown-950,#321306);
  font-size:15px;
}

.policy-payments__grid p{
  margin:0;
  color:var(--muted,#74675c);
  font-size:10.8px;
  line-height:1.45;
}

/* CTA */
.policy-cta{
  padding:43px 0 57px;
  background:#fff;
}

.policy-cta__box{
  display:grid;
  gap:17px;
  padding:22px;
  border-radius:22px;
  background:
    radial-gradient(circle at 94% 8%,rgba(200,148,71,.33),transparent 29%),
    linear-gradient(135deg,#341304,#58260b 60%,#74330f);
  box-shadow:0 18px 43px rgba(57,25,7,.17);
}

.policy-cta .section-kicker{
  color:#f0d3a8;
}

.policy-cta h2{
  margin:6px 0 6px;
  color:#fff;
  font-size:28px;
  line-height:1.06;
}

.policy-cta p{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:12.5px;
  line-height:1.55;
}

.policy-cta .btn{
  width:100%;
}

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

@media (min-width:560px){
  .policy-hero__grid{
    grid-template-columns:1fr auto;
    gap:26px;
  }

  .policy-support{
    min-width:260px;
  }

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

  .policy-payments__grid article{
    grid-template-columns:1fr;
    align-content:start;
    min-height:170px;
    padding:18px;
  }

  .policy-cta__box{
    grid-template-columns:1fr auto;
    align-items:center;
    gap:25px;
  }

  .policy-cta .btn{
    width:auto;
    min-width:220px;
  }
}

@media (min-width:800px){
  .policy-hero__inner{
    padding-top:24px;
    padding-bottom:39px;
  }

  .policy-breadcrumb{
    margin-bottom:29px;
    font-size:12px;
  }

  .policy-hero h1{
    font-size:57px;
  }

  .policy-hero p{
    font-size:16px;
  }

  .policy-main{
    padding:62px 0 72px;
  }

  .policy-layout{
    grid-template-columns:315px minmax(0,1fr);
    gap:28px;
    align-items:start;
  }

  .policy-summary{
    position:sticky;
    top:105px;
    padding:24px;
  }

  .policy-summary h2{
    font-size:31px;
  }

  .policy-summary__list>div{
    grid-template-columns:42px 1fr;
    gap:11px;
    padding:11px;
  }

  .policy-summary__icon{
    width:42px;
    height:42px;
  }

  .policy-summary__list b{
    font-size:13px;
  }

  .policy-summary__list small{
    font-size:10.5px;
  }

  .policy-section{
    grid-template-columns:52px 1fr;
    gap:15px;
    padding:23px;
    border-radius:20px;
  }

  .policy-section__number{
    width:52px;
    height:52px;
    border-radius:14px;
    font-size:11px;
  }

  .policy-section h2{
    font-size:23px;
  }

  .policy-section p{
    font-size:14px;
  }

  .policy-note p{
    font-size:12px;
  }

  .policy-checklist li{
    font-size:13.5px;
  }

  .policy-contact-box{
    max-width:430px;
    padding:13px;
  }

  .policy-final-note{
    padding:24px;
  }

  .policy-final-note h2{
    font-size:27px;
  }

  .policy-final-note p{
    font-size:13px;
  }

  .policy-payments{
    padding:68px 0;
  }

  .policy-heading{
    margin-bottom:34px;
  }

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

  .policy-payments__grid{
    gap:16px;
  }

  .policy-payments__grid article{
    min-height:200px;
    padding:23px;
    border-radius:20px;
  }

  .policy-payment__icon,
  .policy-payment__k{
    width:58px;
    height:58px;
  }

  .policy-payment__icon svg{
    width:28px;
    height:28px;
  }

  .policy-payments__grid h3{
    font-size:19px;
  }

  .policy-payments__grid p{
    font-size:13px;
  }

  .policy-cta{
    padding:61px 0 77px;
  }

  .policy-cta__box{
    padding:33px 38px;
    border-radius:28px;
  }

  .policy-cta h2{
    font-size:38px;
  }

  .policy-cta p{
    max-width:650px;
    font-size:14px;
  }
}
