.promo-banner { flex-wrap: wrap; }
.utilbar .utilbar__note {
  margin-left: auto; align-self: center; padding: 6px 8px;
  font-size: 12px; font-weight: var(--fw-semibold); color: rgba(255,255,255,.6);
}
/* g-5's x-gutter (-24px) exceeds .main's 18px page padding at most
   widths and pushes rows off screen. Cap it; y-gutter keeps the rhythm. */
.row.g-5 { --bs-gutter-x: 2rem; }

/* ---- breadcrumbs ---- */
.crumbs { font-size: 13px; color: var(--od-grey-600); }
.crumbs a { color: var(--od-grey-600); text-decoration: none; }
.crumbs a:hover { color: var(--myt-blue); }
.crumbs b { color: var(--od-ink); font-weight: var(--fw-semibold); }

/* ---- hero: phone + payment confirmation ---- */
/* .hero-grad p sets colour and margin at (0,2,0); these single-class
   rules lose to it, so both are qualified. Without this the amount
   renders white-on-white and the note loses its top margin. */
.hero-grad p.hero__note { font-size: 12.5px; color: rgba(255,255,255,.7); margin: 18px 0 0; max-width: 46ch; }
.paystage { position: relative; display: grid; place-items: center; padding: 20px 0; }
.payphone, .paychip { color: var(--od-ink); }
.payphone {
  position: relative; z-index: 2; width: 268px; max-width: 100%;
  background: var(--myt-white); border-radius: var(--r-md);
  padding: 26px 24px 28px; box-shadow: 0 28px 62px rgba(19,20,58,.30);
  color: var(--od-ink);
}
.payphone__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.payphone__card { font-size: 14px; font-weight: var(--fw-semibold); letter-spacing: .06em; }
.payphone__app {
  font-size: 11px; font-weight: var(--fw-bold); letter-spacing: .1em; text-transform: uppercase;
  background: var(--od-lavender); color: var(--myt-blue);
  border-radius: var(--r-pill); padding: 5px 12px;
}
.payphone__tick {
  width: 62px; height: 62px; border-radius: 50%; margin: 0 auto 18px;
  display: grid; place-items: center; background: var(--od-mint); color: var(--od-teal);
}
.payphone__tick svg { width: 28px; height: 28px; }
.payphone h3 { font-size: 17px; font-weight: var(--fw-semibold); text-align: center; margin: 0 0 6px; }
.hero-grad .payphone p.payphone__amt {
  text-align: center; font-size: 30px; font-weight: var(--fw-extrabold);
  letter-spacing: -1px; color: var(--myt-blue); margin: 0;
}
.paychip {
  position: absolute; z-index: 3; right: -6px; bottom: 6px;
  display: flex; align-items: center; gap: 10px;
  background: var(--myt-white); border-radius: var(--r-pill); padding: 11px 18px;
  box-shadow: 0 18px 40px rgba(19,20,58,.26); color: var(--od-ink);
}
.paychip span.ic {
  width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center; background: var(--od-mint); color: var(--od-teal);
}
.paychip span.ic svg { width: 14px; height: 14px; }
.paychip b { font-size: 13px; font-weight: var(--fw-semibold); }

/* ---- digital / in-person option cards ---- */
.ocard { height: 100%; display: flex; flex-direction: column; }
.ocard .ic { margin-bottom: 20px; }
.ocard h3 { font-size: var(--fs-h6); /* font-weight: var(--fw-semibold); */ margin: 0 0 10px; }
.ocard p { font-size: var(--fs-bodysmall); color: var(--od-grey-700); margin: 0 0 22px; }
.ocard .olink { margin-top: auto; }
.olink {
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--myt-blue); text-decoration: none;
  font-size: 14.5px; font-weight: var(--fw-semibold);
}
.olink:hover { color: var(--od-ink); }
.olink svg { width: 15px; height: 15px; }
/* sits in the corner rather than in the flow, so the three card headings
   stay on the same baseline */
.ocard { position: relative; }
.badge-quick {
  position: absolute; top: 22px; right: 22px;
  background: var(--od-mint); color: var(--od-teal); border-radius: var(--r-pill);
  padding: 6px 14px; font-size: 11px; font-weight: var(--fw-bold);
  letter-spacing: .1em; text-transform: uppercase;
}
.foot-note { font-size: 13px; color: var(--od-grey-600); margin: 26px 0 0; }

/* ---- pay in person: copy left, channel rows right, on a tinted band ---- */
.inperson { background: var(--od-grey-100); /* padding: 86px 0 94px; margin: 120px 0;  */}
.inperson__in {
  max-width: 1270px; margin: 0 auto; padding: 0 65px;
  display: grid; grid-template-columns: 1fr 1.18fr; gap: 64px; align-items: center;
}
.inperson__copy p { color: var(--od-grey-700); }

/* hours callout: white card with a blue rule down its left edge */
/* opening hours sit inside the myt shops row, since that is the channel
   they qualify */
