:root{
  --ink:#20241f;
  --muted:#667064;
  --paper:#f7f4ec;
  --white:#fff;
  --sage:#dfe7dc;
  --sage-deep:#4f6554;
  --clay:#a8583b;
  --clay-dark:#6f3525;
  --gold:#b89042;
  --line:rgba(32,36,31,.14);
  --shadow:0 20px 60px rgba(31,35,31,.13);
  --shadow-soft:0 12px 34px rgba(31,35,31,.1);
  --radius:24px;
  --max:1180px;
  --sans:Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:120px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.modal-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
svg.icon{width:1.2em;height:1.2em;display:inline-block;vertical-align:-.2em;flex:none}
h1,h2,h3,h4,h5,h6{margin:0 0 .5em;line-height:1.03;letter-spacing:-.035em;font-weight:500;text-wrap:balance}
h1{font-size:clamp(46px,7vw,102px)}
h2{font-size:clamp(34px,4.6vw,66px)}
h3{font-size:clamp(21px,2vw,30px)}
p{margin:0 0 1em}
.container{width:min(calc(100% - 48px),var(--max));margin-inline:auto}
.container.narrow,.narrow{max-width:850px}
.section{padding:clamp(76px,9vw,132px) 0}
.section.tight{padding:clamp(34px,5vw,68px) 0}
.section-sage{background:var(--sage)}
.section-paper{background:#fffdf8}
.section-clay{background:var(--clay);color:#fff}
.section-dark{background:var(--ink);color:#fff}
.page-top{padding-top:clamp(78px,9vw,126px);padding-bottom:clamp(62px,8vw,110px)}
.kicker,.eyebrow,.category,.team-role,.journey-status{display:block;margin-bottom:14px;font-size:11px;line-height:1.25;font-weight:700;letter-spacing:.15em;text-transform:uppercase}
.lead{font-size:clamp(18px,2vw,25px);line-height:1.5;letter-spacing:-.015em;color:inherit;max-width:760px}
.body-copy{font-size:17px;line-height:1.75;color:#4c554c}
.big-line{font-size:clamp(25px,3vw,43px);line-height:1.28;letter-spacing:-.025em;max-width:670px}
.muted{color:var(--muted)}
.reveal{opacity:1;transform:none}
.reveal.visible{opacity:1;transform:none}
.route-fade{animation:routeIn .35s ease both}
@keyframes routeIn{from{opacity:.1}to{opacity:1}}

/* Header */
.announcement{background:var(--ink);color:#fff;text-align:center;padding:8px 16px;font-size:11px;letter-spacing:.09em;text-transform:uppercase}
.site-header{position:sticky;top:0;z-index:80;background:rgba(247,244,236,.93);backdrop-filter:blur(17px);border-bottom:1px solid var(--line)}
.header-inner{width:min(calc(100% - 48px),1240px);min-height:78px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:11px;min-width:0}
.brand-logo{width:48px;height:54px;object-fit:contain;flex:none;filter:drop-shadow(0 4px 7px rgba(98,71,16,.16))}
.brand>span{display:flex;flex-direction:column;min-width:0}
.brand-name{font-size:14px;font-weight:700;letter-spacing:.12em;white-space:nowrap}
.brand-sub{font-size:8px;letter-spacing:.19em;margin-top:2px;white-space:nowrap;color:#656d62}
.nav{display:flex;align-items:center;gap:26px;font-size:13px;font-weight:600}
.nav a{position:relative;padding:10px 0}
.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:5px;height:1px;background:var(--ink);transition:.25s}
.nav a:hover:after,.nav a.active:after{right:0}
.nav-cta{border:0;border-radius:999px;background:var(--ink);color:#fff;padding:13px 20px;font-size:12px;font-weight:700}
.menu-toggle{display:none;border:0;background:transparent;width:42px;height:42px;position:relative}
.menu-toggle:before,.menu-toggle:after,.menu-toggle span{content:"";position:absolute;left:8px;right:8px;height:1.5px;background:var(--ink);transition:.25s}
.menu-toggle:before{top:13px}.menu-toggle span{top:20px}.menu-toggle:after{top:27px}
.menu-toggle.open:before{top:20px;transform:rotate(45deg)}.menu-toggle.open:after{top:20px;transform:rotate(-45deg)}.menu-toggle.open span{opacity:0}

/* Buttons */
.button-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;border:1px solid currentColor;border-radius:999px;background:transparent;color:inherit;padding:12px 22px;font-size:12px;font-weight:700;letter-spacing:.025em;transition:transform .2s,background .2s,color .2s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--ink);color:#fff;border-color:var(--ink)}
.btn-light{border-color:rgba(255,255,255,.65);color:#fff}
.btn-light.btn-primary{background:#fff;color:var(--ink);border-color:#fff}
.btn-small{min-height:36px;padding:7px 14px;font-size:11px}
.full-width{width:100%}
.card-link{display:inline-block;margin-top:auto;padding-top:18px;font-size:12px;font-weight:700;letter-spacing:.02em}

/* Home hero */
.hero{padding:clamp(48px,7vw,94px) 0 72px;background:linear-gradient(180deg,#f7f4ec 0%,#efeadf 100%)}
.hero-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:clamp(42px,6vw,90px);align-items:center}
.hero-copy h1{font-size:clamp(62px,8vw,116px);line-height:.89;letter-spacing:-.065em}
.hero-copy .lead{max-width:590px;margin-top:24px}
.hero-media{position:relative;min-width:0}
.hero-arch{height:min(66vw,690px);min-height:520px;overflow:hidden;border-radius:48% 48% 22px 22px/28% 28% 22px 22px;box-shadow:var(--shadow)}
.hero-arch img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-stamp{position:absolute;left:-40px;top:12%;width:130px;height:130px;border-radius:50%;display:grid;place-items:center;text-align:center;background:var(--clay);color:#fff;box-shadow:var(--shadow-soft);transform:rotate(-8deg);font-size:10px;line-height:1.45;letter-spacing:.12em;text-transform:uppercase}
.hero-stamp strong{font-size:24px;letter-spacing:.03em}
.hero-float{position:absolute;right:-26px;bottom:32px;width:245px;display:grid;grid-template-columns:86px 1fr;align-items:center;gap:15px;padding:10px;background:rgba(255,255,255,.97);border:1px solid rgba(255,255,255,.85);border-radius:19px;box-shadow:var(--shadow-soft)}
.hero-float img{width:86px;height:78px;object-fit:cover;border-radius:13px}
.hero-float div{display:flex;flex-direction:column;gap:3px;min-width:0}
.hero-float strong{font-size:17px;line-height:1.15;letter-spacing:-.01em}
.hero-float span{font-size:12px;color:var(--muted);line-height:1.3}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fffdf8}
.trust-item{min-height:112px;padding:24px clamp(18px,3vw,42px);display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-item strong{font-size:14px;line-height:1.25}
.trust-item span{font-size:11px;line-height:1.4;color:var(--muted);margin-top:5px}

/* Editorial grids */
.intro-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(45px,8vw,110px);align-items:start}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:70px}
.feature-card{min-height:250px;background:var(--paper);padding:38px}
.feature-index{font-size:10px;letter-spacing:.14em;color:var(--muted);margin-bottom:44px}
.feature-card h3{font-size:25px}
.feature-card p{font-size:14px;color:var(--muted);line-height:1.65;margin:0}
.retreat-feature{display:grid;grid-template-columns:1.08fr .92fr;min-height:720px;background:var(--clay);color:#fff}
.retreat-image{min-height:680px}
.retreat-image img{width:100%;height:100%;object-fit:cover}
.retreat-copy{padding:clamp(60px,8vw,112px);display:flex;flex-direction:column;justify-content:center}
.meta{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 24px}
.pill{padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.35);font-size:10px;letter-spacing:.05em}
.check-list{list-style:none;padding:0;margin:22px 0;display:grid;gap:8px;font-size:14px}
.check-list li:before{content:"✓";margin-right:10px}
.price{font-size:clamp(36px,5vw,61px);font-weight:500;line-height:1;letter-spacing:-.04em}
.price-note{font-size:12px;margin-top:6px;opacity:.75}
.timeline{display:grid;grid-template-columns:repeat(7,minmax(130px,1fr));overflow-x:auto;margin-top:55px;border-top:1px solid rgba(32,36,31,.22);border-bottom:1px solid rgba(32,36,31,.22)}
.timeline-day{min-height:270px;padding:28px 20px;border-right:1px solid rgba(32,36,31,.17)}
.timeline-day:last-child{border-right:0}
.timeline-day>span{font-size:10px;text-transform:uppercase;letter-spacing:.12em}
.timeline-day h3{font-size:20px;margin-top:48px}
.timeline-day p{font-size:12px;line-height:1.55;color:#596357}

/* Jurga component — proportional and readable */
.guide-grid{display:grid;grid-template-columns:minmax(340px,.8fr) 1.2fr;gap:clamp(50px,9vw,130px);align-items:center}
.home-jurga>div:first-child{display:flex;flex-direction:column;align-items:center}
.profile-card-jurga{width:min(100%,390px);padding:12px;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow-soft)}
.profile-card-jurga>img{width:100%;aspect-ratio:4/5;max-height:470px;object-fit:cover;object-position:center 28%;border-radius:19px}
.guide-card-mini{position:static;padding:18px 10px 10px;display:flex;flex-direction:column;gap:4px;background:transparent;box-shadow:none;border:0}
.guide-card-mini strong{font-size:22px;line-height:1.15}
.guide-card-mini span{font-size:13px;line-height:1.35;color:var(--muted)}
.profile-accolade{width:min(100%,390px);margin:15px 0 0;font-size:14px;line-height:1.45;text-align:center;color:#555e54}

/* Collective and Artivian */
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}
.collective-card{display:grid;grid-template-columns:1.25fr .75fr;min-height:440px;margin-top:50px;background:var(--ink);color:#fff;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);transition:transform .25s}
.collective-card:hover{transform:translateY(-4px)}
.collective-collage{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:3px;background:#252a25;min-height:440px}
.collective-collage img{width:100%;height:100%;object-fit:cover;min-height:0}
.collective-collage img:first-child{grid-row:1/3}
.collective-copy{padding:clamp(38px,5vw,68px);display:flex;flex-direction:column;justify-content:center}
.collective-copy h3{font-size:clamp(26px,3.3vw,46px)}
.collective-copy p{color:rgba(255,255,255,.72)}
.artivian-strip{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(46px,8vw,110px)}
.artivian-strip-image{height:470px;border-radius:28px;overflow:hidden}
.artivian-strip-image img{width:100%;height:100%;object-fit:cover}

/* Journal */
.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.article-card{min-height:100%;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}
.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}
.article-image{height:220px;overflow:hidden;background:#ddd}
.article-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}
.article-card:hover .article-image img{transform:scale(1.035)}
.article-card-body{padding:25px;display:flex;flex-direction:column;flex:1}
.article-card-body h3{font-size:23px;margin-top:6px}
.article-card-body p{font-size:13px;color:var(--muted)}
.article-meta,.article-byline{font-size:11px;color:var(--muted);margin-top:auto}

/* Page hero */
.page-hero{position:relative;min-height:min(77vh,780px);display:flex;align-items:end;overflow:hidden;background:#252a25;color:#fff}
.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,14,10,.72) 0%,rgba(10,14,10,.32) 55%,rgba(10,14,10,.12) 100%)}
.page-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.page-hero-content{position:relative;z-index:2;width:min(calc(100% - 48px),var(--max));margin:0 auto;padding:clamp(82px,10vw,140px) 0;max-width:1120px}
.page-hero-content h1{max-width:880px;text-shadow:0 2px 18px rgba(0,0,0,.26)}
.page-hero-content .lead{max-width:720px;color:rgba(255,255,255,.92)}
.hero-price{display:inline-block;margin:8px 0 18px;padding:10px 15px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--ink);font-size:16px;font-weight:700}

/* Marrakech */
.retreat-inclusions{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.inclusion-card{min-height:125px;display:grid;grid-template-columns:46px 1fr;align-items:center;gap:16px;padding:21px;background:#fff;border:1px solid var(--line);border-radius:18px}
.inclusion-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--sage);color:var(--sage-deep)}
.inclusion-icon .icon{width:23px;height:23px}
.inclusion-card strong{display:block;font-size:15px;line-height:1.25}
.inclusion-card span{display:block;margin-top:4px;font-size:11px;line-height:1.45;color:var(--muted)}
.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:clamp(50px,8vw,110px);align-items:start}
.section-subtitle{margin-top:68px}
.booking-card{position:sticky;top:118px;padding:30px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-soft)}
.booking-card .price{font-size:44px;margin:12px 0 6px}
.booking-card hr{border:0;border-top:1px solid var(--line);margin:25px 0}
.booking-card dl{display:grid;gap:12px;font-size:12px;margin-bottom:26px}
.booking-card dl div{display:flex;justify-content:space-between;gap:15px}.booking-card dt{color:var(--muted)}.booking-card dd{margin:0;font-weight:700;text-align:right}
.fine-print{font-size:10px;line-height:1.5;color:var(--muted);margin:14px 0 0}
.accordion{border-top:1px solid var(--line)}
.acc-item{border-bottom:1px solid var(--line)}
.acc-button{width:100%;border:0;background:transparent;display:grid;grid-template-columns:90px 1fr 30px;gap:14px;align-items:center;padding:20px 0;text-align:left}
.acc-button .day{font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}
.acc-button strong{font-size:17px}.plus{font-size:22px;justify-self:end;transition:.25s}
.acc-content{display:none;padding:0 42px 22px 104px}.acc-content p{font-size:14px;color:var(--muted);margin:0}
.acc-item.open .acc-content{display:block}.acc-item.open .plus{transform:rotate(45deg)}
.stay-gallery{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:150px;gap:12px}
.gallery-button{border:0;padding:0;background:#ddd;border-radius:18px;overflow:hidden;position:relative}
.gallery-button img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.gallery-button:hover img{transform:scale(1.04)}
.stay-gallery .gallery-button:nth-child(1){grid-column:span 7;grid-row:span 2}.stay-gallery .gallery-button:nth-child(2){grid-column:span 5}.stay-gallery .gallery-button:nth-child(3){grid-column:span 5}.stay-gallery .gallery-button:nth-child(4),.stay-gallery .gallery-button:nth-child(5),.stay-gallery .gallery-button:nth-child(6){grid-column:span 4}
.tutor-section{display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:clamp(50px,8vw,110px);align-items:center}
.tutor-image{max-width:390px;padding:11px;background:#fff;border:1px solid var(--line);border-radius:25px;box-shadow:var(--shadow-soft)}
.tutor-image img{width:100%;aspect-ratio:4/5;max-height:470px;object-fit:cover;object-position:center 28%;border-radius:17px}
.past-gallery{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:155px;gap:11px;margin-top:40px}
.past-gallery .gallery-button{grid-column:span 3}.past-gallery .gallery-button:nth-child(1),.past-gallery .gallery-button:nth-child(6){grid-column:span 6;grid-row:span 2}.past-gallery .gallery-button:nth-child(4),.past-gallery .gallery-button:nth-child(9){grid-column:span 3;grid-row:span 2}
.faq{max-width:900px}
.faq .acc-button{grid-template-columns:1fr 30px}.faq .acc-content{padding-left:0}

/* Journeys */
.journeys-directory,.journey-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.journey-card{display:grid;grid-template-columns:45% 55%;min-height:360px;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:transform .25s,box-shadow .25s}
.journey-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}
.journey-card>img{width:100%;height:100%;object-fit:cover;min-height:360px}
.journey-card-content{padding:32px;display:flex;flex-direction:column}
.journey-status{color:var(--sage-deep)}
.journey-card-content h3{font-size:28px}
.journey-card-content p{font-size:13px;color:var(--muted)}
.journey-detail-hero{min-height:650px}
.included-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:32px 0 60px}
.included-item{display:flex;align-items:center;gap:11px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:14px;font-size:13px}
.cta-band{display:flex;align-items:center;justify-content:space-between;gap:38px}

/* Team/About */
.team-featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:35px}
.team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:36px}
.team-grid-small{grid-template-columns:repeat(2,minmax(0,370px))}
.team-card{background:#fff;border:1px solid var(--line);border-radius:23px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:transform .25s,box-shadow .25s}
.team-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}
.team-card>img{width:100%;height:270px;object-fit:cover;object-position:center 25%}
.team-card-featured{display:grid;grid-template-columns:minmax(230px,42%) 1fr;min-height:440px}
.team-card-featured>img{height:100%;min-height:440px}
.team-card-body{padding:25px;display:flex;flex-direction:column;flex:1}
.team-card-featured .team-card-body{padding:clamp(30px,5vw,55px)}
.team-card-body h3{font-size:26px}.team-card-featured h3{font-size:clamp(30px,4vw,48px)}
.team-card-body p{font-size:13px;line-height:1.6;color:var(--muted)}
.team-role{color:var(--sage-deep)}
.about-story{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-top:85px;margin-top:85px;border-top:1px solid var(--line)}
.profile-hero{padding:clamp(68px,8vw,118px) 0;background:var(--sage)}
.profile-hero-grid{display:grid;grid-template-columns:minmax(280px,430px) minmax(0,1fr);gap:clamp(55px,9vw,125px);align-items:center}
.profile-portrait{padding:11px;background:#fff;border-radius:26px;box-shadow:var(--shadow-soft)}
.profile-portrait img{width:100%;aspect-ratio:4/5;max-height:500px;object-fit:cover;object-position:center 25%;border-radius:18px}
blockquote{font-size:clamp(19px,2vw,27px);line-height:1.45;margin:34px 0 0;padding-left:25px;border-left:2px solid var(--gold)}
.profile-body{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:90px}
.profile-body aside{padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff;height:max-content}
.expertise-list{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:12px;font-size:13px}.expertise-list li{display:flex;gap:10px;align-items:flex-start}
.profile-journeys{margin-bottom:30px}

/* Contact/forms */
.contact-section{padding-top:clamp(42px,5vw,74px)}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(55px,9vw,125px);align-items:start}
.contact-list{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:34px}.contact-list a{font-weight:700}
.whatsapp-link{display:inline-flex;align-items:center;gap:8px}
.form{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:30px;background:#fff;border:1px solid var(--line);border-radius:23px;box-shadow:var(--shadow-soft)}
.field{display:flex;flex-direction:column;gap:6px}.field.full,.form-status.full,.form-note,.consent-row{grid-column:1/-1}
.field label{font-size:11px;font-weight:700;letter-spacing:.03em}
input,select,textarea{width:100%;border:1px solid var(--line);border-radius:11px;background:#faf9f5;color:var(--ink);padding:13px 14px;outline:none}
input:focus,select:focus,textarea:focus{border-color:var(--sage-deep);box-shadow:0 0 0 3px rgba(79,101,84,.12)}
textarea{min-height:130px;resize:vertical}
.consent-row{gap:11px}.consent-row label{display:flex;align-items:flex-start;gap:9px;font-weight:400;line-height:1.45}.consent-row input{width:auto;margin-top:4px}
.form-note{font-size:10px;color:var(--muted);margin:0}.form-status{font-size:12px;min-height:18px}.form-status.success{color:#27653a}.form-status.error{color:#a12e2e}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.legal-copy{margin-top:50px}.legal-copy h2{font-size:28px;margin-top:38px}.legal-copy p{color:var(--muted)}

/* Blog articles */
.blog-article-header{padding:clamp(70px,8vw,112px) 0 0;background:var(--sage)}
.blog-article-header .container{padding-bottom:55px}
.blog-hero-image{width:min(calc(100% - 48px),var(--max));height:min(54vw,650px);margin:auto;object-fit:cover;border-radius:28px 28px 0 0}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:clamp(50px,8vw,100px);padding-top:clamp(60px,8vw,105px);padding-bottom:clamp(80px,10vw,140px)}
.article-content{max-width:760px;font-size:17px;line-height:1.8}
.article-content h2{font-size:clamp(30px,3.7vw,47px);margin:1.5em 0 .55em}.article-content h3{font-size:27px;margin:1.4em 0 .5em}
.article-content img{width:100%;border-radius:18px;margin-top:30px}.article-content figcaption{font-size:10px;color:var(--muted);margin-top:7px}.article-content li{margin-bottom:8px}
.article-aside{position:sticky;top:120px;height:max-content;padding:26px;background:#fff;border:1px solid var(--line);border-radius:20px}.article-aside h3{font-size:25px}.article-aside p{font-size:12px;color:var(--muted)}

/* Footer and sticky */
.site-footer{padding:75px 0 105px;background:#151815;color:#fff}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,.55fr);gap:50px}
.footer-brand p{max-width:370px;margin-top:25px;color:rgba(255,255,255,.65);font-size:13px}
.footer-brand .brand-sub{color:rgba(255,255,255,.55)}
.footer-col{display:flex;flex-direction:column;gap:9px;font-size:12px}.footer-col h3{font-size:13px;margin-bottom:10px}.footer-col a{color:rgba(255,255,255,.7)}
.footer-bottom{display:flex;justify-content:space-between;gap:30px;margin-top:65px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14);font-size:9px;color:rgba(255,255,255,.48)}
.mobile-book{position:fixed;z-index:70;left:50%;bottom:18px;transform:translateX(-50%);display:flex;align-items:center;gap:18px;min-width:min(560px,calc(100% - 120px));justify-content:space-between;background:#111;color:#fff;padding:9px 10px 9px 19px;border-radius:999px;box-shadow:0 12px 42px rgba(0,0,0,.3)}
.mobile-book span{font-size:12px;font-weight:700}.mobile-book button{border:0;background:#fff;color:#111;padding:10px 18px;border-radius:999px;font-size:11px;font-weight:700}
.whatsapp-float{position:fixed;z-index:71;right:20px;bottom:20px;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:#fff;box-shadow:0 12px 35px rgba(0,0,0,.24)}.whatsapp-float .icon{width:27px;height:27px}

/* Modals */
.modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:24px}.modal.open{display:flex}
.modal-backdrop{position:absolute;inset:0;background:rgba(12,15,12,.73);backdrop-filter:blur(5px)}
.modal-panel{position:relative;z-index:1;width:min(760px,100%);max-height:92vh;overflow:auto;background:var(--paper);padding:38px;border-radius:25px;box-shadow:0 25px 80px rgba(0,0,0,.32)}
.modal-close,.modal-close-inline,.lightbox-close{border:0;background:#fff;color:#111;border-radius:50%;width:38px;height:38px;font-size:25px;line-height:1;display:grid;place-items:center}
.modal-close{position:absolute;right:16px;top:16px}
.modal-panel .form{padding:0;border:0;box-shadow:none;background:transparent}
.embed-panel{position:relative;z-index:1;width:min(1180px,100%);height:min(88vh,850px);background:#fff;border-radius:20px;overflow:hidden;display:flex;flex-direction:column}
.embed-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 15px;border-bottom:1px solid var(--line)}.embed-toolbar>div{display:flex;align-items:center;gap:8px}.embed-toolbar strong{font-size:13px}
.embed-panel iframe{width:100%;height:100%;border:0;background:#fff}.embed-loading,.embed-fallback{font-size:10px;color:var(--muted);padding:5px 15px}.embed-fallback{background:#f5f2ea}
.lightbox{z-index:230}.lightbox img{position:relative;z-index:1;max-width:min(92vw,1500px);max-height:88vh;border-radius:10px;box-shadow:0 22px 80px rgba(0,0,0,.45)}.lightbox-close{position:fixed;z-index:2;right:25px;top:25px}
.toast{position:fixed;z-index:260;left:50%;bottom:90px;transform:translate(-50%,20px);background:#1a211b;color:#fff;padding:12px 18px;border-radius:999px;font-size:12px;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}.toast.error{background:#8d2929}

@media(max-width:1050px){
  .nav{gap:17px}.nav a{font-size:12px}
  .hero-grid{grid-template-columns:.9fr 1.1fr;gap:45px}.hero-stamp{left:-25px}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .timeline{grid-template-columns:repeat(7,150px)}
  .journeys-directory{grid-template-columns:1fr}
  .team-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1.4fr repeat(3,.6fr);gap:32px}
}

@media(max-width:820px){
  .container,.header-inner,.page-hero-content,.blog-hero-image{width:min(calc(100% - 32px),var(--max))}
  .announcement{font-size:9px;padding:7px 12px}
  .header-inner{min-height:66px}.brand-logo{width:39px;height:44px}.brand-name{font-size:12px}.brand-sub{font-size:7px}
  .menu-toggle{display:block;z-index:3}.nav{position:fixed;top:calc(66px + 29px);left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);padding:24px 20px 30px;display:none;flex-direction:column;align-items:stretch;gap:5px;box-shadow:var(--shadow-soft)}.nav.open{display:flex}.nav a{padding:11px 4px}.nav-cta{margin-top:10px}
  .hero{padding-top:45px}.hero-grid{grid-template-columns:1fr}.hero-copy h1{font-size:clamp(58px,15vw,92px)}.hero-media{max-width:650px;margin:auto}.hero-arch{height:690px;min-height:0}.hero-stamp{left:-5px;width:105px;height:105px}.hero-float{right:10px;bottom:20px;width:230px}
  .trust-row{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .intro-grid,.artivian-strip,.guide-grid,.contact-grid,.profile-hero-grid,.profile-body{grid-template-columns:1fr}
  .retreat-feature{grid-template-columns:1fr}.retreat-image{min-height:540px}.retreat-copy{padding:70px 32px}
  .profile-card-jurga{width:min(100%,430px)}.profile-accolade{width:min(100%,430px)}
  .collective-card{grid-template-columns:1fr}.collective-collage{min-height:380px}.collective-copy{padding:42px 30px}
  .journal-grid{grid-template-columns:repeat(2,1fr)}
  .retreat-inclusions{grid-template-columns:repeat(2,1fr)}
  .detail-layout{grid-template-columns:1fr}.booking-card{position:static}
  .tutor-section{grid-template-columns:minmax(220px,340px) 1fr;gap:45px}
  .journey-card{grid-template-columns:40% 60%}.journey-card-content{padding:27px}
  .team-featured-grid{grid-template-columns:1fr}.team-card-featured{grid-template-columns:42% 58%;min-height:390px}.team-card-featured>img{min-height:390px}
  .about-story{gap:35px}
  .article-layout{grid-template-columns:1fr}.article-aside{position:static;max-width:440px}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-col:last-child{grid-column:2/4}.footer-bottom{flex-direction:column}
}

@media(max-width:600px){
  body{font-size:15px;padding-bottom:70px}
  .container,.header-inner,.page-hero-content,.blog-hero-image{width:min(calc(100% - 26px),var(--max))}
  .section{padding:72px 0}.page-top{padding:58px 0 65px}
  h1{font-size:45px}h2{font-size:36px}.lead{font-size:18px}
  .hero{padding:34px 0 50px}.hero-copy h1{font-size:58px}.hero-copy .lead{font-size:17px}.hero-arch{height:540px;border-radius:48% 48% 18px 18px/23% 23% 18px 18px}.hero-stamp{top:8%;left:-1px;width:92px;height:92px;font-size:8px}.hero-stamp strong{font-size:19px}
  .hero-float{right:8px;bottom:15px;width:214px;grid-template-columns:72px 1fr;gap:12px;padding:8px;border-radius:17px}.hero-float img{width:72px;height:69px}.hero-float strong{font-size:15px}.hero-float span{font-size:11px}
  .trust-item{min-height:98px;padding:19px 16px}.trust-item strong{font-size:12px}.trust-item span{font-size:9px}
  .feature-grid{grid-template-columns:1fr;margin-top:45px}.feature-card{min-height:215px;padding:28px}.feature-index{margin-bottom:30px}
  .retreat-image{min-height:390px}.retreat-copy{padding:58px 22px}
  .timeline-day{min-height:235px}
  .guide-grid{gap:40px}.profile-card-jurga{width:min(100%,345px);padding:10px;border-radius:24px}.profile-card-jurga>img{max-height:none}.guide-card-mini{padding:17px 8px 9px}.guide-card-mini strong{font-size:21px}.guide-card-mini span{font-size:13px}.profile-accolade{width:min(100%,345px);font-size:14px;margin-top:13px}.home-jurga>div:nth-child(2){text-align:left}
  .collective-collage{min-height:300px}.collective-copy{padding:32px 24px}
  .section-heading{align-items:start;flex-direction:column}
  .journal-grid{grid-template-columns:1fr}.article-image{height:215px}
  .artivian-strip-image{height:330px}
  .page-hero{min-height:650px;align-items:end}.page-hero:after{background:linear-gradient(0deg,rgba(10,14,10,.82),rgba(10,14,10,.08) 85%)}.page-hero-content{padding:72px 0}.page-hero-content h1{font-size:49px;line-height:.98}.page-hero-content .lead{font-size:17px}.hero-price{font-size:14px}
  .retreat-inclusions{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.inclusion-card{min-height:142px;grid-template-columns:1fr;gap:10px;align-content:start;padding:15px}.inclusion-icon{width:38px;height:38px}.inclusion-icon .icon{width:20px;height:20px}.inclusion-card strong{font-size:13px}.inclusion-card span{font-size:10px}
  .acc-button{grid-template-columns:67px 1fr 24px}.acc-content{padding-left:81px}
  .stay-gallery{grid-auto-rows:110px;gap:8px}.stay-gallery .gallery-button:nth-child(1){grid-column:span 12;grid-row:span 2}.stay-gallery .gallery-button:nth-child(2),.stay-gallery .gallery-button:nth-child(3){grid-column:span 6}.stay-gallery .gallery-button:nth-child(4),.stay-gallery .gallery-button:nth-child(5),.stay-gallery .gallery-button:nth-child(6){grid-column:span 4}
  .tutor-section{grid-template-columns:1fr}.tutor-image{width:min(100%,330px);margin:auto}.tutor-section>div:last-child{text-align:left}
  .past-gallery{grid-auto-rows:105px;gap:8px}.past-gallery .gallery-button,.past-gallery .gallery-button:nth-child(4),.past-gallery .gallery-button:nth-child(9){grid-column:span 6;grid-row:span 1}.past-gallery .gallery-button:nth-child(1),.past-gallery .gallery-button:nth-child(6){grid-column:span 12;grid-row:span 2}
  .journeys-directory,.journey-grid{grid-template-columns:1fr}.journey-card{grid-template-columns:1fr;min-height:0}.journey-card>img{height:230px;min-height:0}.journey-card-content{padding:24px}.journey-card-content h3{font-size:25px}
  .included-grid{grid-template-columns:1fr}.cta-band{align-items:flex-start;flex-direction:column}
  .team-featured-grid,.team-grid{grid-template-columns:1fr}.team-card-featured{display:flex;min-height:0;width:100%;max-width:420px;margin:auto}.team-card-featured>img{height:390px;min-height:0}.team-card>img{height:330px}.team-card-body{padding:24px}.team-card-featured .team-card-body{padding:28px}.team-card-featured h3{font-size:35px}
  .about-story{grid-template-columns:1fr;padding-top:55px;margin-top:55px}
  .profile-hero-grid{gap:35px}.profile-portrait{width:min(100%,350px);margin:auto}.profile-body{gap:45px}
  .form{grid-template-columns:1fr;padding:22px}.field.full,.form-status.full,.form-note,.consent-row{grid-column:auto}
  .blog-hero-image{height:300px;border-radius:18px 18px 0 0}.article-content{font-size:16px}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-col:last-child{grid-column:auto}.footer-bottom{margin-top:45px}
  .mobile-book{left:10px;right:70px;bottom:10px;transform:none;min-width:0;width:auto;gap:8px;padding:7px 8px 7px 13px}.mobile-book span{font-size:10px;line-height:1.2}.mobile-book button{font-size:10px;padding:9px 12px;white-space:nowrap}.whatsapp-float{right:10px;bottom:10px;width:50px;height:50px}
  .modal{padding:10px}.modal-panel{padding:30px 18px 22px;border-radius:18px}.embed-panel{height:92vh;border-radius:15px}.embed-toolbar{align-items:flex-start}.embed-toolbar>div{flex-wrap:wrap;justify-content:flex-end}.embed-toolbar .btn{font-size:9px;padding:7px 10px}.lightbox-close{right:12px;top:12px}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}

/* RJ3 approved homepage hero overlay — 2026-08-02 */


/* Approved RJ3 homepage hero */
.approved-hero { background: var(--paper); padding: 72px 40px 0; }


.approved-hero-layout { max-width: 1456px; margin: auto; display: grid; grid-template-columns: minmax(0,470px) minmax(0,1fr); gap: 30px; align-items: center; min-height: 628px; }


.approved-hero-copy { min-width: 0; position: relative; z-index: 1; }


.approved-hero-date { margin: 0 0 24px; color: #b53517; text-transform: uppercase; letter-spacing: .15em; font-size: 15px; font-weight: 600; }


.approved-hero-date b { margin: 0 3px; }


.approved-hero-copy h1 { font-family: "Iowan Old Style","Baskerville","Times New Roman",serif; font-size: clamp(62px,5.7vw,92px); line-height: .96; letter-spacing: -.04em; font-weight: 400; margin: 0 0 38px; }


.approved-hero-copy h1 em { display: inline-block; font-weight: 400; white-space: nowrap; }


.approved-hero-description { margin: 0; font-size: clamp(18px,1.5vw,22px); line-height: 1.58; letter-spacing: -.025em; }


.approved-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px 28px; margin-top: 22px; }


.approved-hero-primary,.approved-hero-secondary { min-height: 75px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 0; text-decoration: none; font-size: 17px; font-weight: 400; white-space: nowrap; }


.approved-hero-primary { background: #59603e; color: white; }


.approved-hero-primary:hover { background: #464d31; }


.approved-hero-secondary { min-height: auto; padding: 10px 2px 5px; border-bottom: 2px solid #b53517; background: transparent; color: #b53517; }


.approved-hero-gallery { height: 644px; display: grid; grid-template-columns: minmax(0,3.15fr) minmax(190px,1.45fr); overflow: hidden; }


.approved-hero-gallery figure { margin: 0; overflow: hidden; }


.approved-hero-gallery img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 1020px) {
  .nav { display: none; position: absolute; left: 0; right: 0; top: 78px; background: var(--paper); padding: 24px; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .nav.open { display: flex; }
  .nav a { width: 100%; font-size: 16px; padding: 8px 0; }
  .menu-toggle { display: inline-flex; position: relative; }
  .hero-grid, .intro-grid, .guide-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 52px; }
  .hero-media { min-height: 560px; }
  .hero-arch { inset: 0 30px 0 80px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .retreat-feature { grid-template-columns: 1fr; }
  .retreat-image { min-height: 560px; }
  .timeline { grid-template-columns: repeat(4,1fr); }
  .journey-grid { grid-template-columns: 1fr 1fr; }
  .journey-card:first-child { grid-column: 1/-1; }
  .detail-layout { grid-template-columns: 1fr; }
  .booking-card { position: relative; top: 0; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .approved-hero { padding: 58px 32px 0; }
  .approved-hero-layout { grid-template-columns: 1fr; gap: 42px; }
  .approved-hero-gallery { height: 650px; }
  .approved-benefit-bar { grid-template-columns: repeat(2,1fr); }
  .approved-benefit-bar > div { border-bottom: 1px solid var(--line); min-height: 92px; }
  .approved-benefit-bar > div:nth-child(2n) { border-right: 0; }
  .approved-benefit-bar > div:last-child { grid-column: 1/-1; border-bottom: 0; }
}

@media (max-width: 720px) {
  .announcement { font-size: 9px; letter-spacing: .1em; }
  .header-inner { min-height: 68px; padding: 0 18px; }
  .nav { top: 68px; }
  .brand-name { font-size: 12px; }
  .brand-sub { font-size: 8px; }
  .brand-ring { width: 30px; height: 30px; }
  .container, .page-hero-content { width: min(100% - 32px, var(--max)); }
  .section { padding: 78px 0; }
  .section.tight { padding: 55px 0; }
  h1 { font-size: clamp(43px,14vw,68px); }
  h2 { font-size: clamp(34px,11vw,50px); }
  .hero { min-height: auto; padding: 52px 0 72px; }
  .hero-copy .lead { font-size: 17px; }
  .hero-media { min-height: 470px; }
  .hero-arch { inset: 0 16px 0 32px; border-radius: 150px 150px 20px 20px; }
  .hero-stamp { width: 108px; height: 108px; top: 30px; font-size: 9px; }
  .hero-stamp strong { font-size: 18px; }
  .hero-float { width: 155px; bottom: 20px; }
  .button-row { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature-grid, .for-grid, .journal-grid, .team-grid, .included-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .retreat-image { min-height: 460px; }
  .retreat-copy { padding: 58px 24px; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .gallery-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 210px 210px; }
  .gallery-mosaic figure:first-child { grid-column: 1/-1; grid-row: auto; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card:first-child { grid-column: auto; }
  .journey-card { min-height: 360px; }
  .cta-band { grid-template-columns: 1fr; gap: 30px; }
  .cta-band .button-row { justify-content: stretch; }
  .page-hero { min-height: 600px; }
  .page-hero-content { padding-bottom: 54px; }
  .acc-button { grid-template-columns: 64px 1fr 28px; }
  .acc-content { padding-left: 74px; }
  .form { grid-template-columns: 1fr; }
  .field.full, .form-note { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
  .mobile-book { display: flex; position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 12px; background: var(--ink); border-radius: 999px; padding: 7px; box-shadow: 0 18px 45px rgba(0,0,0,.22); align-items: center; gap: 8px; }
  .mobile-book span { color: white; font-size: 11px; padding-left: 13px; flex: 1; }
  .mobile-book button { border: 0; background: var(--white); color: var(--ink); border-radius: 999px; padding: 12px 15px; font-weight: 700; }
  .site-footer { padding-bottom: 90px; }
  .approved-hero { padding: 40px 28px 0; }
  .approved-hero-layout { gap: 30px; min-height: 0; }
  .approved-hero-date { font-size: 12px; margin-bottom: 20px; white-space: nowrap; }
  .approved-hero-copy h1 { font-size: clamp(58px,15.7vw,74px); margin-bottom: 25px; line-height: .98; }
  .approved-hero-description { font-size: 17px; line-height: 1.48; }
  .desktop-break { display: none; }
  .approved-hero-gallery { height: auto; display: block; overflow: visible; }
  .approved-gallery-main { height: 350px; }
  .approved-gallery-main img { object-position: 49% 52%; }
  .approved-gallery-strip { height: 160px; grid-template-columns: repeat(3,1fr); grid-template-rows: 1fr; }
  .approved-gallery-strip figure { border-left: 0; border-right: 2px solid var(--paper); border-bottom: 0; }
  .approved-gallery-strip figure:last-child { border-right: 0; }
  .approved-hero-actions { display: grid; gap: 18px; }
  .approved-hero-primary,.approved-hero-secondary { width: 100%; min-height: 68px; font-size: 18px; }
  .approved-hero-secondary { border: 1.5px solid #b53517; }
  .approved-benefit-bar { margin-top: 22px; min-height: 0; }
  .approved-benefit-bar > div { padding: 10px 12px; min-height: 99px; gap: 11px; font-size: 14px; }
  .approved-benefit-icon { width: 48px; height: 48px; flex-basis: 48px; transform: scale(.88); }
  .approved-benefit-icon.icon-brush { transform: rotate(-42deg) scale(.88); }
}
/* RJ3 follow-up fixes — 2026-08-02 */

/* Keep Jurga's teaching image more compact on desktop. */
.approved-hero-gallery {
  height: 560px;
}
.approved-gallery-main img {
  object-position: 48% 48%;
}

/* Restore the right-side image strip layout. */
.approved-gallery-strip {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}
.approved-gallery-strip figure {
  border-left: 2px solid var(--paper);
  border-bottom: 2px solid var(--paper);
}
.approved-gallery-strip figure:last-child {
  border-bottom: 0;
}
.approved-gallery-strip figure:nth-child(1) img {
  object-position: 50% 65%;
}
.approved-gallery-strip figure:nth-child(2) img {
  object-position: 50% 62%;
}
.approved-gallery-strip figure:nth-child(3) img {
  object-position: 50% 48%;
}
.approved-gallery-strip .riad-deluxe-crop img {
  transform: scale(1.04);
  transform-origin: 50% 58%;
}

/* Approved icon benefit bar replacing the old trust strip. */
.approved-benefit-bar {
  max-width: 1456px;
  margin: 25px auto 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 138px;
  align-items: center;
}
.approved-benefit-bar > div {
  min-height: 84px;
  padding: 0 30px;
  border-right: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 18px;
  white-space: nowrap;
}
.approved-benefit-bar > div:last-child {
  border-right: 0;
}
.approved-benefit-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  position: relative;
  display: inline-block;
  color: #b53517;
}
.approved-benefit-icon.icon-moon::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  border: 2px solid currentColor;
  border-radius: 50%;
  left: 7px;
  top: 7px;
}
.approved-benefit-icon.icon-moon::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  background: var(--paper);
  border-radius: 50%;
  left: 18px;
  top: 1px;
}
.approved-benefit-icon.icon-arch::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 42px;
  left: 11px;
  top: 5px;
  border: 2px solid currentColor;
  border-radius: 16px 16px 0 0;
}
.approved-benefit-icon.icon-arch::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 31px;
  left: 20px;
  top: 17px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
}
.approved-benefit-icon.icon-brush {
  transform: rotate(-42deg);
}
.approved-benefit-icon.icon-brush::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 38px;
  border: 2px solid currentColor;
  left: 23px;
  top: 1px;
  border-radius: 5px;
}
.approved-benefit-icon.icon-brush::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 18px;
  border: 2px solid currentColor;
  left: 18px;
  top: 34px;
  border-radius: 2px 2px 12px 12px;
}
.approved-benefit-icon.icon-tube::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 41px;
  left: 17px;
  top: 9px;
  border: 2px solid currentColor;
}
.approved-benefit-icon.icon-tube::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  left: 20px;
  top: 2px;
  border: 2px solid currentColor;
}
.approved-benefit-icon.icon-steam::before {
  content: "≈\A≈\A≈";
  white-space: pre;
  position: absolute;
  left: 15px;
  top: -5px;
  font-family: Georgia, serif;
  font-size: 27px;
  line-height: .58;
  transform: rotate(90deg);
}

/* Safeguard against any cached/legacy trust bar rendering. */
.approved-hero + .trust-row {
  display: none !important;
}

/* Warm beige instead of blue-grey on Journeys, About and Journal heroes. */
.warm-page-hero {
  background: #f2e7d6 !important;
}

@media (max-width: 1020px) {
  .approved-hero-gallery {
    height: 590px;
  }
  .approved-benefit-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .approved-benefit-bar > div {
    border-bottom: 1px solid var(--line);
    min-height: 92px;
  }
  .approved-benefit-bar > div:nth-child(2n) {
    border-right: 0;
  }
  .approved-benefit-bar > div:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .approved-hero-gallery {
    height: auto;
    display: block;
    overflow: visible;
  }
  .approved-gallery-main {
    height: 315px;
  }
  .approved-gallery-main img {
    object-position: 49% 49%;
  }
  .approved-gallery-strip {
    height: 150px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }
  .approved-gallery-strip figure {
    border-left: 0;
    border-right: 2px solid var(--paper);
    border-bottom: 0;
  }
  .approved-gallery-strip figure:last-child {
    border-right: 0;
  }
  .approved-benefit-bar {
    margin-top: 22px;
    min-height: 0;
  }
  .approved-benefit-bar > div {
    padding: 10px 12px;
    min-height: 99px;
    gap: 11px;
    font-size: 14px;
  }
  .approved-benefit-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    transform: scale(.88);
  }
  .approved-benefit-icon.icon-brush {
    transform: rotate(-42deg) scale(.88);
  }
}

/* Artivian in-site popup v3 */
.modal-artivian{align-items:center;justify-content:center;padding:24px}
.artivian-popup{position:relative;z-index:2;width:min(1040px,calc(100vw - 32px));max-height:calc(100vh - 48px);overflow:auto;background:var(--paper);display:grid;grid-template-columns:.9fr 1.1fr;box-shadow:0 28px 90px rgba(30,24,18,.25)}
.artivian-popup-media{min-height:520px}
.artivian-popup-media img{width:100%;height:100%;object-fit:cover}
.artivian-popup-copy{padding:64px 58px 52px}
.artivian-popup-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0 34px}
.artivian-popup-points span{padding:14px 16px;border:1px solid var(--line);background:rgba(255,255,255,.45)}
.artivian-popup-close{position:absolute;right:18px;top:18px;z-index:3;background:var(--paper)}
@media(max-width:760px){.modal-artivian{padding:10px}.artivian-popup{grid-template-columns:1fr;width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.artivian-popup-media{min-height:210px;max-height:240px}.artivian-popup-copy{padding:30px 22px 26px}.artivian-popup-points{grid-template-columns:1fr}}

/* Restore homepage hero warm beige to match Journeys, About and Journal */
.approved-hero {
  background: #f2e7d6 !important;
}
.approved-hero-inner {
  background: transparent !important;
}

/* Mobile hero benefits and Morocco page refinements — 2026-08-02 */
.approved-benefit-bar {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.approved-benefit-bar > div {
  min-width: 0;
  box-sizing: border-box;
  white-space: normal;
  text-align: left;
}
.approved-benefit-icon.icon-culture::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 9px;
  width: 38px;
  height: 34px;
  border: 2px solid currentColor;
  border-radius: 2px;
}
.approved-benefit-icon.icon-culture::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 2px;
  width: 24px;
  height: 10px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

/* Morocco palette replaces browser-blue accents. */
.marrakech-page {
  --morocco-terracotta: #b84625;
  --morocco-deep: #7c2f1d;
  --morocco-sand: #d7a66a;
}
.marrakech-page .acc-button,
.marrakech-page .acc-button strong,
.marrakech-page .acc-button .plus,
.marrakech-page a:not(.btn) {
  color: var(--morocco-terracotta);
}
.marrakech-page .acc-item.open .acc-button strong,
.marrakech-page .acc-button:hover strong,
.marrakech-page .acc-button:hover .plus {
  color: var(--morocco-deep);
}
.marrakech-page .day {
  color: #747b70;
}

/* Gallery lightbox arrows. */
.lightbox-arrow {
  position: fixed;
  top: 50%;
  z-index: 4;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  background: rgba(20,20,18,.62);
  color: #fff;
  font-size: 42px;
  line-height: 46px;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
}
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }

@media (max-width: 1020px) {
  .approved-benefit-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .approved-benefit-bar > div:last-child {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .approved-hero,
  .approved-hero-layout,
  .approved-benefit-bar {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .approved-benefit-bar {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .approved-benefit-bar > div {
    width: 100%;
    min-width: 0;
    padding: 14px 12px;
    gap: 8px;
    justify-content: flex-start;
    overflow: hidden;
  }
  .approved-benefit-bar > div:nth-child(odd) {
    border-right: 1px solid var(--line);
  }
  .approved-benefit-bar > div:nth-child(even) {
    border-right: 0;
  }
  .approved-benefit-bar > div:last-child {
    grid-column: auto;
    border-bottom: 0;
  }
  .approved-benefit-bar > div:nth-last-child(2) {
    border-bottom: 0;
  }
  .approved-benefit-bar > div > span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
    line-height: 1.2;
  }
  .lightbox-arrow {
    width: 44px;
    height: 44px;
    font-size: 34px;
    line-height: 37px;
  }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}
