/* Destination shipping guides (23 Sep 2026). The page is built from the existing sf-qc-* band system;
   only the few things that had no home elsewhere live here. */
.sf-page--dg .sf-ct-glance { margin-top: 8px; }
.sf-page--dg .sf-qc-table-wrap table { width: 100%; border-collapse: collapse; }
.sf-page--dg .sf-qc-table-wrap th[scope="row"] { font-weight: 700; color: #1f2328; }
.sf-page--dg .sf-cases { margin-top: 26px; }
.sf-page--dg .sf-dg-links { margin-top: 18px; padding-top: 18px; border-top: 1px solid #e4ded6; }
.sf-page--dg .sf-dg-links a { font-weight: 700; }
.sf-page--dg .sf-inline-brief { margin: 0; }
/* Pillar index of destinations */
.sf-dg-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.sf-dg-grid > a, .sf-dg-grid > span { display: flex; flex-direction: column; gap: 8px; padding: 22px 22px 20px; border: 1px solid #e4ded6; border-radius: 14px; background: #fff; color: #1f2328; text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.sf-dg-grid > a:hover, .sf-dg-grid > a:focus-visible { transform: translateY(-3px); border-color: #c8102e; box-shadow: 0 20px 38px -28px rgba(31,35,40,.6); color: #1f2328; }
.sf-dg-grid b { font: 800 19px/1.2 "Plus Jakarta Sans", sans-serif; letter-spacing: -.02em; }
.sf-dg-grid em { font-style: normal; color: #c8102e; font-size: 13px; font-weight: 700; }
.sf-dg-grid p { margin: 0; color: #5f6368; font-size: 14px; line-height: 1.55; }
.sf-dg-grid .sf-dg-soon { color: #858a90; font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.sf-dg-grid > span { background: #f7f5f2; border-style: dashed; }
@media (max-width: 1024px) { .sf-dg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 720px) { .sf-dg-grid { grid-template-columns: 1fr; } }

/* Week-by-week timeline: five plain cards, not the ten-step accordion the buying guide uses. */
.sf-dg-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin: 26px 0 0; padding: 0; list-style: none; counter-reset: none; }
.sf-dg-steps > li { display: flex; flex-direction: column; gap: 7px; padding: 20px 18px 20px; border: 1px solid #e4ded6; border-radius: 14px; background: #fff; }
.sf-dg-step__when { color: #c8102e; font: 800 12px/1 "Plus Jakarta Sans", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.sf-dg-steps > li > b { font: 800 16px/1.25 "Plus Jakarta Sans", sans-serif; letter-spacing: -.01em; color: #1f2328; }
.sf-dg-steps > li > p { margin: 0; color: #5f6368; font-size: 14px; line-height: 1.55; }
@media (max-width: 1100px) { .sf-dg-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .sf-dg-steps { grid-template-columns: 1fr; } }

/* Cost table: read it like a table, not a centred list. */
.sf-page--dg .sf-qc-table-wrap th,
.sf-page--dg .sf-qc-table-wrap td { text-align: left; vertical-align: top; }
.sf-page--dg .sf-qc-table-wrap th[scope="row"] { white-space: normal; min-width: 190px; }
.sf-page--dg .sf-qc-table-wrap td:nth-child(2) { white-space: nowrap; font-variant-numeric: tabular-nums; }

/* Volume ruler: the LCL/FCL decision as one picture, scaled from the destination's own numbers. */
.sf-dg-ruler { margin: 28px 0 22px; padding: 22px 24px 18px; border: 1px solid #e4ded6; border-radius: 16px; background: #fff; }
.sf-dg-ruler figcaption { margin-bottom: 16px; color: #858a90; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.sf-dg-ruler__row { display: grid; grid-template-columns: minmax(0, 150px) minmax(0, 1fr) minmax(0, 132px); gap: 14px; align-items: center; margin-bottom: 11px; }
.sf-dg-ruler__label { color: #1f2328; font-size: 14px; font-weight: 700; }
.sf-dg-ruler__track { display: block; height: 16px; border-radius: 8px; background: #f1ede8; overflow: hidden; }
.sf-dg-ruler__track i { display: block; height: 100%; border-radius: 8px; }
.sf-dg-ruler__track .is-lcl { background: repeating-linear-gradient(135deg, #d5cec5 0 6px, #e6e0d8 6px 12px); }
.sf-dg-ruler__track .is-c20 { background: #f0a6b2; }
.sf-dg-ruler__track .is-c40 { background: #c8102e; }
.sf-dg-ruler__row b { color: #1f2328; font-size: 13.5px; font-weight: 700; text-align: right; font-variant-numeric: tabular-nums; }
.sf-dg-ruler__note { margin: 14px 0 0; padding-top: 14px; border-top: 1px solid #f1ede8; color: #5f6368; font-size: 13.5px; line-height: 1.6; }
@media (max-width: 720px) {
  .sf-dg-ruler { padding: 18px 16px 16px; }
  .sf-dg-ruler__row { grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "label value" "track track"; gap: 6px 12px; margin-bottom: 16px; }
  .sf-dg-ruler__label { grid-area: label; }
  .sf-dg-ruler__row b { grid-area: value; }
  .sf-dg-ruler__track { grid-area: track; }
}

/* Flag marks: identity without a third-party image. */
.sf-dg-flag { display: inline-flex; width: 30px; height: 20px; margin-right: 10px; border-radius: 3px; overflow: hidden; box-shadow: 0 0 0 1px rgba(31,35,40,.14); vertical-align: baseline; }
.sf-dg-flag svg { width: 100%; height: 100%; display: block; }
.sf-dg-flag--h1 { width: 52px; height: 35px; margin-right: 16px; border-radius: 5px; transform: translateY(2px); }
.sf-dg-grid b { display: flex; align-items: center; }

/* Three-photo strip: our own warehouse pictures, uniform 3:2. */
.sf-dg-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 26px; }
.sf-dg-strip figure { margin: 0; }
.sf-dg-strip img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 14px; background: #ece8e2; }
.sf-dg-strip figcaption { margin-top: 12px; color: #5f6368; font-size: 14px; line-height: 1.55; }
.sf-dg-strip figcaption b { display: block; margin-bottom: 4px; color: #1f2328; font: 800 15.5px/1.3 "Plus Jakarta Sans", sans-serif; letter-spacing: -.01em; }
@media (max-width: 900px) { .sf-dg-strip { grid-template-columns: 1fr; gap: 24px; } }
@media (max-width: 720px) { .sf-dg-flag--h1 { width: 40px; height: 27px; margin-right: 11px; } }
