.delivery-page{
  overflow:hidden;
  padding-bottom:96px;
}
.delivery-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.55fr);
  gap:70px;
  align-items:center;
  padding:52px 0 74px;
}
.delivery-eyebrow{
  display:block;
  margin-bottom:16px;
  color:var(--gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.delivery-hero h1{
  max-width:850px;
  margin:0 0 22px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(50px,6vw,82px);
  font-weight:600;
  line-height:.96;
  letter-spacing:-.025em;
}
.delivery-hero__lead{
  max-width:750px;
  color:var(--ink2);
  font-size:18px;
  line-height:1.75;
}
.delivery-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:18px;
  margin-top:30px;
}
.delivery-text-link{
  border-bottom:1px solid rgba(143,110,63,.45);
  color:#806139;
  font-weight:700;
}
.delivery-hero__note{
  position:relative;
  overflow:hidden;
  padding:42px 38px;
  border-radius:26px;
  background:#221d17;
  color:#f8f3eb;
}
.delivery-hero__note::after{
  position:absolute;
  right:-48px;
  bottom:-64px;
  width:185px;
  height:185px;
  border:1px solid rgba(201,174,131,.34);
  border-radius:50%;
  content:"";
}
.delivery-hero__note span{
  display:block;
  margin-bottom:15px;
  color:#c9ae83;
  font-size:10px;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
}
.delivery-hero__note strong{
  display:block;
  max-width:330px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:36px;
  font-weight:600;
  line-height:1.05;
}
.delivery-hero__note p{
  position:relative;
  z-index:1;
  margin:20px 0 0;
  color:#d6ccbd;
  font-size:14px;
  line-height:1.7;
}
.delivery-benefits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-bottom:88px;
}
.delivery-benefit{
  min-height:215px;
  padding:30px;
  border:1px solid rgba(143,116,74,.13);
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 34px rgba(49,38,25,.055);
}
.delivery-benefit__num{
  display:block;
  margin-bottom:25px;
  color:var(--gold);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:30px;
}
.delivery-benefit h2{
  margin:0 0 11px;
  font-size:19px;
}
.delivery-benefit p{
  margin:0;
  color:var(--ink2);
  font-size:14px;
  line-height:1.68;
}
.delivery-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 350px;
  gap:76px;
  align-items:start;
  margin-bottom:96px;
}
.delivery-prose{
  max-width:790px;
  color:var(--ink2);
  font-size:17px;
  line-height:1.82;
}
.delivery-prose h2{
  margin:60px 0 18px;
  color:var(--ink);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(34px,4vw,48px);
  font-weight:600;
  line-height:1.05;
}
.delivery-prose h2:first-child{margin-top:0}
.delivery-prose h3{
  margin:32px 0 12px;
  color:var(--ink);
  font-size:21px;
}
.delivery-prose p{margin:0 0 20px}
.delivery-prose ol,.delivery-prose ul{
  margin:0 0 28px;
  padding-left:24px;
}
.delivery-prose li{margin-bottom:13px}
.delivery-prose a{
  color:#806139;
  text-decoration:underline;
  text-underline-offset:4px;
}
.delivery-prose figure{margin:32px 0}
.delivery-prose figure img{
  width:100%;
  max-height:620px;
  border-radius:20px;
  object-fit:cover;
}
.delivery-prose figcaption{
  margin-top:9px;
  color:var(--ink3);
  font-size:12px;
  text-align:center;
}
.delivery-note{
  margin:30px 0;
  padding:24px 26px;
  border-left:3px solid var(--gold);
  border-radius:0 14px 14px 0;
  background:#efe5d5;
  color:var(--ink);
}
.delivery-side{
  position:sticky;
  top:110px;
}
.delivery-side__card{
  padding:31px;
  border-radius:22px;
  background:#221d17;
  color:#f8f3eb;
}
.delivery-side__card>span{
  color:#c9ae83;
  font-size:10px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.delivery-side__card h2{
  margin:17px 0 13px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:31px;
  font-weight:600;
  line-height:1.05;
}
.delivery-side__card p{
  margin:0 0 24px;
  color:#d6ccbd;
  font-size:14px;
  line-height:1.7;
}
.delivery-section-head{
  display:flex;
  justify-content:space-between;
  gap:48px;
  align-items:end;
  margin-bottom:30px;
}
.delivery-section-head h2{
  margin:0;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(40px,5vw,58px);
  font-weight:600;
  line-height:1;
}
.delivery-section-head>p{
  max-width:520px;
  margin:0;
  color:var(--ink2);
  line-height:1.7;
}
.delivery-packing{margin-bottom:96px}
.delivery-packing__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.delivery-pack-card{
  overflow:hidden;
  border:1px solid rgba(143,116,74,.15);
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 38px rgba(49,38,25,.055);
}
.delivery-pack-card__media{
  overflow:hidden;
  height:340px;
  margin:0;
  background:#ded5c7;
}
.delivery-pack-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.delivery-pack-card__body{padding:30px}
.delivery-pack-card__body>span{
  color:var(--gold);
  font-size:10px;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
}
.delivery-pack-card h3{
  margin:12px 0 10px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:34px;
  font-weight:600;
}
.delivery-pack-card p{
  margin:0;
  color:var(--ink2);
  line-height:1.72;
}
.delivery-video{margin-top:26px}
.delivery-video h2{
  margin:0 0 18px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:38px;
  font-weight:600;
}
.delivery-video__frame{
  overflow:hidden;
  aspect-ratio:16/9;
  border-radius:22px;
  background:#221d17;
}
.delivery-video__frame iframe{
  width:100%;
  height:100%;
  border:0;
}
.delivery-faq{margin-bottom:78px}
.delivery-faq .acc{
  overflow:hidden;
  border:1px solid rgba(143,116,74,.16);
  border-radius:22px;
  background:#fff;
}
.delivery-faq .a-item:last-child{border-bottom:0}
.delivery-return{
  display:grid;
  grid-template-columns:minmax(300px,.65fr) minmax(0,1fr);
  gap:60px;
  align-items:center;
  margin-bottom:72px;
  padding:42px 46px;
  border:1px solid rgba(143,116,74,.17);
  border-radius:24px;
  background:#efe5d5;
}
.delivery-return h2{
  margin:0;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:42px;
  font-weight:600;
  line-height:1;
}
.delivery-return p{
  margin:0;
  color:var(--ink2);
  font-size:16px;
  line-height:1.75;
}
.delivery-cta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:38px;
  padding:48px;
  border-radius:26px;
  background:#b69668;
  color:#fff;
}
.delivery-cta .delivery-eyebrow{color:#f2e6d5}
.delivery-cta h2{
  max-width:730px;
  margin:0;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(36px,4.5vw,55px);
  font-weight:600;
  line-height:1;
}
.delivery-cta .btn{flex:0 0 auto;background:#221d17}

@media(max-width:980px){
  .delivery-hero{grid-template-columns:1fr;gap:30px}
  .delivery-benefits{grid-template-columns:1fr}
  .delivery-benefit{min-height:0}
  .delivery-layout{grid-template-columns:1fr;gap:38px}
  .delivery-side{position:static}
}
@media(max-width:740px){
  .delivery-page{padding-bottom:64px}
  .delivery-hero{padding:32px 0 50px}
  .delivery-hero h1{font-size:48px}
  .delivery-hero__note{padding:32px 26px}
  .delivery-benefits{margin-bottom:62px}
  .delivery-layout,.delivery-packing{margin-bottom:68px}
  .delivery-section-head{display:block}
  .delivery-section-head>p{margin-top:16px}
  .delivery-packing__grid{grid-template-columns:1fr}
  .delivery-pack-card__media{height:280px}
  .delivery-return{grid-template-columns:1fr;gap:20px;padding:32px 26px}
  .delivery-cta{align-items:flex-start;flex-direction:column;padding:34px 27px}
}
