
/* ==========================================================================
   YUME HONEYMOON · Destination editorial pages
   Shared by /honeymoon/{destination}/
   ========================================================================== */
:root{
  --yhd-wine:#2B0D16;
  --yhd-wine-2:#53182D;
  --yhd-gold:#C9A56C;
  --yhd-gold-soft:#E7D5AE;
  --yhd-paper:#FCFAF6;
  --yhd-ivory:#F4EDE2;
  --yhd-ink:#171214;
  --yhd-muted:#746a6d;
  --yhd-line:rgba(43,13,22,.12);
}
*{box-sizing:border-box}
body.yhd-page{margin:0;background:var(--yhd-paper);color:var(--yhd-ink);font-family:'Raleway',system-ui,sans-serif}
.yhd-page a{color:inherit}
.yhd-hero{min-height:78vh;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);background:var(--yhd-wine);color:#fff;overflow:hidden}
.yhd-hero__copy{padding:clamp(110px,13vw,170px) clamp(28px,7vw,110px) 80px;display:flex;flex-direction:column;justify-content:flex-end}
.yhd-kicker{font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:800;color:var(--yhd-gold-soft);margin:0 0 22px}
.yhd-hero h1{font-family:'Playfair Display',serif;font-size:clamp(46px,6.6vw,88px);line-height:.98;font-weight:500;margin:0;max-width:900px}
.yhd-hero h1 em{color:var(--yhd-gold-soft);font-weight:500}
.yhd-hero__lead{font-size:clamp(16px,1.55vw,21px);line-height:1.65;max-width:700px;color:rgba(255,255,255,.82);margin:28px 0 0}
.yhd-hero__visual{position:relative;min-height:620px;overflow:hidden;background:
  radial-gradient(circle at 70% 20%,rgba(231,213,174,.18),transparent 34%),
  linear-gradient(145deg,#421727,#1b0a10)}
.yhd-hero__visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(43,13,22,.45),transparent 45%)}
.yhd-hero__visual img{width:100%;height:100%;object-fit:cover;opacity:.76;filter:saturate(.82) contrast(.96)}
.yhd-hero__stamp{position:absolute;right:8%;bottom:10%;z-index:2;width:min(230px,58%);aspect-ratio:1;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center;text-align:center;padding:28px;transform:rotate(-7deg);backdrop-filter:blur(10px);background:rgba(23,18,20,.14)}
.yhd-hero__stamp strong{font-family:'Playfair Display',serif;font-size:26px;font-weight:500}
.yhd-hero__stamp small{display:block;margin-top:7px;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--yhd-gold-soft)}
.yhd-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.yhd-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 22px;border-radius:999px;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.05em}
.yhd-btn--gold{background:var(--yhd-gold);color:#24150f}
.yhd-btn--ghost{border:1px solid rgba(255,255,255,.38);color:#fff;background:rgba(255,255,255,.05)}
.yhd-summary{margin:-38px auto 0;position:relative;z-index:3;width:min(1180px,calc(100% - 32px));display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--yhd-line);box-shadow:0 24px 70px rgba(43,13,22,.09);border-radius:20px;overflow:hidden}
.yhd-summary div{padding:22px 24px;border-right:1px solid var(--yhd-line)}
.yhd-summary div:last-child{border-right:0}
.yhd-summary small{display:block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#8d777d;margin-bottom:7px;font-weight:800}
.yhd-summary strong{font-family:'Playfair Display',serif;font-size:19px;font-weight:600}
.yhd-section{padding:clamp(72px,8vw,118px) 24px}
.yhd-section--ivory{background:var(--yhd-ivory)}
.yhd-section--wine{background:var(--yhd-wine);color:#fff}
.yhd-wrap{width:min(1180px,100%);margin:0 auto}
.yhd-head{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:end;margin-bottom:48px}
.yhd-head h2{font-family:'Playfair Display',serif;font-size:clamp(36px,4.5vw,60px);font-weight:500;line-height:1.04;margin:0}
.yhd-head h2 em{color:var(--yhd-wine-2);font-weight:500}
.yhd-section--wine .yhd-head h2 em{color:var(--yhd-gold-soft)}
.yhd-head p{margin:0;line-height:1.75;color:var(--yhd-muted);font-size:15px}
.yhd-section--wine .yhd-head p{color:rgba(255,255,255,.68)}
.yhd-route{display:grid;gap:12px}
.yhd-stop{display:grid;grid-template-columns:90px minmax(170px,.42fr) 1fr;gap:24px;align-items:start;padding:24px;border-top:1px solid var(--yhd-line)}
.yhd-stop:last-child{border-bottom:1px solid var(--yhd-line)}
.yhd-stop__n{font-family:'Playfair Display',serif;font-size:36px;color:var(--yhd-gold)}
.yhd-stop h3{margin:4px 0 7px;font-family:'Playfair Display',serif;font-size:25px;font-weight:600}
.yhd-stop small{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#957a81;font-weight:800}
.yhd-stop p{margin:3px 0 0;line-height:1.7;color:#5c5154;font-size:14px}
.yhd-values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.yhd-card{background:#fff;border:1px solid var(--yhd-line);border-radius:18px;padding:28px;min-height:220px}
.yhd-card span{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--yhd-wine-2)}
.yhd-card h3{font-family:'Playfair Display',serif;font-size:27px;font-weight:600;margin:16px 0 10px}
.yhd-card p{margin:0;line-height:1.75;color:#65595d;font-size:14px}
.yhd-moments{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}
.yhd-moment-main{border-radius:20px;padding:clamp(34px,5vw,64px);background:linear-gradient(145deg,#3b1020,#1d0710);color:#fff;min-height:420px;display:flex;flex-direction:column;justify-content:flex-end}
.yhd-moment-main blockquote{font-family:'Playfair Display',serif;font-size:clamp(31px,4vw,50px);line-height:1.08;margin:0;max-width:760px}
.yhd-moment-main p{max-width:670px;line-height:1.7;color:rgba(255,255,255,.7);margin:20px 0 0}
.yhd-moment-stack{display:grid;gap:18px}
.yhd-moment{border:1px solid var(--yhd-line);border-radius:20px;padding:28px;background:#fff}
.yhd-moment small{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#8e747b;font-weight:800}
.yhd-moment h3{font-family:'Playfair Display',serif;font-size:24px;margin:12px 0 8px}
.yhd-moment p{margin:0;line-height:1.65;color:#65595d;font-size:14px}
.yhd-process{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;counter-reset:yhdprocess}
.yhd-process article{padding:22px;border-left:1px solid rgba(255,255,255,.2);min-height:190px}
.yhd-process article::before{counter-increment:yhdprocess;content:"0" counter(yhdprocess);display:block;font-family:'Playfair Display',serif;color:var(--yhd-gold-soft);font-size:25px;margin-bottom:18px}
.yhd-process h3{font-size:14px;margin:0 0 9px}
.yhd-process p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.64);margin:0}
.yhd-wedding-preview{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:center}
.yhd-wedding-preview h2{font-family:'Playfair Display',serif;font-size:clamp(36px,4.3vw,58px);font-weight:500;line-height:1.04;margin:0 0 20px}
.yhd-wedding-preview p{line-height:1.75;color:#65595d}
.yhd-device{background:#fff;border:1px solid var(--yhd-line);box-shadow:0 30px 80px rgba(43,13,22,.12);border-radius:26px;padding:12px;transform:rotate(1.4deg)}
.yhd-device__screen{border-radius:18px;overflow:hidden;background:#f7f2ea}
.yhd-device__hero{height:230px;background:linear-gradient(145deg,#3b1020,#6d2340);color:#fff;display:flex;align-items:flex-end;padding:28px}
.yhd-device__hero strong{font-family:'Playfair Display',serif;font-size:35px;font-weight:500}
.yhd-device__body{padding:20px;display:grid;gap:10px}
.yhd-device__row{display:grid;grid-template-columns:90px 1fr;gap:12px;padding:12px;background:#fff;border-radius:12px}
.yhd-device__row small{font-size:9px;letter-spacing:.11em;text-transform:uppercase;color:#917b81;font-weight:800}
.yhd-device__row span{font-size:12px;font-weight:700}
.yhd-note{margin-top:22px;padding:18px 20px;border-left:2px solid var(--yhd-gold);background:rgba(201,165,108,.09);font-size:13px;line-height:1.65;color:#66595c}
.yhd-final{text-align:center;padding:clamp(80px,10vw,140px) 24px;background:linear-gradient(145deg,#2b0d16,#1d0710);color:#fff}
.yhd-final h2{font-family:'Playfair Display',serif;font-size:clamp(39px,5.4vw,70px);font-weight:500;line-height:1.03;margin:0 auto 20px;max-width:920px}
.yhd-final p{max-width:700px;margin:0 auto 30px;line-height:1.75;color:rgba(255,255,255,.68)}
.yhd-back{display:inline-block;margin-top:24px;color:rgba(255,255,255,.62);font-size:12px;text-decoration:none}
.yhd-theme-thailand .yhd-hero__visual{background:radial-gradient(circle at 65% 25%,rgba(221,171,99,.25),transparent 34%),linear-gradient(145deg,#40261e,#1d1110)}
.yhd-theme-polynesia .yhd-hero__visual{background:radial-gradient(circle at 55% 30%,rgba(193,225,222,.34),transparent 34%),linear-gradient(155deg,#1f4548,#17282d)}
.yhd-theme-korea .yhd-hero__visual{background:radial-gradient(circle at 68% 24%,rgba(235,210,198,.22),transparent 34%),linear-gradient(145deg,#362330,#17151e)}
.yhd-theme-world .yhd-hero__visual{background:radial-gradient(circle at 50% 24%,rgba(224,191,135,.24),transparent 32%),linear-gradient(145deg,#30372e,#171b18)}
@media(max-width:900px){
  .yhd-hero{grid-template-columns:1fr}
  .yhd-hero__visual{min-height:360px;order:-1}
  .yhd-hero__copy{padding-top:55px}
  .yhd-summary{grid-template-columns:1fr 1fr;margin-top:-24px}
  .yhd-summary div:nth-child(2){border-right:0}
  .yhd-summary div:nth-child(-n+2){border-bottom:1px solid var(--yhd-line)}
  .yhd-head,.yhd-wedding-preview,.yhd-moments{grid-template-columns:1fr}
  .yhd-values{grid-template-columns:1fr}
  .yhd-process{grid-template-columns:1fr 1fr}
  .yhd-stop{grid-template-columns:64px 1fr}
  .yhd-stop p{grid-column:2}
}
@media(max-width:560px){
  .yhd-hero__copy{padding:46px 22px 66px}
  .yhd-hero__visual{min-height:300px}
  .yhd-summary{grid-template-columns:1fr}
  .yhd-summary div{border-right:0;border-bottom:1px solid var(--yhd-line)}
  .yhd-section{padding-left:18px;padding-right:18px}
  .yhd-process{grid-template-columns:1fr}
  .yhd-stop{grid-template-columns:52px 1fr;padding:20px 4px}
  .yhd-device{transform:none}
}


/* ---------- Immersive route map ---------- */
.yhd-section--map{background:#f7f2e9}
.yhd-map-shell{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:16px;align-items:stretch}
.yhd-map{min-height:520px;border-radius:24px;overflow:hidden;border:1px solid var(--yhd-line);box-shadow:0 22px 60px rgba(43,13,22,.08);background:#ece6db}
.yhd-map .leaflet-tile-pane{filter:grayscale(.9) sepia(.16) saturate(.55) contrast(.94)}
.yhd-map .leaflet-control-zoom a{color:var(--yhd-wine);border-color:var(--yhd-line)}
.yhd-map-marker{background:transparent!important;border:0!important}
.yhd-map-marker span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--yhd-wine);border:2px solid var(--yhd-gold);color:#fff;font:800 10px/1 'Raleway',sans-serif;box-shadow:0 8px 22px rgba(43,13,22,.22)}
.yhd-map-detail{border-radius:24px;padding:32px;background:var(--yhd-wine);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;min-height:300px}
.yhd-map-detail span{font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:var(--yhd-gold-soft);font-weight:800}
.yhd-map-detail strong{font:500 34px/1.08 'Playfair Display',serif;margin:14px 0}
.yhd-map-detail p{color:rgba(255,255,255,.68);line-height:1.7;font-size:13px;margin:0}
.yhd-stop[data-map-stop]{cursor:pointer;border-radius:14px;transition:background .2s ease,transform .2s ease}
.yhd-stop[data-map-stop]:hover,.yhd-stop[data-map-stop]:focus-visible{background:rgba(201,165,108,.09);transform:translateX(4px);outline:none}

/* ---------- Mood gallery ---------- */
.yhd-section--gallery{background:var(--yhd-paper)}
.yhd-gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:12px}
.yhd-gallery__item{grid-column:span 4;position:relative;min-height:300px;margin:0;border-radius:20px;overflow:hidden;background:#ddd}
.yhd-gallery__item.is-wide{grid-column:span 6}
.yhd-gallery__item:nth-child(2){grid-column:span 6}
.yhd-gallery__item img{width:100%;height:100%;object-fit:cover;filter:saturate(.82);transition:transform .7s ease}
.yhd-gallery__item:hover img{transform:scale(1.035)}
.yhd-gallery__item::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(29,7,16,.65),transparent 58%)}
.yhd-gallery__item figcaption{position:absolute;z-index:2;left:20px;bottom:18px;color:#fff;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:800}
.yhd-rhythm{margin-top:36px;padding:24px;border:1px solid var(--yhd-line);border-radius:20px;background:#fff;display:grid;grid-template-columns:160px repeat(7,1fr);gap:10px;align-items:end;overflow-x:auto}
.yhd-rhythm__label{align-self:center;font:500 22px/1 'Playfair Display',serif;color:var(--yhd-wine)}
.yhd-rhythm__step{min-width:92px;display:grid;grid-template-rows:90px auto;gap:10px;align-items:end}
.yhd-rhythm__step i{display:block;width:100%;height:var(--level);min-height:18px;border-radius:999px 999px 5px 5px;background:linear-gradient(180deg,var(--yhd-gold),var(--yhd-wine-2));opacity:.8}
.yhd-rhythm__step b{font-size:9px;line-height:1.35;color:#6c5c61}
.yhd-logistics-note{margin:18px 0 0;padding:18px 20px;border-radius:16px;background:#2b0d16;color:rgba(255,255,255,.72);font-size:12px;line-height:1.7}
.yhd-logistics-note strong{color:var(--yhd-gold-soft)}

@media(max-width:900px){
 .yhd-map-shell{grid-template-columns:1fr}.yhd-map{min-height:430px}.yhd-map-detail{min-height:220px}
 .yhd-gallery__item,.yhd-gallery__item.is-wide,.yhd-gallery__item:nth-child(2){grid-column:span 6}
 .yhd-rhythm{grid-template-columns:130px repeat(7,110px)}
}
@media(max-width:560px){
 .yhd-map{min-height:360px}
 .yhd-gallery{grid-template-columns:1fr}.yhd-gallery__item,.yhd-gallery__item.is-wide,.yhd-gallery__item:nth-child(2){grid-column:auto;min-height:260px}
 .yhd-rhythm{grid-template-columns:110px repeat(7,95px);padding:18px}
}


/* ---------- World · Worldwide Concierge ---------- */
.yhd-world-page .yhd-hero{
  background:linear-gradient(145deg,#211014 0%,#2b0d16 48%,#3b2d24 100%);
}
.yhd-world-page .yhd-hero__visual{
  background:
    radial-gradient(circle at 28% 24%,rgba(231,213,174,.22),transparent 30%),
    radial-gradient(circle at 75% 66%,rgba(201,165,108,.12),transparent 34%),
    linear-gradient(145deg,#34231f,#171214);
}
.yhd-world-page .yhd-hero__visual::before{
  content:"WORLD";
  position:absolute;
  inset:auto 6% 10% auto;
  font:500 clamp(78px,14vw,180px)/.8 'Playfair Display',serif;
  letter-spacing:-.08em;
  color:rgba(250,246,239,.055);
  z-index:1;
}
.yhd-world-page .yhd-hero__stamp{background:rgba(29,7,16,.2)}
.yhd-world-concierge{
  padding:clamp(80px,9vw,130px) 24px;
  background:#171214;
  color:#fff;
}
.yhd-world-concierge[hidden]{display:none}
.yhd-world-head{display:grid;grid-template-columns:.78fr 1.22fr;gap:52px;align-items:end;margin-bottom:54px}
.yhd-world-head h2{margin:0;font:500 clamp(40px,5vw,68px)/1.02 'Playfair Display',serif}
.yhd-world-head h2 em{color:var(--yhd-gold-soft)}
.yhd-world-head>p:last-child{margin:0;color:rgba(255,255,255,.66);line-height:1.8;font-size:15px}
.yhd-world-capabilities{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.yhd-world-capabilities article{
  min-height:270px;padding:30px;border:1px solid rgba(231,213,174,.15);border-radius:22px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
}
.yhd-world-capabilities span{display:block;color:var(--yhd-gold);font:500 26px/1 'Playfair Display',serif}
.yhd-world-capabilities h3{margin:42px 0 12px;font:500 29px/1.05 'Playfair Display',serif}
.yhd-world-capabilities p{margin:0;color:rgba(255,255,255,.62);line-height:1.72;font-size:13px}
.yhd-world-consulting{
  display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;margin-top:72px;padding-top:58px;
  border-top:1px solid rgba(231,213,174,.16)
}
.yhd-world-consulting h3{margin:8px 0 0;max-width:560px;font:500 clamp(34px,4vw,55px)/1.06 'Playfair Display',serif}
.yhd-world-consulting__copy{display:grid;gap:18px}
.yhd-world-consulting__copy p{margin:0;color:rgba(255,255,255,.68);line-height:1.8;font-size:14px}
.yhd-world-consulting__copy strong{color:#fff}
.yhd-world-team-note{
  padding:18px 20px;border-left:2px solid var(--yhd-gold);background:rgba(201,165,108,.08);
  color:var(--yhd-gold-soft)!important;font-size:12px!important
}
.yhd-world-request-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:54px}
.yhd-world-request-strip span{
  padding:10px 13px;border:1px solid rgba(231,213,174,.2);border-radius:999px;
  color:var(--yhd-gold-soft);font-size:10px;font-weight:800;letter-spacing:.06em
}
.yhd-world-page .yhd-section--map{background:#efe8dc}
.yhd-world-page .yhd-map-detail{background:#211014}
.yhd-world-page #modello{background:#fcfaf6}
.yhd-world-page .yhd-note strong::after{content:" · Il risultato non è un catalogo, ma una proposta costruita sul vostro caso."}

@media(max-width:900px){
  .yhd-world-head,.yhd-world-consulting{grid-template-columns:1fr;gap:24px}
  .yhd-world-capabilities{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .yhd-world-concierge{padding-left:18px;padding-right:18px}
  .yhd-world-capabilities{grid-template-columns:1fr}
  .yhd-world-capabilities article{min-height:230px}
  .yhd-world-consulting{margin-top:52px;padding-top:42px}
}


/* ==========================================================================
   Destination responsive audit fixes
   ========================================================================== */
.yhd-map .leaflet-control-attribution{
  background:rgba(250,246,239,.86);
  color:#6f6265;
  font-size:9px;
  padding:2px 5px;
  border-radius:6px 0 0 0;
}
.yhd-map .leaflet-control-attribution a{color:#53182D}
.yhd-map .leaflet-popup-content-wrapper{
  border-radius:12px;
  box-shadow:0 12px 30px rgba(43,13,22,.16);
}
.yhd-map .leaflet-popup-content{
  margin:10px 14px;
  font:600 12px/1.4 'Raleway',sans-serif;
  color:#2B0D16;
}

@media(min-width:901px) and (max-width:1180px){
  .yhd-hero{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr)}
  .yhd-hero__copy{padding-left:44px;padding-right:44px}
  .yhd-summary{width:min(1040px,calc(100% - 32px))}
  .yhd-map-shell{grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr)}
  .yhd-map{min-height:470px}
  .yhd-head{gap:32px}
  .yhd-stop{grid-template-columns:72px minmax(150px,.38fr) 1fr;gap:18px;padding-left:16px;padding-right:16px}
}

@media(max-width:900px){
  .yhd-map-shell{gap:12px}
  .yhd-map{min-height:390px}
  .yhd-map-detail{min-height:190px;padding:26px}
  .yhd-map-detail strong{font-size:30px}
  .yhd-summary{width:calc(100% - 28px)}
  .yhd-rhythm{margin-top:26px}
}

@media(max-width:560px){
  .yhd-map{min-height:330px;border-radius:18px}
  .yhd-map-detail{min-height:auto;padding:22px;border-radius:18px}
  .yhd-map-detail strong{font-size:26px;margin:10px 0}
  .yhd-map-detail p{font-size:12px}
  .yhd-summary{width:calc(100% - 24px);border-radius:16px}
  .yhd-summary div{padding:17px 18px}
  .yhd-summary strong{font-size:17px}
  .yhd-gallery__item,
  .yhd-gallery__item.is-wide,
  .yhd-gallery__item:nth-child(2){min-height:240px;border-radius:16px}
  .yhd-rhythm{
    grid-template-columns:96px repeat(7,88px);
    gap:8px;
    padding:14px;
    border-radius:16px;
    overscroll-behavior-x:contain;
    scrollbar-width:thin;
  }
  .yhd-rhythm__label{font-size:18px}
  .yhd-rhythm__step{min-width:80px;grid-template-rows:72px auto}
  .yhd-stop[data-map-stop]:hover{transform:none}
}


/* Dynamic Journey Rhythm columns */
.yhd-rhythm{
  grid-template-columns:160px repeat(var(--rhythm-count,7),minmax(92px,1fr));
}
@media(max-width:900px){
  .yhd-rhythm{
    grid-template-columns:130px repeat(var(--rhythm-count,7),110px);
  }
}
@media(max-width:560px){
  .yhd-rhythm{
    grid-template-columns:96px repeat(var(--rhythm-count,7),88px);
  }
}


/* ---------- Clickable Wedding Journey preview ---------- */
.yhd-device--link{
  display:block;
  color:inherit;
  text-decoration:none;
  cursor:pointer;
  transition:transform .24s ease,box-shadow .24s ease;
}
.yhd-device--link:hover{
  transform:rotate(1.4deg) translateY(-4px);
  box-shadow:0 34px 90px rgba(43,13,22,.16);
}
.yhd-device--link:focus-visible{
  outline:2px solid var(--yhd-gold);
  outline-offset:5px;
}
@media(max-width:560px){
  .yhd-device--link:hover{transform:translateY(-2px)}
}
