:root{--ink:#24483e;--cream:#fffaf6;--peach:#e9b3b7;--orange:#c57d8d;--sage:#dce9dc;--line:#bfd0c3}body{background:var(--cream)}.offers,.trip-detail,footer{background:#24483e}.offers b{color:#e9b3b7}.band{background:#c57d8d}.guide{background:#dce9dc}.affiliate-grid a:hover{background:#f2d5d2}.earn-more{background:#f9e4e0}.future-products b{color:#9d5365}.ocean{background:#e9b3b7;color:#24483e}.trip-status{border-color:#e9b3b7;color:#e9b3b7}.trip-included small{color:#e9b3b7}.contact{background:#e9b3b7}.brand-logos{display:grid!important;grid-template-columns:repeat(5,1fr);gap:0!important;border-top:1px solid var(--line);border-left:1px solid var(--line);background:#fffaf6}.brand-logos>span{height:112px!important;margin:0!important;border:0!important;border-right:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important;padding:18px!important;background:#fffaf6!important;display:flex!important;align-items:center;justify-content:center;color:#24483e!important;font:600 15px/1.05 'DM Sans'!important;letter-spacing:-.5px!important;text-align:center}.brand-logos img{display:block;width:52px;height:52px;object-fit:contain}.brand-logos .wordmark{font-size:16px!important}.brand-logos .club{font-weight:700!important}.brand-logos .twelve{font:700 28px/.9 'DM Sans'!important;letter-spacing:-2px!important}.brand-logos .doubletree{font:600 14px/1.05 'Playfair Display'!important}.brand-logos .doubletree small{font:7px 'DM Mono';letter-spacing:.8px}.brand-logos .love{font-weight:700!important;letter-spacing:-1.2px!important}.brand-logos .airalo{font:700 22px/.9 'DM Sans'!important;letter-spacing:-1.7px!important}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.trip-photo-strip{grid-column:span 2;display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:12px;margin-top:62px}.trip-photo-strip img{width:100%;height:360px;object-fit:cover}.trip-photo-strip img:first-child{height:470px;grid-row:span 2}.trip-photo-strip img:nth-child(2){object-position:center 80%}.trip-faq{grid-column:span 2;border-top:1px solid rgba(255,255,255,.4);margin-top:50px;padding-top:20px;display:grid;grid-template-columns:1fr 2fr;gap:25px}.trip-faq details{border-bottom:1px solid rgba(255,255,255,.35);padding:0 0 15px;margin-bottom:15px}.trip-faq summary{cursor:pointer;font:20px 'Playfair Display'}.trip-faq details p{font-size:13px;line-height:1.5;margin:12px 0 0;color:#e9b3b7}@media(max-width:760px){.brand-logos{grid-template-columns:repeat(2,1fr)}.brand-logos>span{height:90px!important}.brand-logos img{width:44px;height:44px}.trip-photo-strip{grid-column:auto;grid-template-columns:1fr 1fr;margin-top:40px}.trip-photo-strip img{height:190px}.trip-photo-strip img:first-child{height:390px;grid-row:span 2}.trip-faq{display:block;margin-top:42px}.trip-faq>div{margin-top:25px}.trip-faq summary{font-size:18px}}
/* Keep the partnership list clean: one set of brands, no duplicate marquee. */
.brand-track { animation: none !important; width: 100% !important; }
.brand-logos[data-brands-copy] { display: none !important; }
.brand-marquee { width: 100% !important; margin-left: 0 !important; overflow: visible !important; }
.brand-marquee .brand-logos[data-brands] {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.brand-marquee .brand-logos[data-brands] > span {
  width: auto !important;
  min-width: 0;
}
.mosaic figure,
.chips span {
  cursor: pointer;
}
.mosaic figure:focus-visible,
.chips span:focus-visible {
  outline: 3px solid var(--pink, #e97095);
  outline-offset: 4px;
}
@media (max-width: 760px) {
  .brand-marquee .brand-logos[data-brands] { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

/* A moving creative-services strip mirrors the brand ticker and introduces the portfolio. */
.portfolio .chips {
  position: relative;
  margin: 8px calc(50% - 50vw) 54px;
  padding: 0;
  overflow: hidden;
  height: 52px;
  display: block;
  background: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.portfolio .chips::after {
  content: "PHOTOGRAPHY  ✦  FOOD  ✦  STAYS  ✦  UGC  ✦  TRAVEL CAMPAIGNS  ✦  DRONE & VIDEO  ✦  PHOTOGRAPHY  ✦  FOOD  ✦  STAYS  ✦  UGC  ✦  TRAVEL CAMPAIGNS  ✦  DRONE & VIDEO  ✦";
  position: absolute;
  top: 17px;
  left: 0;
  width: max-content;
  white-space: nowrap;
  color: var(--cream);
  font: 11px 'DM Mono', monospace;
  letter-spacing: 1px;
  animation: work-scroll 28s linear infinite;
}
.portfolio .chips span { display: none; }
@keyframes work-scroll { to { transform: translateX(-50%); } }
.portfolio .chips:hover::after { animation-play-state: paused; }
@media (max-width: 760px) {
  .portfolio .chips { height: 46px; margin-bottom: 40px; }
  .portfolio .chips::after { top: 15px; font-size: 10px; }
}

/* The portfolio work itself moves continuously, like a visual reel. */
.photo-reel-viewport {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  cursor: grab;
  scroll-snap-type: none;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.photo-reel-viewport::-webkit-scrollbar { display: none; }
.photo-reel-viewport:active { cursor: grabbing; }
.photo-reel-viewport .mosaic {
  width: max-content;
  min-height: 0;
  margin: 0;
  padding: 14px 0;
  display: flex;
  grid-template-columns: none;
  grid-template-rows: none;
  gap: 14px;
  animation: none !important;
}
.photo-reel-viewport .mosaic figure,
.photo-reel-viewport .mosaic .tall,
.photo-reel-viewport .mosaic .wide {
  width: clamp(215px, 21vw, 330px);
  height: 420px;
  flex: 0 0 auto;
  grid-column: auto;
  grid-row: auto;
}
.photo-reel-viewport .mosaic img { height: 100%; }
.photo-reel-viewport .mosaic figure { scroll-snap-align: none; }
.photo-reel-viewport .mosaic figure { position: relative; overflow: hidden; }
.photo-reel-viewport .mosaic figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  padding: 18px;
  color: var(--cream);
  background: linear-gradient(transparent, rgba(8, 30, 24, .86));
  font: 10px/1 'DM Mono', monospace;
  letter-spacing: 1px;
}
.photo-reel-viewport .mosaic figcaption b { font: 700 10px/1 'DM Sans', sans-serif; letter-spacing: .9px; }
.photo-reel-viewport .mosaic figure:hover figcaption b { color: var(--peach); }
.photo-reel-controls { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 14px 0 38px; color: var(--ink); font: 10px 'DM Mono', monospace; letter-spacing: 1px; }
.photo-reel-controls button { width: 34px; height: 34px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; font-size: 18px; transition: background .2s, color .2s; }
.photo-reel-controls button:hover { background: var(--ink); color: var(--cream); }
@keyframes photo-reel-scroll { to { transform: translateX(-33.333%); } }
@media (prefers-reduced-motion: reduce) {
  .photo-reel-viewport .mosaic { animation-play-state: paused; }
}
@media (max-width: 760px) {
  .photo-reel-viewport .mosaic { gap: 9px; padding: 9px 0; animation-duration: 32s; }
  .photo-reel-viewport .mosaic figure,
  .photo-reel-viewport .mosaic .tall,
  .photo-reel-viewport .mosaic .wide { width: 220px; height: 305px; }
  .photo-reel-controls { gap: 11px; padding: 12px 0 31px; font-size: 9px; }
}

/* Full Philippines itinerary based on Rachel's Canva group-trip guide. */
.trip-itinerary { grid-column: span 2; margin-top: 74px; border-top: 1px solid rgba(255,255,255,.4); padding-top: 26px; }
.trip-story { max-width: 650px; font: 28px/1.15 'Playfair Display'; margin: 0 0 36px; }
.trip-story p { margin: 0; }
.itinerary-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.35); border-left: 1px solid rgba(255,255,255,.35); }
.itinerary-grid article { min-height: 230px; padding: 24px 18px; border-right: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.itinerary-grid small { color: #e9b3b7; font: 10px 'DM Mono', monospace; letter-spacing: 1px; }
.itinerary-grid h3 { margin: 24px 0 10px; font: 28px 'Playfair Display'; }
.itinerary-grid p { margin: 0; color: #e9b3b7; font-size: 13px; line-height: 1.5; }
.trip-booking-card { margin-top: 18px; padding: 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #e9b3b7; color: #24483e; }
.trip-booking-card h3 { margin: 0 0 8px; font: 38px 'Playfair Display'; }
.trip-booking-card p:not(.kicker) { max-width: 430px; margin: 0; font-size: 14px; line-height: 1.45; }
.trip-booking-card .ocean { background: #24483e; color: #fffaf6; white-space: nowrap; }
.trip-memories { margin-top: 72px; }
.trip-memories-heading { display: flex; justify-content: space-between; gap: 25px; align-items: end; margin-bottom: 22px; }
.trip-memories-heading h3 { margin: 0 0 10px; font: 42px/.95 'Playfair Display'; }
.trip-memories-heading p:not(.kicker) { max-width: 500px; margin: 0; color: #e9b3b7; font-size: 14px; line-height: 1.5; }
.trip-memories-heading > span { color: #e9b3b7; font: 10px 'DM Mono', monospace; letter-spacing: 1px; white-space: nowrap; }
.trip-memories-scroll { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; scrollbar-color: #e9b3b7 #24483e; }
.trip-memories-scroll img { width: 265px; height: 345px; flex: 0 0 auto; object-fit: cover; scroll-snap-align: start; }
.trip-memories-scroll img:nth-child(3n) { width: 400px; }
@media (max-width: 760px) { .trip-itinerary { grid-column: auto; margin-top: 50px; } .trip-story { font-size: 24px; } .itinerary-grid { grid-template-columns: 1fr 1fr; } .itinerary-grid article { min-height: 210px; } .trip-booking-card { display: block; padding: 24px; } .trip-booking-card .button { margin-top: 22px; } .trip-memories { margin-top: 50px; } .trip-memories-heading { display: block; } .trip-memories-heading > span { display: block; margin-top: 20px; } .trip-memories-scroll { gap: 9px; } .trip-memories-scroll img { width: 210px; height: 290px; } .trip-memories-scroll img:nth-child(3n) { width: 270px; } }

/* Calm, balanced nameplate: Rachel and Smith now share one visual weight. */
.logo,
.logo em {
  font: 600 14px/1 'DM Sans', sans-serif;
  font-style: normal;
  letter-spacing: 1.6px;
}

/* One strong real-trip cover replaces the old three-photo strip. */
.trip-cover {
  grid-column: span 2;
  position: relative;
  margin: 64px 0 0;
  height: min(68vw, 720px);
  min-height: 500px;
  overflow: hidden;
  background: #193c32;
}
.trip-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(13, 35, 28, .76));
}
.trip-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(.92) contrast(1.02);
}
.trip-cover figcaption {
  position: absolute;
  z-index: 1;
  left: clamp(22px, 5vw, 64px);
  bottom: clamp(22px, 5vw, 56px);
  color: #fffaf6;
}
.trip-cover figcaption span {
  display: block;
  margin-bottom: 12px;
  font: 10px 'DM Mono', monospace;
  letter-spacing: 1.4px;
}
.trip-cover figcaption strong {
  display: block;
  max-width: 620px;
  font: 500 clamp(38px, 5.1vw, 72px)/.94 'Playfair Display', serif;
  letter-spacing: -.04em;
}
@media (max-width: 760px) {
  .logo,
  .logo em { font-size: 12px; letter-spacing: 1.25px; }
  .trip-cover {
    grid-column: auto;
    height: 520px;
    min-height: 0;
    margin-top: 42px;
  }
  .trip-cover img { object-position: 52% center; }
  .trip-cover figcaption strong { font-size: 38px; }
}

/* Reliable text marks for the two logo images that were failing to load. */
.brand-logos .getyourguide-mark { color: #24483e !important; font: 800 16px/1 'DM Sans', sans-serif !important; letter-spacing: -1px !important; }
.brand-logos .getyourguide-mark b { color: #24483e; font-weight: 800; }
.brand-logos .skyscanner-mark { color: #24483e !important; font: 800 15px/1 'DM Sans', sans-serif !important; letter-spacing: -.8px !important; }
.brand-logos .skyscanner-mark span { margin-left: 3px; font-size: 20px; line-height: 0; }
.brand-logos .nobl-mark { font: 800 19px/1 'DM Sans', sans-serif !important; letter-spacing: 2px !important; }
.brand-logos .hostelworld-mark { font: 800 13px/1 'DM Sans', sans-serif !important; letter-spacing: -.55px !important; }
.brand-logos .hostelworld-mark b { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 4px; border-radius: 5px; background: #24483e; color: #fffaf6; }
.brand-logos .madmonkey-mark { font: 800 14px/.82 'DM Sans', sans-serif !important; letter-spacing: 1px !important; }
.brand-logos .happytravels-mark { font: 800 17px/.8 'DM Sans', sans-serif !important; letter-spacing: -1px !important; text-transform: lowercase; }
.brand-logos .dometic-mark { font: 800 17px/.9 'DM Sans', sans-serif !important; letter-spacing: 1.3px !important; }
.brand-logos .dometic-mark small { display: block; margin-top: 4px; font: 700 7px/1 'DM Sans', sans-serif; letter-spacing: 1.7px; }

/* Rachel's affiliate links are arranged as a simple travel toolkit, not a link wall. */
.affiliate-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.affiliate-grid .amazon-storefront { border-left: 0; }
.affiliate-note { max-width: 620px; margin: 18px 0 0; color: #527061; font-size: 11px; line-height: 1.5; }
.offers > span { transition: opacity .22s ease; }
.brand-logos .getyourguide-mark { white-space: nowrap; }
@media (max-width: 760px) {
  .affiliate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .affiliate-grid .amazon-storefront { border-left: 1px solid var(--line); }
  .affiliate-note { font-size: 10px; }
  .brand-logos .getyourguide-mark {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 !important;
    font-size: 13px !important;
    letter-spacing: -1.1px !important;
    transform: translateX(1px);
  }
}

/* A compact, swipeable guidebook keeps affiliate tools useful without turning
   the page into a long link directory. The Thailand map remains the hero. */
.toolkit-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .78fr);
  align-items: end;
  gap: 34px;
  margin: 0 0 26px;
}
.toolkit-intro h3 {
  margin: 0;
  color: #24483e;
  font: 44px/.96 'Playfair Display', serif;
  letter-spacing: -2px;
}
.toolkit-intro > div:last-child > p {
  max-width: 330px;
  margin: 0 0 4px;
  color: #527061;
  font-size: 13px;
  line-height: 1.5;
}
.toolkit-swipe {
  display: inline-block;
  margin-top: 15px;
  color: #c57d8d;
  font: 10px/1 'DM Mono', monospace;
  letter-spacing: 1.2px;
}
.affiliate-grid.toolkit-carousel {
  display: flex;
  grid-template-columns: none;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  scrollbar-width: thin;
  scrollbar-color: #c57d8d transparent;
}
.affiliate-grid.toolkit-carousel::-webkit-scrollbar { height: 7px; }
.affiliate-grid.toolkit-carousel::-webkit-scrollbar-thumb { background: #c57d8d; }
.affiliate-grid.toolkit-carousel .travel-essential {
  position: relative;
  flex: 0 0 min(340px, 84vw);
  min-height: 324px;
  padding: 26px 24px 23px;
  border: 0;
  border-right: 1px solid var(--line);
  scroll-snap-align: start;
}
.affiliate-grid.toolkit-carousel .travel-essential:nth-child(n) { border-left: 0; }
.travel-essential > small { display: block; margin: 27px 0 8px; }
.travel-essential > h3 { max-width: 270px; margin: 0; font: 31px/.96 'Playfair Display', serif; letter-spacing: -1.4px; }
.travel-essential > p { max-width: 284px; margin: 12px 0 0; color: #527061; font-size: 12px; line-height: 1.43; }
.essential-links {
  position: absolute;
  right: 22px;
  bottom: 21px;
  left: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.essential-links a {
  min-height: 0 !important;
  padding: 9px 10px !important;
  border: 1px solid #24483e !important;
  color: #24483e !important;
  background: transparent;
  font: 700 10px/1 'DM Sans', sans-serif;
  letter-spacing: .2px;
  text-decoration: none;
}
.essential-links a:hover { background: #24483e !important; color: #fffaf6 !important; }
.essential-links a b { margin-left: 3px; font-size: 10px; }
.guide {
  min-height: 388px;
  grid-template-columns: .96fr 1.04fr;
}
.guide > img {
  padding: 22px;
  object-fit: contain;
  background: #fffaf6;
}
.affiliate-grid.toolkit-carousel + .affiliate-note { margin-top: 17px; }

@media (max-width: 760px) {
  .toolkit-intro { display: block; margin-bottom: 22px; }
  .toolkit-intro h3 { font-size: 38px; }
  .toolkit-intro > div:last-child > p { margin-top: 16px; font-size: 12px; }
  .toolkit-swipe { margin-top: 13px; font-size: 9px; }
  .affiliate-grid.toolkit-carousel .travel-essential { flex-basis: 84vw; min-height: 336px; }
  .guide > img { height: 255px; padding: 14px; }
}

/* Keep the travel shop calm and familiar: useful individual links with a
   one-line explanation, rather than a second product carousel. */
.affiliate-grid.toolkit-carousel {
  display: flex;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  scrollbar-width: none;
}
.affiliate-grid.toolkit-carousel::-webkit-scrollbar { display: none; }
.affiliate-grid.toolkit-carousel a {
  position: relative;
  flex: 0 0 238px;
  min-height: 238px;
  padding: 22px;
  border: 0;
  border-right: 1px solid var(--line);
  background: #f8e4e1;
  color: #24483e;
  text-decoration: none;
  scroll-snap-align: start;
}
.affiliate-grid.toolkit-carousel a + a,
.affiliate-grid.toolkit-carousel a:nth-child(5) { border-left: 0; }
.affiliate-grid.toolkit-carousel a small { display: block; margin: 29px 0 9px; font-size: 8px; line-height: 1.2; }
.affiliate-grid.toolkit-carousel a h3 { margin: 0; font-size: 25px; line-height: .94; }
.affiliate-grid.toolkit-carousel a p { display: block; margin: 10px 0 0; color: #527061; font-size: 11px; line-height: 1.35; }
.affiliate-grid.toolkit-carousel a b { position: absolute; right: 20px; bottom: 19px; font-size: 15px; }
.affiliate-grid.toolkit-carousel a:hover { background: #efd0d2; }
.guide {
  min-height: 445px;
  grid-template-columns: 1.05fr .95fr;
}
.guide > img {
  height: 100%;
  padding: 0;
  object-fit: cover;
  background: transparent;
}
@media (max-width: 760px) {
  .affiliate-grid.toolkit-carousel { width: 100vw; margin: 0 calc(50% - 50vw); }
  .affiliate-grid.toolkit-carousel a { flex-basis: 204px; min-height: 204px; padding: 17px; }
  .affiliate-grid.toolkit-carousel a small { margin-top: 21px; font-size: 7px; }
  .affiliate-grid.toolkit-carousel a h3 { font-size: 22px; }
  .affiliate-grid.toolkit-carousel a p { margin-top: 8px; font-size: 9.5px; }
  .guide > img { height: 290px; padding: 0; }
}

/* Let the useful cards carry the section rather than leaving a large empty
   area beneath them. */
.shop { padding-bottom: 38px; }
.affiliate-grid.toolkit-carousel + .affiliate-note {
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 15px 5vw 17px;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
}

/* The map is now a compact editorial product feature: real device previews,
   useful detail in the open space and no oversized image wall. */
.guide.map-product {
  position: relative;
  display: block;
  min-height: 402px;
  overflow: hidden;
  background: #24483e;
  color: #fffaf6;
}
.guide.map-product > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 60%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  object-position: right bottom;
  background: transparent;
}
.guide.map-product > div {
  position: relative;
  z-index: 1;
  width: 48%;
  min-height: 402px;
  padding: 49px 0 43px 5.4%;
  color: #fffaf6;
}
.guide.map-product .kicker { color: #e9b3b7; }
.guide.map-product h3 { max-width: 400px; color: #fffaf6; }
.guide.map-product > div > p:not(.kicker) { max-width: 370px; color: #dce9dc; }
.guide.map-product aside { max-width: 355px; }
.guide.map-product aside strong { color: #e9b3b7; }
.guide.map-product .dark { background: #e9b3b7; color: #24483e; }
/* This layout begins at tablet width as well as phone width. Otherwise a
   narrow browser can keep the desktop composition and create an empty gap. */
@media (max-width: 760px) {
  /* The phone-and-laptop artwork is real page artwork rather than a single
     baked-in banner: copy remains readable, and the devices sit naturally in
     the lower-right like the map product mock-up. */
  .guide.map-product { display: block; min-height: 590px; }
  .guide.map-product > div {
    display: block;
    width: auto;
    min-height: 590px;
    padding: 31px 23px 24px;
  }
  .guide.map-product > img {
    position: absolute;
    right: -1%;
    bottom: -8px;
    width: 108%;
    height: 45%;
    margin: 0;
    object-position: right bottom;
  }
  .guide.map-product h3 { max-width: 92%; font-size: clamp(36px, 10vw, 42px); }
  .guide.map-product > div > p:not(.kicker) { max-width: 90%; font-size: 13px; }
  .guide.map-product aside {
    position: absolute;
    z-index: 2;
    top: 43%;
    left: 23px;
    width: calc(100% - 46px);
    max-width: 290px;
    margin: 0;
  }
  .guide.map-product aside strong { font-size: 32px; }
  .guide.map-product aside .dark { padding: 16px 22px; }
}
