/* Quality & Shipping — "from Foshan to your door" block (partials/sections/shipping-journey.php) */
.sf-ship { color: #1f2328; font-family: "Hanken Grotesk", Helvetica, Arial, sans-serif; }
.sf-ship__band { border-top: 1px solid #e8e4de; }
.sf-ship__band--white { background: #fff; }
.sf-ship__band--warm { background: #f7f5f2; }
.sf-ship__band--dark { color: #fff; background: #1f2328; border-top: 0; }
.sf-ship__inner { width: min(100% - 48px, 1200px); margin: 0 auto; padding: 92px 0 96px; }
.sf-ship__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 44px; }
.sf-ship__head > p { max-width: 420px; margin: 0; color: #5f6368; font-size: 15px; line-height: 1.6; text-align: right; }
.sf-ship__kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: #c8102e; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.sf-ship__kicker::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.sf-ship__band--dark .sf-ship__kicker { color: #e7596e; }
.sf-ship h2 { max-width: 640px; margin: 0; font: 800 clamp(30px, 3.3vw, 44px)/1.08 "Plus Jakarta Sans", sans-serif; letter-spacing: -.035em; text-wrap: balance; }
.sf-ship h3 { margin: 0; font: 700 19px/1.25 "Plus Jakarta Sans", sans-serif; letter-spacing: -.01em; }

/* Steps */
.sf-ship__steps { position: relative; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.sf-ship__steps::before { content: ""; position: absolute; left: 4%; right: 4%; top: 27px; height: 2px; background: repeating-linear-gradient(90deg, #d9d2c9 0 8px, transparent 8px 16px); }
.sf-ship__steps li { position: relative; padding: 0 4px; }
.sf-ship__steps span { position: relative; z-index: 1; display: inline-flex; width: 54px; height: 54px; align-items: center; justify-content: center; margin-bottom: 18px; border: 2px solid #c8102e; border-radius: 50%; background: #fff; color: #c8102e; font: 800 15px/1 "Plus Jakarta Sans", sans-serif; }
.sf-ship__steps h3 { margin-bottom: 8px; font-size: 16.5px; }
.sf-ship__steps p { margin: 0; color: #5f6368; font-size: 13.5px; line-height: 1.55; }
.sf-ship__photos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 44px; }
.sf-ship__photos figure { position: relative; margin: 0; height: 250px; overflow: hidden; border-radius: 12px; background: #e7e6e2; }
.sf-ship__photos img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.sf-ship__photos figure:hover img { transform: scale(1.04); }
.sf-ship__photos figcaption { position: absolute; left: 12px; bottom: 12px; padding: 7px 10px; border-radius: 6px; background: rgba(31,35,40,.82); color: #fff; font-size: 12px; }

.sf-ship__more { margin: 30px 0 0; color: #3d4247; font-size: 15px; }
.sf-ship__more a { color: #b80e2b; font-weight: 700; text-decoration: underline; }
/* Terms */
.sf-ship__terms { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sf-ship__terms article { position: relative; display: flex; flex-direction: column; padding: 30px 28px 28px; border: 1px solid #e4e4e4; border-radius: 16px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.sf-ship__terms article:hover { transform: translateY(-3px); box-shadow: 0 26px 50px -40px rgba(31,35,40,.6); }
.sf-ship__terms article.is-featured { border: 2px solid #c8102e; background: #fff9f9; }
.sf-ship__terms em { position: absolute; right: 22px; top: -13px; padding: 6px 14px; border-radius: 100px; background: #c8102e; color: #fff; font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sf-ship__terms b { margin-bottom: 10px; color: #c8102e; font: 800 13px/1 "Plus Jakarta Sans", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.sf-ship__terms h3 { margin-bottom: 10px; font-size: 22px; }
.sf-ship__terms p { margin: 0 0 18px; color: #5f6368; font-size: 14.5px; line-height: 1.6; }
.sf-ship__terms ul { margin: auto 0 0; padding: 16px 0 0; list-style: none; border-top: 1px solid #ebe8e4; display: grid; gap: 9px; font-size: 14px; line-height: 1.5; }
.sf-ship__terms li { display: flex; gap: 10px; }
.sf-ship__terms li::before { content: "✓"; color: #c8102e; font-weight: 800; }

/* Destinations */
.sf-ship__table-wrap { overflow-x: auto; border: 1px solid #e4e4e4; border-radius: 12px; box-shadow: 0 18px 40px -34px rgba(31,35,40,.5); }
.sf-ship__table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 14.5px; line-height: 1.5; }
.sf-ship__table th, .sf-ship__table td { padding: 13px 16px; border-bottom: 1px solid #ebe8e4; border-right: 1px solid #f1eeea; text-align: left; vertical-align: top; }
.sf-ship__table th:last-child, .sf-ship__table td:last-child { border-right: 0; }
.sf-ship__table thead th { background: #1f2328; color: #fff; font-weight: 700; border-color: #2c3136; }
.sf-ship__table tbody tr:nth-child(even) td { background: #faf9f7; }
.sf-ship__table tbody tr:last-child td { border-bottom: 0; }
.sf-ship__table td:first-child { font-weight: 700; }
.sf-ship__table td:nth-child(3) { color: #c8102e; font-weight: 700; white-space: nowrap; }
.sf-ship__note { margin: 14px 0 0; color: #858a90; font-size: 13px; }

/* Insurance + price */
.sf-ship__split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.sf-ship__split h2 { margin: 0 0 14px; font-size: clamp(26px, 2.8vw, 36px); }
.sf-ship__split p { margin: 0 0 22px; color: #b9bec3; font-size: 15.5px; line-height: 1.65; }
.sf-ship__split a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.45); }
.sf-ship__list { margin: 0; padding: 0 0 0 1.3em; display: grid; gap: 10px; color: #dfe3e6; font-size: 15px; line-height: 1.55; }
.sf-ship__list li::marker { color: #e7596e; font-weight: 800; }
.sf-ship__list--ticks { padding: 0; list-style: none; }
.sf-ship__list--ticks li { display: flex; gap: 10px; }
.sf-ship__list--ticks li::before { content: "✓"; color: #e7596e; font-weight: 800; }

/* After-sales + FAQ */
.sf-ship__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-bottom: 40px; }
.sf-ship__cards article { padding: 26px 26px 24px; border: 1px solid #e4e4e4; border-radius: 14px; background: #fff; }
.sf-ship__cards h3 { margin-bottom: 8px; font-size: 18px; }
.sf-ship__cards p { margin: 0; color: #5f6368; font-size: 14.5px; line-height: 1.6; }
.sf-ship__faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-items: start; }
.sf-ship__faq details { padding: 0 20px; border: 1px solid #e4e4e4; border-radius: 10px; background: #fff; }
.sf-ship__faq summary { position: relative; padding: 17px 40px 17px 0; cursor: pointer; list-style: none; font: 700 16.5px/1.4 "Plus Jakarta Sans", sans-serif; }
.sf-ship__faq summary::-webkit-details-marker { display: none; }
.sf-ship__faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #c8102e; font-size: 24px; line-height: 1; }
.sf-ship__faq details[open] summary::after { content: "−"; }
.sf-ship__faq p { margin: 0 0 18px; color: #3d4247; font-size: 15px; line-height: 1.65; }
.sf-ship__faq a { color: #b80e2b; text-decoration: underline; }

@media (max-width: 1100px) {
  .sf-ship__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 18px; }
  .sf-ship__steps::before { display: none; }
}
@media (max-width: 900px) {
  .sf-ship__head { display: block; }
  .sf-ship__head > p { margin-top: 16px; text-align: left; }
  .sf-ship__terms, .sf-ship__cards, .sf-ship__faq, .sf-ship__split { grid-template-columns: 1fr; }
  .sf-ship__split { gap: 40px; }
  .sf-ship__photos { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  /* Destinations: stacked cards instead of a sideways-scrolling table */
  .sf-ship__table-wrap { overflow: visible; border: 0; border-radius: 0; box-shadow: none; }
  .sf-ship__table { display: block; min-width: 0; }
  .sf-ship__table thead { display: none; }
  .sf-ship__table tbody, .sf-ship__table tr, .sf-ship__table td { display: block; }
  .sf-ship__table tr { margin-bottom: 12px; padding: 16px 18px 14px; border: 1px solid #e4e4e4; border-radius: 12px; background: #fff; box-shadow: 0 14px 30px -28px rgba(31,35,40,.5); }
  .sf-ship__table tbody tr:nth-child(even) td { background: transparent; }
  .sf-ship__table td { padding: 0 0 10px; border: 0; }
  .sf-ship__table td:last-child { padding-bottom: 0; }
  .sf-ship__table td:first-child { padding-bottom: 8px; margin-bottom: 10px; border-bottom: 1px solid #ebe8e4; font: 700 17px/1.3 "Plus Jakarta Sans", sans-serif; }
  .sf-ship__table td[data-label]::before { content: attr(data-label); display: block; margin-bottom: 2px; color: #858a90; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
  .sf-ship__table td:nth-child(3) { white-space: normal; font-size: 16px; }
  .sf-ship__kicker { line-height: 1.3; }
  .sf-ship__kicker::before { flex: none; }
  .sf-ship__inner { width: min(100% - 40px, 680px); padding: 60px 0 64px; }
  .sf-ship h2 { font-size: clamp(25px, 7vw, 32px) !important; }
  .sf-ship__steps { grid-template-columns: 1fr 1fr; }
  .sf-ship__photos { grid-template-columns: 1fr; }
  .sf-ship__photos figure { height: 200px; }
  .sf-ship__terms article { padding: 24px 20px 22px; }
}
