/* WAHY Travels — shared styles for the standalone content pages
   (Umrah, Hajj, Tours, individual destinations, About, Contact and the
   legal pages). Loads after site.css and builds on its tokens. Everything
   here is mobile-first; wide layouts are opt-in at the breakpoints. */

:root {
  --gold-2: #e0bb60;
  --gold-pale: #e9d9a8;
  --navy: #12307f;
  --font-arabic: 'Amiri', 'Cormorant Garamond', serif;
}

/* Buttons the sub-pages reuse (filled gold / navy, matching the homepage). */
.btn-gold { background: var(--gold); color: var(--ink); padding: 16px 28px; border-radius: 2px; }
.btn-gold:hover { background: var(--gold-2); color: var(--ink); transform: translateY(-2px); box-shadow: 0 14px 28px -12px rgba(201,162,74,.7); }
.btn-navy { background: var(--ink); color: #fff; padding: 16px 28px; border-radius: 2px; }
.btn-navy:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.45); padding: 16px 28px; border-radius: 2px; }
.btn-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; transform: translateY(-2px); }
.btn-lg { padding: 18px 32px; }

.h2 em.gold { color: var(--gold); }
.eyebrow.gold { color: var(--gold); }

/* Sections ---------------------------------------------------------------- */
.psec { padding: 92px 0; }
.section-white { background: #fff; }
.section-sand { background: var(--sand); }
.section-dark { background: var(--ink); color: #fff; }
.section-dark .h2, .section-dark .h1 { color: #fff; }
.psec-tight { padding: 64px 0; }
.narrow { max-width: 1120px; }
.narrower { max-width: 900px; }
.center { text-align: center; }
.phead { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.phead.left { margin-left: 0; text-align: left; }
.phead .eyebrow { margin-bottom: 16px; }
.phead .lede { margin: 18px auto 0; }
.phead.left .lede { margin-left: 0; }
@media (max-width: 760px) { .psec { padding: 60px 0; } .phead { margin-bottom: 36px; } }

/* Breadcrumb -------------------------------------------------------------- */
.crumb { display: flex; align-items: center; gap: 9px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.7); font-weight: 600; margin-bottom: 22px; flex-wrap: wrap; }
.crumb a { color: inherit; }
.crumb a:hover { color: #fff; }
.crumb .sep { opacity: .5; }
.crumb .here { color: var(--gold-pale); }

/* Page hero (image) ------------------------------------------------------- */
.phero { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.phero-bg { position: absolute; inset: 0; }
.phero-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.42); }
.phero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,18,18,.7) 0%, rgba(18,18,18,.3) 60%, rgba(18,18,18,.15) 100%); }
.phero .wrap { position: relative; padding-top: 84px; padding-bottom: 84px; }
.phero-copy { max-width: 760px; }
.phero .eyebrow { color: #fff; margin-bottom: 20px; }
.phero .h1 { margin-bottom: 20px; text-wrap: balance; }
.phero-lede { font-size: 18px; line-height: 1.7; color: #fff; font-weight: 300; max-width: 600px; margin: 0 0 32px; }
.phero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.phero-facts { display: flex; gap: 30px; flex-wrap: wrap; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; color: #fff; margin-top: 40px; }
.phero-facts span { display: inline-flex; align-items: center; gap: 9px; }
.phero-facts svg { color: var(--gold); flex-shrink: 0; }
@media (max-width: 760px) {
  .phero .wrap { padding-top: 56px; padding-bottom: 56px; }
  .phero-facts { gap: 16px; margin-top: 28px; }
}

/* Slim hero (legal / utility pages) --------------------------------------- */
.phero-sm { background: var(--ink); color: #fff; }
.phero-sm .wrap { padding-top: 64px; padding-bottom: 64px; }
.phero-sm .eyebrow { color: var(--gold); margin-bottom: 16px; }
.phero-sm .h1 { color: #fff; margin-bottom: 14px; }
.phero-sm p { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.75); margin: 0; max-width: 640px; }
@media (max-width: 760px) { .phero-sm .wrap { padding-top: 48px; padding-bottom: 48px; } }

/* Intro two-column -------------------------------------------------------- */
.intro-2 { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.intro-2 .lede { margin: 0; }
@media (max-width: 900px) { .intro-2 { grid-template-columns: 1fr; gap: 22px; } }

/* Split ------------------------------------------------------------------- */
.split-2 { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.split-2 .h2 { margin-bottom: 18px; }
.split-2 .lede { margin: 0; }
@media (max-width: 900px) { .split-2 { grid-template-columns: 1fr; gap: 32px; } }

/* Card grids -------------------------------------------------------------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
@media (max-width: 900px) { .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

/* Tour / package card ----------------------------------------------------- */
.tcard { background: #fff; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; transition: transform .5s var(--ease), box-shadow .5s, border-color .5s; }
.tcard:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -26px rgba(18,18,18,.28); border-color: var(--ink); }
.tcard-img { position: relative; height: 220px; overflow: hidden; background: #e0dcd2; }
.tcard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.tcard:hover .tcard-img img { transform: scale(1.07); }
.badge-gold { position: absolute; top: 14px; left: 14px; background: var(--gold); color: var(--ink); padding: 6px 11px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; border-radius: 2px; }
.badge-days { position: absolute; top: 14px; right: 14px; background: rgba(18,18,18,.9); color: #fff; padding: 6px 11px; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; border-radius: 2px; }
.tcard-body { padding: 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.tcard-route { display: flex; flex-wrap: wrap; gap: 7px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); }
.tcard-route span:not(:last-child)::after { content: " ·"; color: #c9c9c9; }
.tcard-t { font-family: var(--font-display); font-weight: 500; font-size: 25px; line-height: 1.15; margin: 0; color: var(--ink); letter-spacing: -.01em; }
.tcard-p { font-size: 14px; line-height: 1.65; color: var(--muted); margin: 0; flex: 1; }
.tcard-feat { display: flex; flex-wrap: wrap; gap: 6px; }
.tcard-feat span { font-size: 10.5px; padding: 5px 10px; border: 1px solid #e2ded6; color: var(--muted); letter-spacing: .06em; }
.tcard-foot { display: flex; justify-content: space-between; align-items: end; padding-top: 18px; margin-top: 4px; border-top: 1px solid #eeece6; }
.tcard-price-l { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 3px; }
.tcard-price { font-family: var(--font-display); font-size: 30px; font-weight: 600; line-height: 1; color: var(--ink); }
.rowlink { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: var(--ink); display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--ink); padding: 11px 18px; transition: background .3s, color .3s; }
.tcard:hover .rowlink { background: var(--ink); color: #fff; }
.rowlink svg { transition: transform .3s; flex-shrink: 0; }
.tcard:hover .rowlink svg { transform: translateX(4px); }

/* Destination tiles (tours index) — a mosaic of boxes, not stacked rows. */
.dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 16px; }
.dest.big { grid-column: span 2; grid-row: span 2; }
@media (max-width: 900px) { .dest-grid { grid-template-columns: repeat(2, 1fr); } .dest.big { grid-row: span 1; } }
@media (max-width: 560px) { .dest-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; } .dest.big { grid-column: span 1; } }
.dest { position: relative; overflow: hidden; border-radius: 4px; display: block; color: #fff; }
.dest:hover { color: #fff; }
.dest img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform 1.2s var(--ease); }
.dest:hover img { transform: scale(1.07); }
.dest-veil { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(18,18,18,.92) 100%); }
.dest-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px; transition: transform .5s; }
.dest:hover .dest-cap { transform: translateY(-6px); }
.dest-meta { font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-pale); font-weight: 700; margin-bottom: 8px; }
.dest-name { font-family: var(--font-display); font-size: 34px; line-height: 1; font-weight: 500; }
.dest-desc { font-size: 13.5px; color: rgba(255,255,255,.8); margin-top: 8px; }
.dest-go { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: #fff; }
.dest-go svg { transition: transform .3s; }
.dest:hover .dest-go svg { transform: translateX(5px); }

/* Feature / included list ------------------------------------------------- */
.feats { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px 34px; }
.feat-row { display: flex; gap: 14px; align-items: start; }
.feat-row > svg { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.section-dark .feat-row > svg { color: var(--gold); }
.feat-t { font-weight: 600; margin-bottom: 3px; }
.feat-d { font-size: 13.5px; color: var(--muted); line-height: 1.6; }
.section-dark .feat-d { color: rgba(255,255,255,.72); }

/* Numbered process steps -------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pstep { position: relative; padding: 38px 30px; background: #fff; border: 1px solid var(--line); transition: border-color .4s, transform .4s, box-shadow .4s; }
.pstep:hover { border-color: var(--gold); transform: translateY(-5px); box-shadow: 0 26px 50px -26px rgba(0,0,0,.25); }
.pstep-n { font-family: var(--font-display); font-size: 58px; font-weight: 400; line-height: .85; color: #e0dcd2; margin-bottom: 16px; transition: color .4s; }
.pstep:hover .pstep-n { color: var(--ink); }
.pstep h3 { margin-bottom: 10px; }
.pstep p { font-size: 14.5px; line-height: 1.7; color: var(--muted); margin: 0; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }

/* Tier list (Hajj) -------------------------------------------------------- */
.tiers { display: flex; flex-direction: column; }
.tier { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.tier:last-child { border-bottom: 0; }
.tier-n { font-family: var(--font-display); font-size: 26px; color: var(--ink); }
.tier-d { font-size: 13px; color: var(--muted); }
.tier-p { text-align: right; flex-shrink: 0; }
.tier-p small { display: block; font-size: 10px; color: var(--muted-2); letter-spacing: .1em; text-transform: uppercase; }
.tier-p b { font-size: 22px; color: var(--ink); font-weight: 600; }

/* Stat cards (pricing) ---------------------------------------------------- */
.pstat { background: #fff; border: 1px solid var(--line); padding: 34px 30px; border-top: 3px solid var(--gold); }
.pstat > svg { color: var(--gold); margin-bottom: 18px; }
.pstat .eyebrow { margin-bottom: 12px; }
.pstat .num { font-family: var(--font-display); font-size: 52px; line-height: 1; font-weight: 500; margin-bottom: 6px; }
.pstat .num small { font-size: 20px; color: var(--muted-2); }
.pstat p { font-size: 14px; line-height: 1.7; color: var(--muted); margin: 14px 0 0; }

/* Offices / branches ------------------------------------------------------ */
/* NB: the class is .branch (not .office) — the header flag switcher already
   owns .office in site.css, and reusing it collides. */
.branch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(201,162,74,.25); }
@media (max-width: 760px) { .branch-grid { grid-template-columns: 1fr; } }
.contact-connect { margin-top: 40px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.contact-connect .eyebrow { color: var(--gold); }
.contact-connect .socials { justify-content: center; }
.branch { background: var(--ink); padding: 40px 36px; color: #fff; }
.branch .eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--gold); }
.branch-n { font-family: var(--font-display); font-size: 32px; font-weight: 500; margin-bottom: 14px; }
.branch-c { font-size: 13px; color: var(--gold-pale); display: flex; flex-direction: column; gap: 10px; }
.branch-c a, .branch-c span { color: inherit; display: flex; align-items: center; gap: 10px; }
.branch-c svg { flex-shrink: 0; color: var(--gold); }
@media (max-width: 760px) { .branch { padding: 30px 24px; } }

/* CTA band ---------------------------------------------------------------- */
.pcta { position: relative; padding: 92px 0; background: var(--ink); color: #fff; overflow: hidden; }
.pcta-bg { position: absolute; inset: 0; }
.pcta-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .3; filter: grayscale(1); }
.pcta-bg::after { content: ""; position: absolute; inset: 0; background: rgba(10,10,10,.66); }
.pcta .wrap { position: relative; max-width: 660px; }
.pcta .eyebrow { color: var(--gold); margin-bottom: 18px; }
.pcta .h2 { color: #fff; margin-bottom: 20px; }
.pcta p { font-size: 16.5px; line-height: 1.75; color: rgba(255,255,255,.84); font-weight: 300; margin: 0 0 34px; }
.pcta-actions { display: flex; gap: 13px; flex-wrap: wrap; }
@media (max-width: 760px) { .pcta { padding: 64px 0; } }

/* Enquiry form ------------------------------------------------------------ */
.pform-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: start; }
.pform-copy .h2 { margin-bottom: 18px; }
.pform-copy .lede { margin: 0 0 26px; }
.assure { display: flex; flex-direction: column; gap: 16px; }
.assure .feat-row svg { margin-top: 2px; }
.assure .feat-t { font-size: 14.5px; }
.assure .feat-row svg.wa { color: var(--whatsapp); }
.pform { background: var(--paper); border: 1px solid var(--line); padding: 40px 36px; border-radius: 4px; }
.pform .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.pform .row3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.pform .row { margin-bottom: 18px; }
.pform .row:last-of-type { margin-bottom: 26px; }
.flb { display: block; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-2); font-weight: 600; margin-bottom: 7px; }
.flb .opt { text-transform: none; letter-spacing: 0; color: var(--muted-3); }
.fld { width: 100%; border: 1px solid var(--line-2); background: #fff; padding: 14px 15px; font-size: 15px; font-family: inherit; color: var(--ink); outline: none; border-radius: 0; transition: border-color .25s, box-shadow .25s; }
.fld:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(201,162,74,.22); }
.fld::placeholder { color: var(--muted-3); }
textarea.fld { resize: vertical; }
.sw { position: relative; }
.sw::after { content: ""; position: absolute; right: 15px; bottom: 19px; width: 7px; height: 7px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(45deg); pointer-events: none; }
select.fld { appearance: none; -webkit-appearance: none; cursor: pointer; padding-right: 34px; }
.pform .btn { width: 100%; justify-content: center; padding: 18px; }
.pform .btn[disabled] { opacity: .6; cursor: progress; transform: none; }
.form-note { font-size: 12px; color: var(--muted-2); text-align: center; margin: 14px 0 0; line-height: 1.55; }
.form-status { margin: 18px 0 0; padding: 16px 18px; font-size: 14px; line-height: 1.6; border: 1px solid var(--line-2); background: #fff; }
.form-status[hidden] { display: none; }
.form-status[data-state="ok"] { border-color: var(--gold); background: var(--gold-wash); color: var(--ink); }
.form-status[data-state="error"] { border-color: #b3261e; color: #7a1a14; }
.form-status[data-state="pending"] { color: var(--muted); }
@media (max-width: 900px) { .pform-grid { grid-template-columns: 1fr; gap: 36px; } }
@media (max-width: 640px) { .pform .row2, .pform .row3 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .pform { padding: 26px 20px; } }

/* Values / why cards (About) --------------------------------------------- */
.vals { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2px; background: rgba(201,162,74,.22); border: 1px solid rgba(201,162,74,.22); }
.val { background: var(--ink); padding: 38px 32px; text-align: center; color: #fff; }
.val-ico { width: 56px; height: 56px; border-radius: 50%; background: rgba(201,162,74,.14); color: var(--gold); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.val-t { font-family: var(--font-display); font-size: 26px; font-weight: 500; margin-bottom: 8px; }
.val p { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,.7); margin: 0; }

/* Quotes (testimonials) --------------------------------------------------- */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.quote { background: #fff; padding: 36px 30px; border-radius: 4px; margin: 0; display: flex; flex-direction: column; gap: 18px; border-top: 3px solid var(--gold); }
.stars { display: flex; gap: 3px; color: var(--gold); }
.quote p { font-family: var(--font-display); font-size: 21px; line-height: 1.5; color: var(--ink); margin: 0; font-style: italic; }
.who { display: flex; gap: 12px; align-items: center; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); }
.who .av { width: 42px; height: 42px; background: var(--ink); color: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 17px; font-weight: 600; flex-shrink: 0; }
.who-n { font-weight: 600; color: var(--ink); font-size: 14px; }
.who-r { font-size: 12px; color: var(--muted-2); }

/* FAQ --------------------------------------------------------------------- */
.faqs { max-width: 940px; }
.faq { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 22px 0; font-size: 16.5px; font-weight: 500; color: var(--ink); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; transition: color .25s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--muted); }
.faq summary::after { content: "+"; font-family: var(--font-display); font-size: 28px; color: var(--ink); line-height: 1; flex-shrink: 0; }
.faq[open] summary::after { content: "\2013"; }
.faq p { margin: 0 0 22px; font-size: 14.5px; line-height: 1.75; color: var(--muted); max-width: 800px; }

/* Prose (legal pages) ----------------------------------------------------- */
.prose { max-width: 820px; }
.prose > p { font-size: 15.5px; line-height: 1.8; color: var(--ink-2); margin: 0 0 20px; }
.prose h2 { font-family: var(--font-display); font-weight: 500; font-size: 28px; line-height: 1.15; color: var(--ink); margin: 44px 0 14px; letter-spacing: -.01em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 15px; letter-spacing: .04em; color: var(--ink); margin: 26px 0 8px; font-weight: 600; }
.prose ul { margin: 0 0 20px; padding-left: 22px; }
.prose li { font-size: 15px; line-height: 1.8; color: var(--ink-2); margin-bottom: 6px; }
.prose a { color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--gold); }
.prose strong { color: var(--ink); font-weight: 600; }
.prose .updated { font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted-2); font-weight: 600; margin-bottom: 32px; }
.prose .callout { background: var(--sand); border-left: 2px solid var(--gold); padding: 20px 24px; margin: 0 0 24px; }
.prose .callout p { font-size: 14.5px; line-height: 1.7; color: var(--muted); margin: 0; }

/* Reason boxes (About "Why WAHY") ----------------------------------------- */
.reasons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.reason { background: #fff; padding: 32px 26px; }
.reason > svg { color: var(--gold); margin-bottom: 14px; }
.reason-t { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.reason-p { font-size: 13.5px; line-height: 1.65; color: var(--muted); margin: 0; }
@media (max-width: 900px) { .reasons { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .reasons { grid-template-columns: 1fr; } }

/* Cookie policy manage button spacing */
.prose .manage-cookies { margin: 6px 0 26px; }

/* Hajj early-bird: struck original price */
.tier-p .was { text-decoration: line-through; color: var(--muted-2); font-weight: 400; font-size: 15px; margin-right: 8px; }

/* Umrah tier package cards (Silver / Gold / Platinum) --------------------- */
.pkg-incs { list-style: none; padding: 0; margin: 4px 0 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.pkg-incs li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ink-2); line-height: 1.45; }
.pkg-incs svg { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.pkg-cta { width: 100%; justify-content: center; margin-top: auto; }
.tcard-foot .tcard-price-l { margin-bottom: 0; align-self: center; }

/* Reason cards usable as links (UK page "more" grid) */
a.reason { color: inherit; text-decoration: none; transition: transform .35s var(--ease), box-shadow .35s; }
a.reason:hover { transform: translateY(-4px); box-shadow: 0 24px 44px -26px rgba(18,18,18,.3); }
.reason-go { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: var(--gold); }
.reason-go svg { transition: transform .3s; }
a.reason:hover .reason-go svg { transform: translateX(5px); }

/* 3-up reasons grid (UK "more" section) — desktop only; narrower widths fall
   back to the base .reasons breakpoints (2-up, then 1-up). */
@media (min-width: 901px) { .reasons.cols-3 { grid-template-columns: repeat(3, 1fr); } }