/* spans the text and link columns, so it isn't squeezed into a narrow
   strip beside the action link */
.pchan__hours {
  grid-column: 2 / -1; margin-top: 14px; padding: 13px 18px;
  background: var(--od-grey-100); border-left: 4px solid var(--myt-blue);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
}
.pchan__hours b { display: block; font-size: 13.5px; font-weight: var(--fw-bold); margin-bottom: 3px; }
.pchan__hours span { display: block; font-size: 12.5px; color: var(--od-grey-700); line-height: 1.6; }

/* channel rows */
.inperson__list { display: grid; gap: 18px; }
.pchan {
  display: grid; grid-template-columns: 62px 1fr auto; gap: 10px; align-items: start;
  background: var(--myt-white); border-radius: var(--r-md);
  padding: 24px 30px; box-shadow: 0 10px 28px rgba(19,20,58,.06);
  transition: box-shadow .18s ease, transform .18s ease;
}
.pchan:hover { box-shadow: 0 16px 38px rgba(19,20,58,.12); transform: translateY(-2px); }
.pchan__ic {
  width: 62px; height: 62px; border-radius: 18px; flex-shrink: 0; margin-top: 2px;
  display: grid; place-items: center;
  background: var(--od-paleblue); color: var(--myt-blue);
}
.pchan__ic svg { width: 27px; height: 27px; }
.pchan__ic i {
  display: block;
  width: 27px;
  height: 27px;
  background: currentColor;
  -webkit-mask: url(https://imgcdn.myt.mu/svg/shop-myt.svg) center/contain no-repeat;
          mask: url(https://imgcdn.myt.mu/svg/shop-myt.svg) center/contain no-repeat;
}
.pchan__tx h3 { font-size: 20px; /* font-weight: var(--fw-bold); */ margin: 0 0 4px; }
.pchan__tx p { font-size: var(--fs-bodysmall); color: var(--od-grey-700); margin: 0; }
.pchan__go {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; margin-top: 12px;
  color: var(--myt-blue); text-decoration: none;
  font-size: 15px; font-weight: var(--fw-bold);
}
.pchan__go:hover { color: var(--od-ink); }
.pchan__go svg { width: 16px; height: 16px; }

.footer__intro { font-size: 13px; color: rgba(255,255,255,.62); margin: 16px 0 0; max-width: 34ch; }
.footer__legal { font-size: 12px; color: rgba(255,255,255,.45); margin: 0; }
.footer__cols { grid-template-columns: 1.6fr 1fr 1fr 1fr; }

/* ---- switch to eBill: photo panel beside a copy panel ---- */
.ebill { display: grid; grid-template-columns: 1fr 1.08fr; gap: 26px; align-items: stretch; }
.ebill__pic { margin: 0; border-radius: var(--r-lg); overflow: hidden; min-height: 420px; }
/* .ebill__pic img { width: 100%; height: 100%; object-fit: cover; display: block; } */
.ebill__pic img {
  width: 100%; height: 100%; display: block;
  object-fit: cover;
  object-position: 65% center;
}
.ebill__box {
  background: var(--od-lavender); border-radius: var(--r-lg);
  padding: 46px 48px; display: flex; flex-direction: column; justify-content: center;
}
.ebill__box p { color: var(--od-grey-700); }
.ebill__list { list-style: none; padding: 0; margin: 0 0 30px; }
.ebill__list li {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 8px 0; font-size: var(--fs-bodysmall); color: var(--od-grey-700);
}
.ebill__list svg { width: 17px; height: 17px; color: var(--od-teal); flex-shrink: 0; margin-top: 3px; }
.ebill__list b { color: var(--od-ink); font-weight: var(--fw-semibold); }
.ebill__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.ebill__note { font-size: 12.5px; color: var(--od-grey-600); margin: 16px 0 0; }

.footer__intro { font-size: 13px; color: rgba(255,255,255,.62); margin: 16px 0 0; max-width: 34ch; }
.footer__legal { font-size: 12px; color: rgba(255,255,255,.45); margin: 0; }
.footer__cols { grid-template-columns: 1.6fr 1fr 1fr 1fr; }

/* ---- responsive ---- */
@media (max-width: 1100px) { .inperson__in { padding: 0 34px; } }
@media (max-width: 991.98px) {
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .ebill { grid-template-columns: 1fr; gap: 18px; }
  .ebill__pic { min-height: 280px; }
  .ebill__box { padding: 34px 32px; }
  .inperson {/*  padding: 60px 0 66px; margin: 84px 0; */ }
  .inperson__in { grid-template-columns: 1fr; gap: 38px; }
}
@media (max-width: 640px) {
  .utilbar .utilbar__note { display: none; }
  /* five nav links don't fit one line on the narrowest phones */
  .sitenav__left  { min-width: 0; }
  .sitenav__links { flex-wrap: wrap; row-gap: 6px; }
}
@media (max-width: 560px) {
  .promo-banner { padding: 30px; }
  .ebill__pic { min-height: 220px; }
  .ebill__box { padding: 28px 24px; }
  .ebill__cta .btn { width: 100%; justify-content: center; }
  .footer__cols { grid-template-columns: 1fr; }
  .inperson__in { padding: 0 22px; }
  /* stack the row: icon + title, then copy, then the link */
  .pchan { grid-template-columns: 52px 1fr; gap: 16px; padding: 22px; }
  .pchan__ic { width: 52px; height: 52px; border-radius: 16px; }
  .pchan__ic svg { width: 23px; height: 23px; }
  .pchan__tx { grid-column: 2; }
  .pchan__go { grid-column: 2; }
  .pchan__hours { grid-column: 1 / -1; }
  .paychip { right: 0; bottom: 0; padding: 9px 14px; }
}

@media (max-width: 991.98px) {
  .ebill { grid-template-columns: 1fr; gap: 18px; }
  .ebill__box { order: 1; padding: 34px 32px; }   /* text first  */
  .ebill__pic { order: 2; min-height: 280px; }    /* photo below */
}
	
/*intro section*/

body{ background: var(--od-white); }

/* Shared container geometry — header and banner content sit on one left edge. */
.wrap{ max-width: var(--container); margin: 0 auto; padding: 0 20px; }

.page-head{ padding-top: 20px; }

/* ---------- Banner ---------- */
.databanner{
  /*background-color: var(--od-black); */
  background-image: var(--hero-art);   /* path is set on the section tag */
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 110%;
	margin-top: 72px;
	padding-bottom: 60px;
}

.databanner__inner{
  display: flex;
  align-items: center;
  min-height: clamp(480px, 42vw, 640px);
}

/* Mobile-only art. Hidden on desktop, where the photo is the section
   background instead. */
.databanner__art{ display: none; }

/* Diagonal-cut panel: square on one diagonal, --r-xl on the other. */
.databanner__panel{
  background: var(--myt-blue);
  color: var(--od-white);
  border-radius: 0 var(--r-xl) 0 var(--r-xl);
  padding: clamp(36px, 3.4vw, 56px) clamp(30px, 3vw, 52px);
  /*width: min(52%, 580px); */
}

.databanner__panel h1{
  color: var(--myt-aqua);
  font-weight: var(--fw-bold);
  margin: 0 0 30px;
}

.databanner__q{
  font-size: var(--fs-h5);
  line-height: var(--lh-heading);
  color: var(--od-white);
  margin: 0 0 22px;
}

.databanner__body{
  font-size: var(--fs-bodysmall);
  line-height: var(--lh-body);
  color: rgba(255,255,255,.9);
  margin: 0 0 30px;
  /*max-width: 36ch;*/
}

.databanner .btn-dark{ font-weight: var(--fw-semibold); }
.databanner .btn-dark:hover{ background: var(--od-white); color: var(--od-black); }

/* ---------- Tablet + Mobile (stacked layout) ---------- */
@media (max-width: 1100px){
  :root .p-6{ padding: 1.9rem !important; }
  .wrap{ padding: 0 12px; }
  .page-head{ padding-top: 12px; }

  .databanner{
    background-image: none;             /* photo-as-bg off */
    background-color: var(--od-white);
    margin-top: 104px;
    padding-bottom: 0;                  /* kill extra space below image */
  }

  .databanner__inner{
    display: block;
    min-height: 0;
  }

  .databanner__panel{
    width: auto;                        /* full width */
    border-radius: 0 var(--r-sm) 0 var(--r-sm);
    padding: 32px 24px;
  }

  .databanner__panel h1{ margin-bottom: 24px; }
  .databanner__q{ margin-bottom: 18px; }
  .databanner .btn{ width: 100%; justify-content: center; }

  /* Photo, full-bleed, directly beneath the panel */
  .databanner__art{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 90px;
    padding: 30px 30px 0 30px;          /* no bottom padding */
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 760px){
  :root .p-6{ padding: 1.9rem !important; }

  .wrap{ padding: 0 12px; }
  .page-head{ padding-top: 12px; }

  .databanner{
    background-image: none;             /* desktop art off */
    background-color: var(--od-white);
    margin-top: 104px;
  }

  .databanner__inner{
    display: block;
    min-height: 0;
  }

  .databanner__panel{
    width: auto;
    border-radius: 0 var(--r-sm) 0 var(--r-sm);
    padding: 32px 24px;
  }
  .databanner__panel h1{ margin-bottom: 24px; }
  .databanner__q{ margin-bottom: 18px; }
  .databanner .btn{ width: 100%; justify-content: center; }

  /* Photo, full-bleed, directly beneath the panel. */
	.databanner__art {
	        display: block;
	        width: 100%;
	        height: auto;
	        /* margin-top: 18px; */
	        border-radius: 50px;
	        padding: 30px;
	    }
}

@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{ transition-duration: .001ms !important; }
}

.prodfeat { background: none !important;}


.bcard .ic {
    width: 80px!important;
    height: 80px!important;
}	
