:root{--bg:#0a0c0b;--panel:#111512;--text:#f6f7f5;--muted:#b9c0ba;--green:#8dc63f;--line:rgba(255,255,255,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Heebo,Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;width:100%}.loader{position:fixed;inset:0;background:#050605;z-index:9999;display:grid;place-items:center;transition:.7s}.loader.hide{opacity:0;visibility:hidden}.loader img{width:150px;filter:drop-shadow(0 0 25px rgba(141,198,63,.25))}.loader span{position:absolute;width:180px;height:1px;background:linear-gradient(90deg,transparent,var(--green),transparent);animation:pulse 1.2s infinite}@keyframes pulse{50%{transform:scaleX(.4);opacity:.4}}.topbar{position:fixed;z-index:50;top:0;right:0;left:0;height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:linear-gradient(#070907d9,transparent);transition:.3s}.topbar.scrolled{background:#080a08ee;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand img{width:88px}.topbar nav{display:flex;gap:30px;font-weight:700}.topbar nav a{opacity:.78}.topbar nav a:hover{opacity:1;color:var(--green)}.nav-cta{border:1px solid var(--green);padding:10px 18px;border-radius:999px;font-weight:800}.hero{min-height:100svh;position:relative;display:flex;align-items:flex-end;padding:0 7vw 10vh;overflow:hidden}.hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,6,5,.25),rgba(5,6,5,.78)),linear-gradient(0deg,#080a08 0%,transparent 45%)}.hero-content{position:relative;max-width:850px}.eyebrow{font-size:.92rem;letter-spacing:.12em;font-weight:800;margin:0 0 18px;color:#fff}.eyebrow.green{color:var(--green)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(3.4rem,8vw,7.5rem);line-height:.88;letter-spacing:-.045em;margin-bottom:28px;font-weight:900}h1 em{font-style:normal;color:var(--green)}.lead{font-size:clamp(1.05rem,1.6vw,1.35rem);max-width:650px;color:#eef2ee;line-height:1.65}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.btn{display:inline-flex;justify-content:center;align-items:center;min-height:54px;padding:0 28px;border-radius:4px;font-weight:900;border:0;font:inherit;cursor:pointer}.primary{background:var(--green);color:#0b1007}.ghost{border:1px solid rgba(255,255,255,.45);background:rgba(0,0,0,.2)}.scroll-mark{position:absolute;left:5vw;bottom:5vh;font-size:.75rem;opacity:.7;display:flex;align-items:center;gap:10px}.scroll-mark span{display:block;width:45px;height:1px;background:#fff}.strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:1200px;margin:0 auto}.strip article{padding:45px 28px;border-left:1px solid var(--line)}.strip article:last-child{border-left:0}.strip strong{display:block;font-size:clamp(2.3rem,4vw,4rem);line-height:1;color:var(--green)}.strip span{color:var(--muted)}.section{padding:120px 7vw;max-width:1400px;margin:auto}.about{display:grid;grid-template-columns:.85fr 1.15fr;gap:9vw;align-items:center}.about h2,.section-heading h2,.join h2{font-size:clamp(2.6rem,5vw,5rem);line-height:1;letter-spacing:-.035em}.about-copy>p:not(.eyebrow){font-size:1.17rem;color:var(--muted);line-height:1.85}.image-card{margin:0;position:relative}.image-card img{height:650px;object-fit:cover}.image-card:before{content:"";position:absolute;right:-18px;top:-18px;width:90px;height:90px;border-top:3px solid var(--green);border-right:3px solid var(--green)}.image-card figcaption{position:absolute;bottom:0;right:0;background:var(--green);color:#10150b;padding:12px 22px;font-weight:900}.quote-section{position:relative;min-height:78vh;display:grid;place-items:center;text-align:center}.quote-section>img{position:absolute;inset:0;height:100%;object-fit:cover}.quote-overlay{position:absolute;inset:0;background:rgba(5,7,5,.68)}blockquote{position:relative;margin:0;padding:8vw;font-size:clamp(2.3rem,5vw,5.5rem);line-height:1.15;font-weight:500}blockquote strong{color:var(--green)}blockquote span{display:block;font-size:1rem;color:var(--muted);margin-top:28px}.section-heading{max-width:900px;margin-bottom:55px}.track-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.track{position:relative;min-height:620px;overflow:hidden;background:#111}.track img{position:absolute;inset:0;height:100%;object-fit:cover;transition:.7s}.track:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,6,5,.96),transparent 70%)}.track:hover img{transform:scale(1.035)}.track div{position:absolute;z-index:2;right:35px;left:35px;bottom:35px}.track span{color:var(--green);font-weight:900}.track h3{font-size:3rem;margin:5px 0 8px}.track p{color:#d5dad5;max-width:500px;line-height:1.7}.journey{padding:110px 4vw;background:#f1f2ef;color:#0c0f0c}.journey-title{max-width:1300px;margin:0 auto 55px}.journey-title .eyebrow{color:#4f5a50}.journey-title h2{font-size:clamp(3rem,7vw,7rem);line-height:.9}.mosaic{max-width:1500px;margin:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.mosaic figure{margin:0;height:480px;position:relative;overflow:hidden}.mosaic figure.wide{grid-column:span 2;height:650px}.mosaic figure.tall{height:680px}.mosaic img{height:100%;object-fit:cover;transition:.7s}.mosaic figure:hover img{transform:scale(1.025)}.mosaic figcaption{position:absolute;right:22px;bottom:18px;color:#fff;background:rgba(5,6,5,.75);padding:9px 15px;font-weight:800}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.value-grid article{padding:35px 24px;border-left:1px solid var(--line)}.value-grid article:last-child{border:0}.value-grid b{color:var(--green);font-size:.85rem}.value-grid h3{font-size:1.65rem;margin:25px 0 10px}.value-grid p{color:var(--muted);line-height:1.7}.join{display:grid;grid-template-columns:1fr 1fr;gap:8vw;padding:120px 8vw;background:linear-gradient(135deg,#13200e,#080a08)}.join-copy p{color:var(--muted);font-size:1.12rem;line-height:1.75}.direct{display:flex;flex-direction:column;gap:8px;margin-top:28px}.direct a{color:var(--green);font-weight:800}.lead-form{background:#f3f4f1;color:#111;padding:34px;display:grid;gap:18px}.lead-form label{font-weight:800;font-size:.9rem}.lead-form input,.lead-form select{width:100%;border:0;border-bottom:2px solid #cbd0c9;background:transparent;padding:12px 2px;font:inherit;outline:none}.lead-form input:focus,.lead-form select:focus{border-color:var(--green)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.lead-form small{color:#667066;text-align:center}footer{padding:70px 7vw 35px;text-align:center;border-top:1px solid var(--line)}footer img{width:130px;margin:0 auto 22px}footer p{font-size:1.2rem;line-height:1.6}footer span{color:#7f887f;font-size:.8rem}.float-wa{position:fixed;z-index:30;left:22px;bottom:22px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#0b1108;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.4)}.reveal{opacity:0;transform:translateY(34px);transition:opacity .8s,transform .8s}.reveal.visible{opacity:1;transform:none}@media(max-width:850px){.topbar{height:66px;padding:0 18px}.topbar nav{display:none}.brand img{width:72px}.nav-cta{font-size:.85rem;padding:8px 13px}.hero{padding:0 22px 9vh}.hero video{object-position:center}.hero-shade{background:linear-gradient(0deg,#080a08 0%,rgba(5,6,5,.3) 80%),rgba(0,0,0,.28)}h1{font-size:clamp(3.1rem,16vw,5rem)}.lead{font-size:1rem}.scroll-mark{display:none}.strip{grid-template-columns:1fr 1fr}.strip article{padding:28px 20px;border-bottom:1px solid var(--line)}.section{padding:85px 22px}.about,.join{grid-template-columns:1fr}.about{gap:45px}.image-card img{height:430px}.track-grid{grid-template-columns:1fr}.track{min-height:520px}.mosaic{grid-template-columns:1fr}.mosaic figure,.mosaic figure.tall,.mosaic figure.wide{grid-column:auto;height:480px}.journey{padding:85px 12px}.journey-title{padding:0 10px}.value-grid{grid-template-columns:1fr 1fr}.value-grid article:nth-child(2){border-left:0}.join{padding:85px 22px}.form-row{grid-template-columns:1fr}blockquote{padding:25px}.quote-section{min-height:65vh}}@media(max-width:500px){.actions .btn{width:100%}.strip article{padding:24px 14px}.strip strong{font-size:2.25rem}.strip span{font-size:.85rem}.value-grid{grid-template-columns:1fr}.value-grid article{border-left:0;border-bottom:1px solid var(--line)}.mosaic figure,.mosaic figure.tall,.mosaic figure.wide{height:420px}.track div{right:22px;left:22px;bottom:24px}.track h3{font-size:2.4rem}}

/* V3 refinements */
.strip.five{max-width:1400px;grid-template-columns:repeat(5,1fr)}
.process{padding-top:90px}.process .section-heading p:last-child{max-width:720px;color:var(--muted);font-size:1.1rem;line-height:1.75}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.process-card{padding:42px 28px;min-height:300px;border-left:1px solid var(--line)}.process-card:last-child{border-left:0}.process-card span{display:block;color:var(--green);font-weight:900;font-size:.88rem;margin-bottom:52px}.process-card h3{font-size:1.9rem;margin-bottom:12px}.process-card p{color:var(--muted);line-height:1.75}
.video-story{padding:100px 4vw 120px;background:#050605}.video-story-copy{max-width:1400px;margin:0 auto 40px}.video-story-copy h2{font-size:clamp(3rem,7vw,7rem);line-height:.9;margin:0}.video-grid{max-width:1500px;margin:auto;display:grid;grid-template-columns:1.1fr .8fr 1.1fr;gap:14px;align-items:stretch}.video-grid video{width:100%;height:620px;object-fit:cover;background:#111}.video-grid video:nth-child(2){height:540px;align-self:center}
.coach{display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;align-items:center}.coach-image{margin:0}.coach-image img{height:650px;object-fit:cover}.coach-copy h2{font-size:clamp(2.7rem,5vw,5rem);line-height:1;letter-spacing:-.035em}.coach-copy>p:not(.eyebrow){font-size:1.15rem;line-height:1.8;color:var(--muted)}.coach-copy ul{list-style:none;padding:0;margin:34px 0 0}.coach-copy li{padding:15px 28px 15px 0;border-bottom:1px solid var(--line);position:relative;font-weight:700}.coach-copy li:before{content:"";position:absolute;right:0;top:23px;width:10px;height:10px;background:var(--green)}
.way-quote{padding:140px 7vw;background:#f0f1ed;color:#0a0c0b;text-align:center}.way-quote-inner{max-width:1100px;margin:auto}.way-quote blockquote{padding:0;font-size:clamp(2.7rem,6vw,6.2rem);line-height:1.12;font-weight:800;letter-spacing:-.035em}.drop-quote{margin:38px auto 0;font-size:clamp(1rem,1.7vw,1.35rem);color:#596059;max-width:760px;line-height:1.7;font-weight:600}.way-quote .eyebrow{margin-bottom:32px}
.mosaic.expanded figure{height:460px}.mosaic.expanded figure.wide{height:620px}.mosaic.expanded figure.tall{height:650px}.mosaic.expanded figure:nth-child(8){grid-row:span 2;height:auto;min-height:934px}
@media(max-width:1000px){.strip.five{grid-template-columns:repeat(3,1fr)}.process-grid{grid-template-columns:1fr 1fr}.process-card:nth-child(2){border-left:0}.video-grid{grid-template-columns:1fr 1fr}.video-grid video{height:520px}.video-grid video:nth-child(2){height:520px}.video-grid video:last-child{grid-column:span 2;height:480px}.coach{grid-template-columns:1fr}.coach-image img{height:560px}}
@media(max-width:850px){.strip.five{grid-template-columns:1fr 1fr}.strip.five article:last-child{grid-column:span 2}.process-grid{grid-template-columns:1fr}.process-card{border-left:0;border-bottom:1px solid var(--line);min-height:0}.process-card span{margin-bottom:25px}.video-story{padding:80px 12px}.video-story-copy{padding:0 10px}.video-grid{grid-template-columns:1fr}.video-grid video,.video-grid video:nth-child(2),.video-grid video:last-child{grid-column:auto;height:520px}.coach-image img{height:480px}.way-quote{padding:95px 22px}.mosaic.expanded figure,.mosaic.expanded figure.wide,.mosaic.expanded figure.tall,.mosaic.expanded figure:nth-child(8){height:470px;min-height:0;grid-row:auto}}
@media(max-width:500px){.video-grid video,.video-grid video:nth-child(2),.video-grid video:last-child{height:430px}.coach-image img{height:420px}.strip.five article:last-child{grid-column:auto}.strip.five{grid-template-columns:1fr 1fr}.strip.five article:nth-child(5){grid-column:span 2}}


/* V4 — opening statistics strip only */
.impact-strip{
  position:relative;
  z-index:4;
  max-width:none;
  width:100%;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding:0 4vw;
  background:#050605;
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid rgba(255,255,255,.12);
  overflow:hidden;
}
.impact-strip:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(141,198,63,.035),transparent);
}
.impact-strip article{
  position:relative;
  min-height:210px;
  padding:40px 22px 34px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-left:1px solid rgba(255,255,255,.11);
}
.impact-strip article:last-child{border-left:0}
.impact-strip strong{
  color:var(--green);
  font-size:clamp(3rem,5.2vw,5.4rem);
  line-height:.95;
  font-weight:900;
  letter-spacing:-.045em;
  font-variant-numeric:tabular-nums;
  text-shadow:0 0 30px rgba(141,198,63,.12);
}
.impact-strip span{
  margin-top:15px;
  color:#f2f4ef;
  font-size:1rem;
  font-weight:800;
}
.impact-strip small{
  display:block;
  max-width:290px;
  margin-top:10px;
  color:#8e978f;
  font-size:.78rem;
  line-height:1.6;
  font-weight:600;
}
@media(max-width:850px){
  .impact-strip{grid-template-columns:1fr 1fr;padding:0 14px}
  .impact-strip article{min-height:165px;padding:28px 12px;border-bottom:1px solid rgba(255,255,255,.11)}
  .impact-strip article:nth-child(2){border-left:0}
  .impact-strip article:nth-child(3),.impact-strip article:nth-child(4){border-bottom:0}
  .impact-strip strong{font-size:clamp(2.8rem,13vw,4.2rem)}
  .impact-strip span{font-size:.9rem;margin-top:11px}
  .impact-strip small{font-size:.68rem;margin-top:7px}
}
@media(max-width:430px){
  .impact-strip article{min-height:155px;padding:25px 8px}
  .impact-strip small{max-width:155px}
}

/* V6 — moments from the journey + coach story */
.journey-title h2{margin-bottom:14px}
.journey-subtitle{margin:0;color:#505851;font-size:clamp(1.15rem,2vw,1.55rem);font-weight:600}
.story-mosaic{max-width:1500px;margin:auto;display:grid;grid-template-columns:repeat(12,1fr);grid-auto-flow:dense;gap:14px}
.story-mosaic figure{margin:0;position:relative;overflow:hidden;background:#161916;min-height:440px}
.story-mosaic figure:after{display:none}
.story-mosaic img{height:100%;object-fit:cover;transition:transform .8s ease}
.story-mosaic figure:hover img{transform:scale(1.025)}

.story-wide{grid-column:span 12;height:650px}
.story-tall{grid-column:span 6;height:700px}
.story-landscape{grid-column:span 8;height:520px}
.story-portrait{grid-column:span 4;height:520px}
.story-final{grid-column:span 12;height:690px}
.bridge-quote{padding:125px 7vw;background:#050605;text-align:center;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.bridge-quote-inner{max-width:1000px;margin:auto}
.bridge-quote-inner span{display:block;width:80px;height:2px;background:var(--green);margin:0 auto 34px}
.bridge-quote p{margin:0;font-size:clamp(2rem,4.5vw,4.8rem);line-height:1.22;font-weight:500;letter-spacing:-.03em}
.bridge-quote strong{color:var(--green);font-weight:900}
.coach-new{padding-top:135px;padding-bottom:135px;max-width:1500px;grid-template-columns:1fr 1fr;gap:7vw}
.coach-new .coach-image{position:relative;align-self:stretch;min-height:820px}
.coach-new .coach-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.coach-new .coach-image:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.12);pointer-events:none}
.coach-new .coach-copy h2{font-size:clamp(2.8rem,4.8vw,5.3rem);margin-bottom:32px}
.coach-new .coach-copy>p:not(.eyebrow){font-size:1.08rem;line-height:1.82;margin-bottom:16px}
.coach-highlight{color:#f5f7f2!important;font-size:clamp(1.35rem,2vw,1.85rem)!important;font-weight:900!important;border-right:4px solid var(--green);padding:10px 18px 10px 0;margin:28px 0!important}
.coach-credentials{display:grid;grid-template-columns:1fr;gap:0;margin-top:38px;border-top:1px solid var(--line)}
.coach-credentials article{display:grid;grid-template-columns:54px 1fr;gap:18px;align-items:center;padding:19px 0;border-bottom:1px solid var(--line)}
.coach-credentials span{color:var(--green);font-size:.8rem;font-weight:900;letter-spacing:.08em}
.coach-credentials strong{font-size:1rem;line-height:1.5}
@media(max-width:1000px){.story-landscape,.story-portrait{grid-column:span 6}.coach-new{grid-template-columns:1fr}.coach-new .coach-image{min-height:650px}.coach-new .coach-image img{position:absolute}.coach-new .coach-copy{max-width:760px}}
@media(max-width:850px){.story-mosaic{grid-template-columns:1fr;gap:10px}.story-mosaic figure,.story-wide,.story-tall,.story-landscape,.story-portrait,.story-final{grid-column:auto;height:500px;min-height:0}.story-final{height:540px}.bridge-quote{padding:90px 22px}.coach-new{padding-top:90px;padding-bottom:90px}.coach-new .coach-image{min-height:520px}.coach-new .coach-copy h2{font-size:clamp(2.55rem,11vw,4rem)}}
@media(max-width:500px){.story-mosaic figure,.story-wide,.story-tall,.story-landscape,.story-portrait{height:430px}.story-final{height:470px}.coach-new .coach-image{min-height:440px}.coach-credentials article{grid-template-columns:42px 1fr}}

/* V10 — shorter homepage gallery + separate gallery page */
.story-preview{max-width:1320px}
.story-preview .story-wide{height:590px}
.story-preview .story-tall{height:620px}
.gallery-more{display:flex;justify-content:center;margin:42px auto 0}
.gallery-btn{background:#0a0c0b;color:#fff;border:1px solid #0a0c0b;min-width:230px;transition:.25s}
.gallery-btn:hover{background:var(--green);border-color:var(--green);color:#0a0c0b;transform:translateY(-2px)}
.gallery-page{background:#f1f2ef;color:#0c0f0c;min-height:100vh;padding:120px 4vw 80px}
.gallery-page-header{max-width:1400px;margin:0 auto 46px;display:flex;justify-content:space-between;align-items:end;gap:30px}
.gallery-page-header h1{font-size:clamp(3rem,7vw,7rem);line-height:.9;margin:0;color:#0c0f0c}
.gallery-page-header p{color:#535b54;font-size:1.1rem;margin:15px 0 0}
.back-home{color:#0c0f0c;border:1px solid rgba(12,15,12,.35);padding:12px 20px;font-weight:800;white-space:nowrap}
.full-gallery{max-width:1500px;margin:auto;display:grid;grid-template-columns:repeat(12,1fr);grid-auto-flow:dense;gap:14px}
.full-gallery figure{margin:0;overflow:hidden;background:#161916;min-height:430px}
.full-gallery img{height:100%;object-fit:cover;transition:transform .8s ease}
.full-gallery figure:hover img{transform:scale(1.025)}
.full-gallery .g-wide{grid-column:span 12;height:650px}
.full-gallery .g-half{grid-column:span 6;height:650px}
.full-gallery .g-eight{grid-column:span 8;height:520px}
.full-gallery .g-four{grid-column:span 4;height:520px}
@media(max-width:850px){.story-preview .story-wide,.story-preview .story-tall{height:470px}.gallery-page{padding:95px 12px 55px}.gallery-page-header{padding:0 10px;display:block}.back-home{display:inline-flex;margin-top:24px}.full-gallery{grid-template-columns:1fr;gap:10px}.full-gallery figure,.full-gallery .g-wide,.full-gallery .g-half,.full-gallery .g-eight,.full-gallery .g-four{grid-column:auto;height:470px;min-height:0}}
@media(max-width:500px){.story-preview .story-wide,.story-preview .story-tall{height:420px}.full-gallery figure,.full-gallery .g-wide,.full-gallery .g-half,.full-gallery .g-eight,.full-gallery .g-four{height:420px}}


/* V15 — premium hero video */
.hero video{filter:contrast(1.06) saturate(.95);transform:translateZ(0);backface-visibility:hidden}
.hero-shade{background:linear-gradient(90deg,rgba(5,6,5,.20),rgba(5,6,5,.64)),linear-gradient(0deg,#080a08 0%,transparent 48%)}
@media(max-width:850px){.hero-shade{background:linear-gradient(0deg,#080a08 0%,rgba(5,6,5,.22) 82%),rgba(0,0,0,.20)}}
/* V16 — documentary journey */
.journey-v16{background:#eceee9;padding-top:125px}.journey-v16 .journey-title{max-width:1180px}.journey-story{max-width:1400px;margin:auto;display:grid;gap:90px}.journey-step{display:grid;grid-template-columns:1.2fr .8fr;gap:7vw;align-items:center}.journey-step.reverse{grid-template-columns:.8fr 1.2fr}.journey-step.reverse figure{order:2}.journey-step figure{margin:0;height:650px;overflow:hidden;background:#111}.journey-step img{width:100%;height:100%;object-fit:cover;transition:transform .8s}.journey-step:hover img{transform:scale(1.02)}.journey-step div{max-width:480px}.journey-step span{color:#6b8f35;font-weight:900;letter-spacing:.12em}.journey-step h3{font-size:clamp(2.5rem,4.5vw,5rem);line-height:.95;margin:18px 0 22px}.journey-step p{font-size:1.15rem;line-height:1.85;color:#505850}.journey-step.reverse div{justify-self:end}.gallery-more{margin-top:85px}
@media(max-width:850px){.journey-v16{padding-top:90px}.journey-story{gap:55px}.journey-step,.journey-step.reverse{grid-template-columns:1fr;gap:28px}.journey-step.reverse figure{order:0}.journey-step figure{height:520px}.journey-step.reverse div{justify-self:auto}.journey-step p{font-size:1rem}.gallery-more{margin-top:55px}}
@media(max-width:500px){.journey-step figure{height:440px}}
