:root{
  --pds-green:#2E3A2E;
  --pds-earth:#A35B28;
  --pds-sand:#E7E2D8;
  --pds-sand-2:#D8CDB8;
  --pds-olive:#6B6D3C;
  --pds-gold:#C59A3A;
  --pds-black:#1A1A1A;
  --pds-white:#fffaf0;
  --pds-font-title:'Poppins',system-ui,sans-serif;
  --pds-font-body:'Lato',system-ui,sans-serif;
  --pds-font-accent:'Caveat',cursive;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--pds-sand);color:var(--pds-black);font-family:var(--pds-font-body);font-size:16px;line-height:1.5}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);overflow:hidden;width:1px;height:1px}
.pds-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}

/* Header */
.pds-site-header{position:fixed;z-index:50;inset:0 0 auto 0;color:#fff;transition:background .25s ease,box-shadow .25s ease}
.pds-topbar{background:#050505;color:#fff;font-size:13px;letter-spacing:.01em}
.pds-topbar__inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.pds-topbar__left,.pds-topbar__right,.pds-socials,.pds-contact-mini{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.pds-topbar a{color:rgba(255,255,255,.86)}
.pds-topbar a:hover{color:#fff}
.pds-socials a{font-family:var(--pds-font-title);font-size:11px;font-weight:800;/*border:1px solid rgba(255,255,255,.22);border-radius:999px;*/padding:3px 8px;line-height:1.2}
.pds-topbar-login{font-family:var(--pds-font-title);font-weight:800;text-transform:uppercase;font-size:11px;color:#fff!important}
.pds-header-main{background:rgba(46,58,46,.12);backdrop-filter:blur(4px);transition:background .25s ease,backdrop-filter .25s ease,border-color .25s ease;border-bottom:1px solid rgba(255,255,255,.12)}
.pds-site-header.is-scrolled .pds-header-main{background:rgba(46,58,46,.92);backdrop-filter:blur(14px);box-shadow:0 14px 30px rgba(0,0,0,.18)}
.pds-header__inner{height:88px;display:flex;align-items:center;gap:28px}
.pds-header__logo{margin-right:auto;display:flex;align-items:center}
.pds-header__logo .custom-logo-link img{max-height:58px;width:auto;display:block}
.pds-logo{display:inline-flex;flex-direction:column;font-family:var(--pds-font-accent);font-size:31px;font-weight:700;line-height:.68;text-transform:uppercase;color:#fff}
.pds-logo small{font-family:var(--pds-font-title);font-size:10px;letter-spacing:.28em;margin-left:12px}
.pds-menu{list-style:none;display:flex;gap:26px;margin:0;padding:0;font-family:var(--pds-font-title);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.pds-menu a{display:inline-flex;align-items:center;min-height:36px;color:rgba(255,255,255,.9)}
.pds-menu a:hover{color:#fff}
.pds-header__actions{display:flex;align-items:center;gap:12px}
.pds-header-cta,.pds-account-link{border:1px solid rgba(255,255,255,.72);padding:10px 15px;font-family:var(--pds-font-title);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;border-radius:999px;color:#fff}
.pds-header-cta{background:var(--pds-earth);border-color:var(--pds-earth)}
.pds-menu-toggle{display:none;background:transparent;border:0;padding:8px;cursor:pointer}
.pds-menu-toggle span:not(.screen-reader-text){display:block;width:25px;height:2px;background:#fff;margin:5px 0;transition:transform .2s ease,opacity .2s ease}
.pds-mobile-menu{position:fixed;z-index:49;top:124px;left:0;right:0;background:rgba(46,58,46,.98);padding:22px 20px 28px;color:#fff;box-shadow:0 18px 35px rgba(0,0,0,.28)}
.pds-mobile-menu__list{list-style:none;margin:0 0 22px;padding:0;font-family:var(--pds-font-title);font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.pds-mobile-menu__list li{border-bottom:1px solid rgba(255,255,255,.16)}
.pds-mobile-menu__list a{display:block;padding:13px 0}
.pds-mobile-menu__actions{display:grid;gap:12px}

/* Hero */
.pds-main{overflow:hidden}
.pds-hero{min-height:96vh;position:relative;display:grid;align-items:center;background:linear-gradient(110deg,rgba(26,26,26,.74),rgba(46,58,46,.38)),url('../img/hero-placeholder.jpg');background-color:#263226;background-size:cover;background-position:center;color:#fff;padding:156px 0 96px}
.pds-hero__overlay{position:absolute;inset:0;background:radial-gradient(circle at 70% 35%,rgba(197,154,58,.12),transparent 28%),linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.28))}
.pds-hero__content{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,780px) minmax(230px,310px);gap:48px;align-items:end}
.pds-eyebrow{font-family:var(--pds-font-title);text-transform:uppercase;letter-spacing:.18em;color:var(--pds-gold);font-weight:800;margin:0 0 18px;font-size:13px}
.pds-hero h1{font-family:var(--pds-font-title);font-size:clamp(44px,6.8vw,92px);line-height:.94;text-transform:uppercase;max-width:860px;margin:0 0 24px;letter-spacing:-.04em}
.pds-hero h1 span{color:var(--pds-gold)}
.pds-hero p{max-width:620px;font-size:20px;margin:0;color:rgba(255,255,255,.9)}
.pds-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 24px;border:1px solid rgba(255,255,255,.7);font-family:var(--pds-font-title);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;border-radius:999px;transition:transform .2s ease,background .2s ease}
.pds-btn:hover{transform:translateY(-1px)}
.pds-btn--solid{background:var(--pds-earth);border-color:var(--pds-earth);color:#fff}
.pds-btn--ghost{background:rgba(255,255,255,.06);color:#fff}
.pds-hero__actions{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}
.pds-hero__panel{display:flex;flex-direction:column;gap:10px;align-items:flex-start;justify-self:end;background:rgba(26,26,26,.32);border:1px solid rgba(255,255,255,.22);border-radius:22px;padding:18px;backdrop-filter:blur(12px)}
.pds-hero__panel span{font-family:var(--pds-font-title);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;border-radius:999px;padding:9px 12px;background:rgba(231,226,216,.14)}
.pds-hero-metrics{position:relative;z-index:3;margin-top:-76px;display:grid;grid-template-columns:repeat(3,1fr);max-width:820px;margin-left:auto;margin-right:auto;background:rgba(231,226,216,.94);color:var(--pds-black);border-radius:18px;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,.22)}
.pds-hero-metrics div{padding:22px 26px;text-align:center;border-right:1px solid rgba(26,26,26,.12)}
.pds-hero-metrics div:last-child{border-right:0}
.pds-hero-metrics strong{display:block;font-family:var(--pds-font-title);font-size:30px;line-height:1;color:var(--pds-green)}
.pds-hero-metrics span{display:block;text-transform:uppercase;letter-spacing:.12em;font-family:var(--pds-font-title);font-size:11px;font-weight:800;margin-top:6px;color:rgba(26,26,26,.68)}

/* Sections */
.pds-section{padding:82px 0}
.pds-section--light{background:var(--pds-sand)}
.pds-section--dark{background:var(--pds-green);color:#fff}
.pds-section--olive{background:var(--pds-olive);color:#fff}
.pds-section--gallery{background:var(--pds-sand-2)}
.pds-section h2{font-family:var(--pds-font-title);font-size:clamp(30px,4vw,52px);line-height:1;text-transform:uppercase;margin:0 0 24px;letter-spacing:-.03em}
.pds-values{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:36px;align-items:center}
.pds-section-heading p{max-width:380px}
.pds-section-heading a,.pds-section-title-row a{font-family:var(--pds-font-title);font-size:13px;font-weight:800;text-transform:uppercase}
.pds-value{border-left:1px solid rgba(0,0,0,.12);padding-left:32px;text-align:center}
.pds-value span{font-size:52px;color:var(--pds-olive)}
.pds-value h3{font-family:var(--pds-font-title);text-transform:uppercase}
.pds-section-title-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}
.pds-experience-grid,.pds-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.pds-experience-card{position:relative;background:rgba(255,255,255,.06);border-radius:10px;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,.22)}
.pds-experience-card__image,.pds-post-card__image{height:245px;background:linear-gradient(135deg,#4b5638,#171d17)}
.pds-experience-card__badges{position:absolute;left:14px;right:14px;top:14px;display:flex;gap:8px;flex-wrap:wrap;z-index:2}
.pds-experience-card__badges span{background:rgba(26,26,26,.75);border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#fff;padding:6px 9px;font-family:var(--pds-font-title);font-size:10px;font-weight:800;text-transform:uppercase}
.pds-experience-card__body{padding:18px}
.pds-experience-card h3,.pds-post-card h3{font-family:var(--pds-font-title);text-transform:uppercase;margin:0 0 6px}
.pds-price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px}
.pds-price-row strong{font-family:var(--pds-font-title);font-size:28px}
.pds-price-row a{background:var(--pds-earth);padding:10px 12px;border-radius:999px;font-family:var(--pds-font-title);font-size:11px;font-weight:800;text-transform:uppercase}
.pds-dots{text-align:center;margin-top:24px}
.pds-dots span{display:inline-block;width:8px;height:8px;margin:0 4px;border-radius:50%;background:rgba(255,255,255,.35)}
.pds-dots .is-active{background:#fff}
.pds-gallery-masonry{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:150px;gap:12px}
.pds-gallery-masonry figure{margin:0;border-radius:10px;background:linear-gradient(135deg,#294a3c,#a35b28);overflow:hidden}
.pds-gallery-masonry figure:nth-child(1){grid-row:span 2}.pds-gallery-masonry figure:nth-child(3){grid-row:span 2}.pds-gallery-masonry figure:nth-child(5){grid-column:span 2;grid-row:span 2}
.pds-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.pds-testimonials blockquote{background:var(--pds-sand);color:var(--pds-black);padding:32px;border-radius:10px;margin:0;font-family:var(--pds-font-accent);font-size:25px}
.pds-testimonials cite{display:block;margin-top:18px;font-family:var(--pds-font-title);font-size:13px;font-style:normal;text-transform:uppercase}
.pds-post-card{background:#fff8ec;border-radius:10px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.08);padding-bottom:18px}
.pds-post-card>*:not(.pds-post-card__image){margin-left:18px;margin-right:18px}
.pds-site-footer{background:var(--pds-green);color:#fff;padding:56px 0 20px}
.pds-footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:44px}
.pds-site-footer h3{font-family:var(--pds-font-title);text-transform:uppercase;font-size:14px}
.pds-footer-menu{list-style:none;margin:0;padding:0}.pds-footer-menu li{margin:8px 0;color:rgba(255,255,255,.82)}
.pds-footer__bottom{text-align:center;color:rgba(255,255,255,.75);font-size:13px;margin-top:40px}

@media(max-width:1020px){
  .pds-main-nav,.pds-header-cta{display:none}
  .pds-menu-toggle{display:block}
  .pds-hero__content{grid-template-columns:1fr}
  .pds-hero__panel{justify-self:start;flex-direction:row;flex-wrap:wrap}
}
@media(max-width:900px){
  .pds-container{width:min(100% - 28px,640px)}
  .pds-topbar__inner{height:auto;padding:8px 0;align-items:flex-start;flex-direction:column;gap:8px}
  .pds-topbar__right{gap:10px}
  .pds-header__inner{height:76px}
  .pds-mobile-menu{top:calc(76px + 74px)}
  .pds-hero{min-height:86vh;padding-top:152px;padding-bottom:80px}
  .pds-hero h1{font-size:40px}
  .pds-hero p{font-size:18px}
  .pds-hero-metrics{grid-template-columns:1fr;max-width:360px;margin-top:-48px}
  .pds-hero-metrics div{border-right:0;border-bottom:1px solid rgba(26,26,26,.12);padding:18px}
  .pds-values,.pds-experience-grid,.pds-post-grid,.pds-testimonials,.pds-footer__grid{grid-template-columns:1fr}
  .pds-value{text-align:left}
  .pds-section-title-row{align-items:flex-start;flex-direction:column}
  .pds-gallery-masonry{grid-template-columns:repeat(2,1fr);grid-auto-rows:120px}.pds-gallery-masonry figure:nth-child(n){grid-column:auto;grid-row:auto}.pds-gallery-masonry figure:nth-child(1),.pds-gallery-masonry figure:nth-child(5){grid-row:span 2}
  .pds-section{padding:56px 0}
}
@media(max-width:520px){
  .pds-contact-mini{font-size:12px;gap:10px}
  .pds-socials{gap:6px}
  .pds-mobile-menu{top:132px}
  .pds-hero h1{font-size:34px}
  .pds-hero__actions{display:grid;grid-template-columns:1fr}
  .pds-btn{width:100%}
}

/* Home sections v0.3.0 */
.pds-eyebrow{display:inline-block;margin:0 0 12px;font-family:var(--pds-font-title);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--pds-earth)}
.pds-section--identity{background:linear-gradient(180deg,var(--pds-sand),#f5efe3);padding:112px 0 104px}
.pds-identity{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(320px,1.45fr);gap:54px;align-items:stretch}
.pds-identity__intro{display:flex;flex-direction:column;justify-content:center}
.pds-identity__intro h2{max-width:560px;margin-bottom:22px;color:var(--pds-green)}
.pds-identity__intro p{max-width:560px;font-size:18px;line-height:1.75;color:rgba(26,26,26,.76)}
.pds-text-link{display:inline-flex;align-items:center;gap:8px;font-family:var(--pds-font-title);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:inherit;text-decoration:none}
.pds-identity__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.pds-value-card{min-height:310px;padding:30px 26px;border-radius:24px;background:#fff8ec;border:1px solid rgba(26,26,26,.08);box-shadow:0 18px 45px rgba(46,58,46,.1);display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}
.pds-value-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 20%,rgba(197,154,58,.2),transparent 34%);pointer-events:none}
.pds-value-card span{position:absolute;top:22px;left:24px;font-family:var(--pds-font-title);font-weight:900;font-size:48px;line-height:1;color:rgba(163,91,40,.2)}
.pds-value-card h3{font-family:var(--pds-font-title);font-size:26px;text-transform:uppercase;margin:0 0 12px;color:var(--pds-green)}
.pds-value-card p{margin:0;color:rgba(26,26,26,.7);line-height:1.6}

.pds-section--experiences{background:var(--pds-green);color:#fff;padding:118px 0 112px}
.pds-section--experiences .pds-eyebrow{color:var(--pds-gold)}
.pds-section--experiences .pds-section-title-row{margin-bottom:42px}
.pds-experience-card{min-height:560px;border-radius:24px;background:#f7efe0;color:var(--pds-black);overflow:hidden;box-shadow:0 25px 70px rgba(0,0,0,.28);transition:transform .22s ease,box-shadow .22s ease}
.pds-experience-card:hover{transform:translateY(-4px);box-shadow:0 32px 80px rgba(0,0,0,.34)}
.pds-experience-card__image{position:relative;display:block;height:350px;background-size:cover;background-position:center;text-decoration:none;overflow:hidden}
.pds-experience-card__image img{width:100%;height:100%;object-fit:cover;display:block}
.pds-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.48) 0%,rgba(0,0,0,.08) 45%,rgba(0,0,0,.68) 100%)}
.pds-demo-img--bike{background-image:linear-gradient(135deg,rgba(46,58,46,.3),rgba(26,26,26,.4)),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 620"><rect width="900" height="620" fill="%23384834"/><circle cx="245" cy="390" r="98" fill="none" stroke="%23e7e2d8" stroke-width="18" opacity=".55"/><circle cx="650" cy="390" r="98" fill="none" stroke="%23e7e2d8" stroke-width="18" opacity=".55"/><path d="M245 390 L410 245 L505 390 L650 390 L515 220 L410 245" fill="none" stroke="%23c59a3a" stroke-width="18" stroke-linecap="round" stroke-linejoin="round"/><path d="M0 470 C190 380 300 495 470 420 C640 346 710 425 900 340 L900 620 L0 620Z" fill="%232E3A2E"/><circle cx="700" cy="100" r="54" fill="%23c59a3a" opacity=".75"/></svg>')}
.pds-demo-img--mountain{background-image:linear-gradient(135deg,rgba(46,58,46,.18),rgba(26,26,26,.44)),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 620"><rect width="900" height="620" fill="%23d7c5a2"/><path d="M0 455 L220 190 L360 370 L520 135 L900 455 L900 620 L0 620Z" fill="%232E3A2E"/><path d="M520 135 L595 250 L475 250Z" fill="%23f7efe0" opacity=".9"/><path d="M220 190 L280 285 L176 285Z" fill="%23f7efe0" opacity=".8"/><path d="M0 505 C220 450 350 520 520 470 C720 410 790 470 900 425 L900 620 L0 620Z" fill="%23a35b28" opacity=".75"/></svg>')}
.pds-demo-img--river{background-image:linear-gradient(135deg,rgba(46,58,46,.18),rgba(26,26,26,.44)),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 620"><rect width="900" height="620" fill="%236B6D3C"/><path d="M0 280 C180 210 245 330 410 260 C580 188 655 280 900 190 L900 0 L0 0Z" fill="%232E3A2E"/><path d="M0 450 C210 365 320 520 515 420 C690 330 740 435 900 370 L900 620 L0 620Z" fill="%23e7e2d8"/><path d="M0 510 C210 425 330 568 520 478 C700 392 760 495 900 432 L900 620 L0 620Z" fill="%232f5f67" opacity=".55"/></svg>')}
.pds-experience-card__badges{top:18px;left:18px;right:18px;gap:10px}
.pds-experience-card__badges span{background:rgba(26,26,26,.78);border-color:rgba(255,255,255,.28);font-size:11px;padding:8px 11px;backdrop-filter:blur(8px)}
.pds-experience-card__price{position:absolute;left:18px;right:18px;top:248px;z-index:3;display:grid;grid-template-columns:1fr auto;align-items:end;gap:12px;padding:16px;border-radius:18px;background:rgba(247,239,224,.94);box-shadow:0 16px 40px rgba(0,0,0,.24);backdrop-filter:blur(10px)}
.pds-experience-card__price small{grid-column:1/-1;font-family:var(--pds-font-title);font-size:13px;color:rgba(26,26,26,.52);text-decoration:line-through;margin-bottom:-8px}
.pds-experience-card__price strong{font-family:var(--pds-font-title);font-size:clamp(26px,2.4vw,35px);line-height:1;color:var(--pds-green)}
.pds-experience-card__price strong del{display:block;font-size:13px;color:rgba(26,26,26,.5)}
.pds-experience-card__price strong ins{text-decoration:none}
.pds-experience-card__price a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:11px 15px;border-radius:999px;background:var(--pds-earth);color:#fff;font-family:var(--pds-font-title);font-size:11px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;text-decoration:none;white-space:nowrap}
.pds-experience-card__body{padding:38px 22px 24px}
.pds-experience-card h3{font-size:28px;line-height:1.02;color:var(--pds-green)}
.pds-experience-card h3 a{text-decoration:none;color:inherit}
.pds-experience-card__body p{color:rgba(26,26,26,.66);line-height:1.6;min-height:42px}
.pds-card-detail{font-family:var(--pds-font-title);font-weight:900;font-size:12px;letter-spacing:.09em;text-transform:uppercase;color:var(--pds-earth);text-decoration:none}

.pds-section--gallery-tall{padding:126px 0;background:linear-gradient(180deg,#eee5d6 0%,#f8f0e3 100%)}
.pds-section--gallery-tall h2{max-width:780px;color:var(--pds-green)}
.pds-gallery-masonry{grid-template-columns:repeat(6,1fr);grid-auto-rows:118px;gap:16px;min-height:760px}
.pds-gallery-item{position:relative;border-radius:26px;background-size:cover;background-position:center;box-shadow:0 18px 45px rgba(46,58,46,.16)}
.pds-gallery-item span{position:absolute;left:16px;bottom:14px;padding:7px 10px;border-radius:999px;background:rgba(26,26,26,.6);color:#fff;font-family:var(--pds-font-title);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;opacity:.9}
.pds-gallery-item--1{grid-column:span 2;grid-row:span 3;background-image:linear-gradient(135deg,#2E3A2E,#A35B28)}
.pds-gallery-item--2{grid-column:span 2;grid-row:span 2;background-image:linear-gradient(135deg,#6B6D3C,#D7C5A2)}
.pds-gallery-item--3{grid-column:span 2;grid-row:span 4;background-image:linear-gradient(135deg,#384834,#C59A3A)}
.pds-gallery-item--4{grid-column:span 1;grid-row:span 2;background-image:linear-gradient(135deg,#A35B28,#E7E2D8)}
.pds-gallery-item--5{grid-column:span 3;grid-row:span 3;background-image:linear-gradient(135deg,#1A1A1A,#6B6D3C)}
.pds-gallery-item--6{grid-column:span 2;grid-row:span 2;background-image:linear-gradient(135deg,#C59A3A,#2E3A2E)}
.pds-gallery-item--7{grid-column:span 2;grid-row:span 3;background-image:linear-gradient(135deg,#D7C5A2,#A35B28)}
.pds-gallery-item--8{grid-column:span 2;grid-row:span 2;background-image:linear-gradient(135deg,#6B6D3C,#1A1A1A)}

.pds-section--testimonials{padding:112px 0;background:var(--pds-olive);color:#fff}
.pds-section--testimonials .pds-eyebrow{color:var(--pds-gold)}
.pds-testimonials blockquote{border-radius:28px;background:#fff8ec;color:var(--pds-black);padding:34px;box-shadow:0 18px 45px rgba(0,0,0,.14);position:relative;overflow:hidden}
.pds-testimonials blockquote:before{content:"“";position:absolute;top:-24px;right:24px;font-family:serif;font-size:140px;color:rgba(163,91,40,.11);line-height:1}
.pds-testimonials blockquote p{position:relative;margin:0;font-family:var(--pds-font-accent);font-size:clamp(23px,2vw,30px);line-height:1.18}
.pds-testimonials cite{color:var(--pds-green);letter-spacing:.08em}

.pds-section--stories{padding:112px 0;background:var(--pds-sand)}
.pds-section--stories h2{color:var(--pds-green)}
.pds-post-card{border-radius:26px;background:#fff8ec;overflow:hidden;box-shadow:0 18px 45px rgba(46,58,46,.1);padding-bottom:0;border:1px solid rgba(26,26,26,.06)}
.pds-post-card__image{height:245px;display:block;background:linear-gradient(135deg,#2E3A2E,#C59A3A);position:relative;overflow:hidden}
.pds-post-card__image img{width:100%;height:100%;object-fit:cover;display:block}
.pds-post-card__image span{position:absolute;inset:0;background:radial-gradient(circle at 35% 35%,rgba(231,226,216,.32),transparent 28%)}
.pds-post-card__content{padding:22px 22px 24px}
.pds-post-card>*:not(.pds-post-card__image){margin-left:0;margin-right:0}
.pds-post-date{font-family:var(--pds-font-title);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--pds-earth);margin:0 0 10px}
.pds-post-card h3{font-size:27px;line-height:1.05;color:var(--pds-green)}
.pds-post-card h3 a{color:inherit;text-decoration:none}
.pds-post-card p:not(.pds-post-date){color:rgba(26,26,26,.66);line-height:1.6}

@media(max-width:1100px){
  .pds-identity{grid-template-columns:1fr}.pds-identity__cards{grid-template-columns:repeat(3,1fr)}
  .pds-experience-grid,.pds-post-grid,.pds-testimonials{gap:18px}
  .pds-experience-card__price{grid-template-columns:1fr;align-items:start}.pds-experience-card__price a{width:100%}
}
@media(max-width:900px){
  .pds-section--identity,.pds-section--experiences,.pds-section--gallery-tall,.pds-section--testimonials,.pds-section--stories{padding:72px 0}
  .pds-identity__cards,.pds-experience-grid,.pds-post-grid,.pds-testimonials{grid-template-columns:1fr}
  .pds-value-card{min-height:220px}
  .pds-experience-card{min-height:auto}.pds-experience-card__image{height:330px}.pds-experience-card__price{top:226px}
  .pds-gallery-masonry{grid-template-columns:repeat(2,1fr);grid-auto-rows:120px;min-height:auto}
  .pds-gallery-masonry figure:nth-child(n){grid-column:auto;grid-row:span 2}
  .pds-gallery-item--5{grid-column:span 2!important;grid-row:span 2!important}
}
@media(max-width:520px){
  .pds-identity__intro p{font-size:16px}.pds-value-card{border-radius:20px}
  .pds-experience-card{border-radius:22px}.pds-experience-card__image{height:305px}.pds-experience-card__price{left:14px;right:14px;top:206px}.pds-experience-card__body{padding-top:44px}
  .pds-gallery-masonry{gap:10px;grid-auto-rows:100px}.pds-gallery-item{border-radius:18px}
}

/* WooCommerce archive / shop */
.pds-shop-hero{padding:190px 0 78px;background:linear-gradient(135deg,rgba(46,58,46,.98),rgba(107,109,60,.88));color:#fff}
.pds-shop-hero h1{font-family:var(--pds-font-title);font-size:clamp(42px,6vw,78px);line-height:.95;text-transform:uppercase;margin:0 0 18px;letter-spacing:-.04em}
.pds-shop-hero p{max-width:680px;font-size:19px;color:rgba(255,255,255,.86);margin:0}
.pds-shop{padding:70px 0 96px}
.pds-shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px;font-family:var(--pds-font-title);font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:rgba(26,26,26,.68)}
.pds-shop-toolbar select{border:1px solid rgba(26,26,26,.18);border-radius:999px;background:#fffaf0;padding:11px 18px;font:inherit;color:var(--pds-black)}
.pds-shop-grid{margin-top:0}
.pds-pagination{display:flex;justify-content:center;margin-top:44px}
.pds-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;margin:0 4px;border-radius:999px;background:rgba(255,250,240,.82);font-family:var(--pds-font-title);font-weight:800}
.pds-pagination .page-numbers.current{background:var(--pds-green);color:#fff}
.woocommerce a.button.added::after{content:' ✓';font-weight:900}
.woocommerce a.added_to_cart{display:none!important}

@media (max-width: 760px){
  .pds-shop-hero{padding:155px 0 58px}
  .pds-shop{padding:46px 0 72px}
  .pds-shop-toolbar{align-items:flex-start;flex-direction:column}
}

/* Refinements v0.5.4: hero sin badges/métricas + íconos en quiénes somos */
.pds-hero{min-height:96vh;padding:156px 0 112px}
.pds-hero__content{grid-template-columns:minmax(0,860px);align-items:center}
.pds-hero h1 span{display:block;color:#fff}
.pds-hero h1 .pds-hero-title-accent{color:var(--pds-gold)}
.pds-hero__panel,.pds-hero-metrics{display:none!important}
.pds-btn--solid{background:var(--pds-olive);border-color:var(--pds-olive);color:#fff}
.pds-btn--ghost{background:rgba(26,26,26,.2);border-color:rgba(255,255,255,.74);color:#fff}
.pds-value-card{justify-content:center;text-align:center;gap:14px}
.pds-value-card__icon{width:62px;height:62px;object-fit:contain;margin:0 auto 12px;position:relative;z-index:1;filter:none}
.pds-value-card span{display:none}
@media(max-width:1020px){.pds-hero__content{grid-template-columns:1fr}.pds-hero__panel{display:none!important}}
@media(max-width:900px){.pds-hero{padding-top:152px;padding-bottom:80px}.pds-hero-metrics{display:none!important}}

/* Refinements v0.5.5: Quiénes somos más compacto y ordenado */
.pds-section--identity{
  padding:84px 0 78px;
}
.pds-identity{
  grid-template-columns:minmax(320px,.9fr) minmax(520px,1.25fr);
  gap:48px;
  align-items:center;
}
.pds-identity__cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  align-items:stretch;
  min-width:0;
}
.pds-value-card{
  min-height:0;
  height:auto;
  padding:30px 24px 26px;
  border-radius:0;
  background:transparent;
  border:0;
  border-left:1px solid rgba(46,58,46,.18);
  box-shadow:none;
  overflow:visible;
  justify-content:flex-start;
  align-items:center;
  text-align:center;
  gap:12px;
}
.pds-value-card:first-child{
  border-left:0;
}
.pds-value-card:before{
  display:none;
}
.pds-value-card__icon{
  width:54px;
  height:54px;
  margin:0 auto 10px;
}
.pds-value-card h3{
  width:100%;
  max-width:100%;
  font-size:clamp(18px,1.55vw,23px);
  line-height:1.08;
  margin:0 0 8px;
  overflow-wrap:break-word;
  hyphens:auto;
}
.pds-value-card p{
  max-width:190px;
  margin:0 auto;
  font-size:15px;
  line-height:1.55;
}
@media(max-width:1100px){
  .pds-identity{
    grid-template-columns:1fr;
    gap:34px;
  }
  .pds-identity__intro{
    max-width:760px;
  }
  .pds-identity__cards{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .pds-value-card:first-child{
    border-left:1px solid rgba(46,58,46,.18);
  }
}
@media(max-width:760px){
  .pds-section--identity{
    padding:58px 0 54px;
  }
  .pds-identity__cards{
    grid-template-columns:1fr;
    gap:14px;
  }
  .pds-value-card,
  .pds-value-card:first-child{
    border-left:0;
    border-top:1px solid rgba(46,58,46,.16);
    padding:22px 0 18px;
    align-items:flex-start;
    text-align:left;
  }
  .pds-value-card__icon{
    margin:0 0 8px;
  }
  .pds-value-card p{
    margin:0;
    max-width:100%;
  }
}


/* Refinements v0.5.6: corrección fuerte sección Quiénes somos + cache busting */
body .pds-section--identity{
  padding-top:82px!important;
  padding-bottom:78px!important;
  overflow:hidden!important;
}
body .pds-section--identity .pds-identity{
  display:grid!important;
  grid-template-columns:minmax(300px,.92fr) minmax(560px,1.25fr)!important;
  gap:48px!important;
  align-items:center!important;
}
body .pds-section--identity .pds-identity__intro{
  display:block!important;
  max-width:560px!important;
}
body .pds-section--identity .pds-identity__cards{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  align-items:start!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
}
body .pds-section--identity .pds-value-card{
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  padding:24px 22px 22px!important;
  border-radius:0!important;
  background:transparent!important;
  border:0!important;
  border-left:1px solid rgba(46,58,46,.18)!important;
  box-shadow:none!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  align-items:center!important;
  text-align:center!important;
  gap:10px!important;
  overflow:visible!important;
}
body .pds-section--identity .pds-value-card:first-child{border-left:0!important;}
body .pds-section--identity .pds-value-card:before{display:none!important;content:none!important;}
body .pds-section--identity .pds-value-card__icon{
  width:48px!important;
  height:48px!important;
  margin:0 auto 8px!important;
  display:block!important;
  object-fit:contain!important;
}
body .pds-section--identity .pds-value-card h3{
  width:100%!important;
  margin:0 0 6px!important;
  font-size:22px!important;
  line-height:1.08!important;
  letter-spacing:.01em!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
body .pds-section--identity .pds-value-card p{
  margin:0 auto!important;
  max-width:190px!important;
  font-size:15px!important;
  line-height:1.5!important;
}
@media(max-width:1100px){
  body .pds-section--identity .pds-identity{grid-template-columns:1fr!important;gap:34px!important;}
  body .pds-section--identity .pds-identity__intro{max-width:760px!important;}
  body .pds-section--identity .pds-value-card:first-child{border-left:1px solid rgba(46,58,46,.18)!important;}
}
@media(max-width:760px){
  body .pds-section--identity{padding-top:58px!important;padding-bottom:54px!important;}
  body .pds-section--identity .pds-identity__cards{grid-template-columns:1fr!important;gap:12px!important;}
  body .pds-section--identity .pds-value-card,
  body .pds-section--identity .pds-value-card:first-child{
    border-left:0!important;
    border-top:1px solid rgba(46,58,46,.16)!important;
    padding:20px 0 16px!important;
    align-items:flex-start!important;
    text-align:left!important;
  }
  body .pds-section--identity .pds-value-card__icon{margin:0 0 8px!important;}
  body .pds-section--identity .pds-value-card p{margin:0!important;max-width:100%!important;}
}


/* v0.5.7 — Experiencias destacadas más fiel al mockup */
.pds-section--experiences{
  background:linear-gradient(180deg,#203023 0%,#16241a 100%);
  color:#fff;
  padding:96px 0 92px;
}
.pds-section--experiences .pds-section-title-row{margin-bottom:34px}
.pds-section--experiences h2{color:#fff}
.pds-experience-grid{gap:30px;align-items:stretch}
.pds-experience-card{
  position:relative;
  min-height:0;
  height:100%;
  display:flex;
  flex-direction:column;
  border-radius:10px;
  background:#1e2d22;
  color:#fff;
  border:1px solid rgba(231,226,216,.10);
  box-shadow:0 18px 38px rgba(0,0,0,.26);
  overflow:hidden;
}
.pds-experience-card:hover{transform:translateY(-3px);box-shadow:0 26px 54px rgba(0,0,0,.34)}
.pds-experience-card__image{
  height:255px;
  flex:0 0 auto;
  border-radius:0;
  background-size:cover;
  background-position:center;
}
.pds-experience-card__image img{width:100%;height:100%;object-fit:cover;display:block}
.pds-card-shade{background:linear-gradient(180deg,rgba(0,0,0,.52) 0%,rgba(0,0,0,.08) 48%,rgba(0,0,0,.48) 100%)}
.pds-experience-card__badges{
  position:absolute;
  top:14px;
  left:14px;
  right:14px;
  z-index:3;
  display:flex;
  gap:7px;
  align-items:flex-start;
  flex-wrap:wrap;
}
.pds-experience-card__badges span{
  background:rgba(26,26,26,.72);
  color:#fff;
  border:1px solid rgba(231,226,216,.22);
  border-radius:5px;
  padding:6px 9px;
  font-family:var(--pds-font-title);
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
}
.pds-experience-card__body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:22px 22px 20px;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(0,0,0,.06));
}
.pds-experience-card h3{
  margin:0 0 8px;
  color:#fff;
  font-size:24px;
  line-height:1.05;
  letter-spacing:-.02em;
}
.pds-experience-card h3 a{color:inherit;text-decoration:none}
.pds-experience-card__body p{
  margin:0 0 18px;
  color:rgba(255,250,240,.74);
  font-size:14px;
  line-height:1.55;
  min-height:44px;
}
.pds-experience-card__purchase{
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px;
  align-items:end;
  margin-top:auto;
  padding-top:18px;
}
.pds-experience-card__price{
  position:static;
  inset:auto;
  z-index:auto;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:3px;
  padding:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
}
.pds-experience-card__price small,
.pds-experience-card__price del{
  font-family:var(--pds-font-title);
  font-size:12px;
  line-height:1;
  color:rgba(255,250,240,.42);
  text-decoration:line-through;
  margin:0;
}
.pds-experience-card__price strong{
  font-family:var(--pds-font-title);
  font-size:28px;
  line-height:.95;
  color:#fff;
}
.pds-experience-card__price strong del{display:block;margin-bottom:4px}
.pds-experience-card__price strong ins{display:block;text-decoration:none;color:var(--pds-gold)}
.pds-experience-card__price .amount{color:inherit}
.pds-experience-card__cta,
.pds-experience-card__price a{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:10px 13px!important;
  border-radius:5px!important;
  background:var(--pds-olive)!important;
  border:1px solid rgba(231,226,216,.16)!important;
  color:#fff!important;
  font-family:var(--pds-font-title)!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  white-space:nowrap;
  line-height:1.1!important;
}
.pds-experience-card__cta:hover{background:var(--pds-earth)!important}
.pds-card-detail{
  display:inline-flex;
  width:max-content;
  margin-top:16px;
  color:var(--pds-gold);
  font-size:11px;
}
.pds-dots{margin-top:28px}.pds-dots span{background:rgba(255,255,255,.28)}.pds-dots .is-active{background:#fff}

@media(max-width:900px){
  .pds-section--experiences{padding:70px 0}
  .pds-experience-card__image{height:220px}
  .pds-experience-card__purchase{grid-template-columns:1fr;align-items:start}
  .pds-experience-card__cta{width:100%}
}
@media(max-width:520px){
  .pds-experience-card{border-radius:9px}
  .pds-experience-card__image{height:190px}
  .pds-experience-card__body{padding:18px 17px 17px}
  .pds-experience-card h3{font-size:21px}
  .pds-experience-card__body p{min-height:0;font-size:13px}
  .pds-experience-card__price strong{font-size:25px}
}

/* v0.5.9 - Galería tipo mosaico + lightbox */
.pds-section--gallery-tall{
  padding:96px 0 104px;
  background:linear-gradient(180deg,#efe6d7 0%,#f7efe2 100%);
}
.pds-gallery-mosaic{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  grid-auto-rows:118px;
  gap:14px;
  margin-top:34px;
}
.pds-gallery-tile{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  padding:0;
  margin:0;
  border:0;
  border-radius:10px;
  overflow:hidden;
  background:#2E3A2E;
  box-shadow:0 18px 42px rgba(26,26,26,.16);
  cursor:pointer;
}
.pds-gallery-tile img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
  transition:transform .45s ease, filter .45s ease;
}
.pds-gallery-tile::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.58) 100%);
  opacity:.85;
}
.pds-gallery-tile:hover img{transform:scale(1.055);filter:saturate(1.05)}
.pds-gallery-tile span{
  position:absolute;
  left:14px;
  right:14px;
  bottom:12px;
  z-index:2;
  color:#fff;
  font-family:var(--pds-font-body);
  font-size:12px;
  line-height:1.25;
  font-weight:700;
  text-align:left;
  text-shadow:0 2px 12px rgba(0,0,0,.45);
}
.pds-gallery-tile--placeholder{
  background:linear-gradient(135deg,#2E3A2E,#6B6D3C);
}
.pds-gallery-tile--1{grid-column:1 / span 2;grid-row:1 / span 3;}
.pds-gallery-tile--2{grid-column:3 / span 2;grid-row:1 / span 2;}
.pds-gallery-tile--3{grid-column:5 / span 1;grid-row:1 / span 2;}
.pds-gallery-tile--4{grid-column:6 / span 1;grid-row:1 / span 3;}
.pds-gallery-tile--5{grid-column:3 / span 1;grid-row:3 / span 2;}
.pds-gallery-tile--6{grid-column:4 / span 2;grid-row:3 / span 2;}
.pds-gallery-tile--7{grid-column:1 / span 1;grid-row:4 / span 2;}
.pds-gallery-tile--8{grid-column:2 / span 2;grid-row:4 / span 2;}
.pds-gallery-tile--9{grid-column:4 / span 3;grid-row:5 / span 1;}

.pds-lightbox[hidden]{display:none!important}
.pds-lightbox{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:42px 74px;
  background:rgba(10,12,10,.88);
  backdrop-filter:blur(8px);
}
body.pds-lightbox-open{overflow:hidden}
.pds-lightbox__figure{
  position:relative;
  max-width:min(1180px,92vw);
  max-height:86vh;
  margin:0;
}
.pds-lightbox__figure img{
  display:block;
  max-width:100%;
  max-height:78vh;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:14px;
  box-shadow:0 28px 80px rgba(0,0,0,.5);
}
.pds-lightbox__figure figcaption{
  margin-top:14px;
  color:#fff;
  font-size:14px;
  line-height:1.4;
  text-align:center;
  opacity:.9;
}
.pds-lightbox__close,
.pds-lightbox__nav{
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(46,58,46,.78);
  color:#fff;
  cursor:pointer;
  transition:background .2s ease,transform .2s ease;
}
.pds-lightbox__close:hover,
.pds-lightbox__nav:hover{background:#6B6D3C;transform:translateY(-1px)}
.pds-lightbox__close{
  top:22px;
  right:24px;
  width:44px;
  height:44px;
  border-radius:999px;
  font-size:30px;
  line-height:1;
}
.pds-lightbox__nav{
  top:50%;
  width:52px;
  height:72px;
  border-radius:999px;
  font-size:54px;
  line-height:1;
  transform:translateY(-50%);
}
.pds-lightbox__nav:hover{transform:translateY(calc(-50% - 1px))}
.pds-lightbox__nav--prev{left:24px}
.pds-lightbox__nav--next{right:24px}

@media (max-width: 900px){
  .pds-section--gallery-tall{padding:56px 0 62px}
  .pds-gallery-mosaic{grid-template-columns:repeat(4,1fr);grid-auto-rows:88px;gap:8px;margin-top:22px}
  .pds-gallery-tile{border-radius:8px}
  .pds-gallery-tile span{display:none}
  .pds-gallery-tile--1{grid-column:1 / span 2;grid-row:1 / span 2;}
  .pds-gallery-tile--2{grid-column:3 / span 2;grid-row:1 / span 1;}
  .pds-gallery-tile--3{grid-column:3 / span 1;grid-row:2 / span 1;}
  .pds-gallery-tile--4{grid-column:4 / span 1;grid-row:2 / span 2;}
  .pds-gallery-tile--5{grid-column:1 / span 1;grid-row:3 / span 1;}
  .pds-gallery-tile--6{grid-column:2 / span 2;grid-row:3 / span 2;}
  .pds-gallery-tile--7{grid-column:1 / span 1;grid-row:4 / span 1;}
  .pds-gallery-tile--8{grid-column:4 / span 1;grid-row:4 / span 1;}
  .pds-gallery-tile--9{grid-column:1 / span 4;grid-row:5 / span 1;}
  .pds-lightbox{padding:54px 18px}
  .pds-lightbox__figure img{max-height:72vh}
  .pds-lightbox__nav{width:42px;height:54px;font-size:40px;background:rgba(46,58,46,.9)}
  .pds-lightbox__nav--prev{left:10px}.pds-lightbox__nav--next{right:10px}
  .pds-lightbox__close{top:12px;right:12px}
}

/* v0.6.0 - Galería home administrable: 8 destacadas */
.pds-gallery-tile--1{grid-column:1 / span 2;grid-row:1 / span 3;}
.pds-gallery-tile--2{grid-column:3 / span 2;grid-row:1 / span 2;}
.pds-gallery-tile--3{grid-column:5 / span 1;grid-row:1 / span 2;}
.pds-gallery-tile--4{grid-column:6 / span 1;grid-row:1 / span 3;}
.pds-gallery-tile--5{grid-column:3 / span 1;grid-row:3 / span 2;}
.pds-gallery-tile--6{grid-column:4 / span 2;grid-row:3 / span 2;}
.pds-gallery-tile--7{grid-column:1 / span 2;grid-row:4 / span 2;}
.pds-gallery-tile--8{grid-column:3 / span 4;grid-row:5 / span 1;}
.pds-gallery-tile--9{display:none!important;}

@media (max-width: 900px){
  .pds-gallery-tile--1{grid-column:1 / span 2;grid-row:1 / span 2;}
  .pds-gallery-tile--2{grid-column:3 / span 2;grid-row:1 / span 1;}
  .pds-gallery-tile--3{grid-column:3 / span 1;grid-row:2 / span 1;}
  .pds-gallery-tile--4{grid-column:4 / span 1;grid-row:2 / span 2;}
  .pds-gallery-tile--5{grid-column:1 / span 1;grid-row:3 / span 1;}
  .pds-gallery-tile--6{grid-column:2 / span 2;grid-row:3 / span 2;}
  .pds-gallery-tile--7{grid-column:1 / span 1;grid-row:4 / span 1;}
  .pds-gallery-tile--8{grid-column:4 / span 1;grid-row:4 / span 1;}
}

/* v0.6.1 · Testimonios en cinta infinita */
.pds-section--testimonials{
  overflow:hidden;
}
.pds-section-title-row--light .pds-text-link{
  color:#fff;
}
.pds-testimonials-carousel{
  position:relative;
  overflow:hidden;
  margin-top:28px;
  cursor:grab;
  user-select:none;
  touch-action:pan-y;
}
.pds-testimonials-carousel.is-dragging{
  cursor:grabbing;
}
.pds-testimonials-track{
  display:flex;
  gap:24px;
  will-change:transform;
  transition:transform .55s cubic-bezier(.22,.61,.36,1);
}
.pds-testimonials-carousel.is-dragging .pds-testimonials-track{
  transition:none;
}
.pds-testimonial-card{
  flex:0 0 calc((100% - 48px) / 3);
  min-height:245px;
  border-radius:28px;
  background:#fff8ec;
  color:var(--pds-black);
  padding:34px;
  box-shadow:0 18px 45px rgba(0,0,0,.14);
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.pds-testimonial-card:before{
  content:"“";
  position:absolute;
  top:-28px;
  right:24px;
  font-family:serif;
  font-size:140px;
  color:rgba(163,91,40,.11);
  line-height:1;
  pointer-events:none;
}
.pds-testimonial-card__text{
  position:relative;
  z-index:1;
  margin:0 0 28px;
  font-family:var(--pds-font-accent);
  font-size:clamp(22px,1.75vw,29px);
  line-height:1.2;
}
.pds-testimonial-card__person{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:13px;
  padding-top:18px;
  border-top:1px solid rgba(36,51,36,.12);
}
.pds-testimonial-avatar{
  width:48px;
  height:48px;
  border-radius:999px;
  overflow:hidden;
  flex:0 0 48px;
  display:grid;
  place-items:center;
  background:var(--pds-green);
  color:#fff;
  font-family:var(--pds-font-title);
  font-weight:800;
  letter-spacing:.06em;
}
.pds-testimonial-avatar__img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.pds-testimonial-avatar__fallback{
  font-size:14px;
}
.pds-testimonial-card__meta{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
}
.pds-testimonial-card__meta strong{
  font-family:var(--pds-font-title);
  color:var(--pds-green);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:13px;
  line-height:1.1;
}
.pds-testimonial-card__meta small{
  color:#5f654f;
  font-size:13px;
  line-height:1.25;
}
@media (max-width: 720px){
  .pds-testimonials-track{gap:16px}
  .pds-testimonial-card{
    flex-basis:100%;
    min-height:230px;
    padding:28px;
    border-radius:22px;
  }
  .pds-testimonial-card__text{font-size:24px}
}

/* v0.6.2 - Historias del camino: 4 cards compactas en desktop */
.pds-section--stories .pds-post-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
.pds-section--stories .pds-post-card{
  border-radius:20px;
  box-shadow:0 12px 30px rgba(46,58,46,.09);
}
.pds-section--stories .pds-post-card__image{
  height:165px;
}
.pds-section--stories .pds-post-card__content{
  padding:16px 16px 18px;
}
.pds-section--stories .pds-post-date{
  font-size:10px;
  margin-bottom:8px;
}
.pds-section--stories .pds-post-card h3{
  font-size:20px;
  line-height:1.08;
  margin-bottom:8px;
}
.pds-section--stories .pds-post-card p:not(.pds-post-date){
  font-size:13px;
  line-height:1.45;
  margin-bottom:12px;
}
.pds-section--stories .pds-card-detail{
  font-size:11px;
}
@media (max-width:1100px){
  .pds-section--stories .pds-post-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:640px){
  .pds-section--stories .pds-post-grid{grid-template-columns:1fr;}
  .pds-section--stories .pds-post-card__image{height:190px;}
}

/* v0.6.5 - Redes sociales configurables */
.pds-socials a{
  width:30px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border-radius:999px;
  font-size:0;
}
.pds-socials a svg{
  width:15px;
  height:15px;
  display:block;
  fill:currentColor;
}
.pds-socials--footer{
  margin-top:14px;
}
.pds-socials--footer a{
  width:36px;
  height:36px;
  border-color:rgba(255,255,255,.24);
}
.pds-socials--footer a svg{
  width:17px;
  height:17px;
}


/* v0.6.6 - Ajustes topbar y footer marca */
.pds-socials--topbar a{
  width:20px;
  height:20px;
  border:0!important;
  border-radius:0;
  padding:0;
  background:transparent;
  color:rgba(255,255,255,.86);
}
.pds-socials--topbar a:hover{
  color:#fff;
  background:transparent;
}
.pds-socials--topbar a svg{
  width:15px;
  height:15px;
}
.pds-contact-mini__whatsapp{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:rgba(255,255,255,.72);
}
.pds-contact-mini__whatsapp a{
  color:#fff;
  font-weight:800;
}
.pds-footer__brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.pds-footer__brand .custom-logo-link img{
  max-width:220px;
  height:auto;
  display:block;
  margin-inline:auto;
}
.pds-footer__brand .pds-logo--footer{
  transform:scale(.55);
  transform-origin:center;
  margin-bottom:-8px;
}
.pds-footer__brand p{
  margin:10px 0 0;
}
.pds-socials--footer{
  justify-content:center;
}
@media (max-width:760px){
  .pds-contact-mini{
    justify-content:center;
  }
  .pds-contact-mini__whatsapp{
    width:100%;
    justify-content:center;
  }
}

/* v0.6.7 - ajustes header/mobile solicitados */
.pds-topbar__inner{
  justify-content:center;
}
.pds-topbar__left{
  justify-content:center;
  text-align:center;
}
.pds-header__actions{
  gap:14px;
}
.pds-account-link--header{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.64);
}
.pds-header-cta{
  margin-left:4px;
}
.pds-mobile-menu__close{
  position:absolute;
  top:12px;
  right:18px;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
  background:rgba(0,0,0,.16);
  color:#fff;
  font-size:30px;
  line-height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:3;
}
.pds-mobile-menu{
  padding-top:58px;
}
@media (max-width:920px){
  .pds-main-nav{display:none}
  .pds-menu-toggle{display:block}
  .pds-header__actions{margin-left:auto}
  .pds-account-link--header,
  .pds-header-cta{display:none}
  .pds-mobile-menu__actions .pds-account-link--mobile{
    text-align:center;
    width:100%;
  }
  .pds-mobile-menu__actions .pds-btn{
    margin-top:10px;
  }
}
@media (max-width:760px){
  .pds-topbar__inner{
    align-items:center;
    justify-content:center;
    text-align:center;
  }
  .pds-topbar__left,
  .pds-socials--topbar,
  .pds-contact-mini{
    justify-content:center;
    width:100%;
  }
  .pds-contact-mini{
    gap:8px 14px;
  }
  .pds-contact-mini__whatsapp{
    width:auto;
  }
  .pds-identity__cards .pds-value-card,
  .pds-value-card{
    text-align:center;
    align-items:center;
  }
  .pds-value-card span,
  .pds-value-card__icon,
  .pds-value-card img{
    margin-left:auto;
    margin-right:auto;
  }
  .pds-value-card p{
    text-align:center;
  }
}

/* Single experience / WooCommerce product detail */
.pds-single-exp{background:var(--pds-sand);color:var(--pds-black)}
.pds-single-hero{position:relative;min-height:720px;padding:190px 0 90px;background-size:cover;background-position:center;color:#fff}
.pds-single-hero:after{content:"";position:absolute;inset:auto 0 0;height:28%;background:linear-gradient(0deg,rgba(231,226,216,.98),rgba(231,226,216,0));pointer-events:none}
.pds-single-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:48px;align-items:start}
.pds-breadcrumb{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-bottom:28px;font-family:var(--pds-font-title);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:rgba(255,255,255,.78)}
.pds-breadcrumb a:hover{color:#fff}
.pds-single-badges{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}
.pds-single-badges span{display:inline-flex;min-height:28px;align-items:center;padding:0 12px;border-radius:7px;background:rgba(26,26,26,.65);color:#fff;font-family:var(--pds-font-title);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.pds-single-badges span:first-child{background:var(--pds-olive)}
.pds-single-hero h1{max-width:700px;margin:0 0 18px;font-family:var(--pds-font-title);font-size:clamp(42px,5.5vw,78px);line-height:.95;font-weight:900;letter-spacing:-.045em;text-transform:uppercase;color:#fff;text-wrap:balance}
.pds-single-hero__subtitle{max-width:580px;margin:0;color:rgba(255,255,255,.92);font-size:20px;line-height:1.45}.pds-single-hero__subtitle p{margin:0}
.pds-single-facts{display:flex;align-items:stretch;gap:18px;flex-wrap:wrap;margin-top:42px}.pds-single-fact{display:flex;gap:9px;align-items:center;min-width:110px;color:#fff}.pds-single-fact span{font-size:26px;line-height:1}.pds-single-fact strong{font-family:var(--pds-font-title);font-size:12px;text-transform:uppercase;line-height:1.15;letter-spacing:.04em}
.pds-booking-card{position:sticky;top:145px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:linear-gradient(155deg,rgba(36,51,36,.98),rgba(26,26,26,.94));padding:26px;box-shadow:0 24px 50px rgba(0,0,0,.35);color:#fff}.pds-booking-card>span{display:block;margin-bottom:4px;font-family:var(--pds-font-body);color:rgba(255,255,255,.8)}.pds-booking-card__price{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;margin-bottom:18px}.pds-booking-card__price strong{font-family:var(--pds-font-title);font-size:42px;line-height:1;color:#fff}.pds-booking-card__price del{font-weight:800;color:rgba(255,255,255,.55)}.pds-booking-card__button{display:flex!important;align-items:center;justify-content:center;min-height:54px;border-radius:9px;background:#ead8a8!important;color:#1a1a1a!important;font-family:var(--pds-font-title);font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:24px}.pds-booking-card__reserve{border-top:1px solid rgba(255,255,255,.14);padding-top:18px;margin-bottom:14px}.pds-booking-card__reserve span,.pds-booking-card__reserve small{display:block;color:rgba(255,255,255,.82)}.pds-booking-card__reserve strong{display:block;font-family:var(--pds-font-title);font-size:30px;line-height:1.2}.pds-booking-card ul{list-style:none;margin:16px 0 0;padding:0;border-top:1px solid rgba(255,255,255,.14);padding-top:14px}.pds-booking-card li{margin:8px 0;color:rgba(255,255,255,.92);font-weight:700}.pds-booking-card__whatsapp{display:block;margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.14);font-family:var(--pds-font-title);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#fff}
.pds-single-section{padding:58px 0}.pds-single-section h2{margin:0 0 24px;font-family:var(--pds-font-title);font-size:clamp(27px,3vw,42px);line-height:1;text-transform:uppercase;letter-spacing:-.03em;color:var(--pds-green)}.pds-single-section h2:after{content:"";display:inline-block;width:46px;height:3px;margin-left:13px;vertical-align:middle;background:var(--pds-earth);border-radius:999px}.pds-single-overview{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:54px;align-items:start}.pds-single-richtext{font-size:18px;line-height:1.75;color:rgba(26,26,26,.78)}.pds-single-values{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-top:28px}.pds-single-values span{font-family:var(--pds-font-title);font-size:12px;font-weight:800;text-transform:uppercase;color:var(--pds-olive)}.pds-single-info-card,.pds-content-card{border-radius:20px;background:rgba(255,248,236,.86);border:1px solid rgba(46,58,46,.08);box-shadow:0 14px 35px rgba(46,58,46,.08);padding:26px}.pds-info-row{display:grid;grid-template-columns:145px 1fr;gap:18px;padding:11px 0;border-bottom:1px solid rgba(46,58,46,.09)}.pds-info-row:last-child{border-bottom:0}.pds-info-row span{color:rgba(26,26,26,.62);font-weight:800}.pds-info-row strong{color:var(--pds-green)}
.pds-itinerary-line{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px;margin-top:24px}.pds-itinerary-line:before{content:"";position:absolute;left:4%;right:4%;top:42px;height:2px;background:rgba(107,109,60,.35)}.pds-itinerary-step{position:relative;text-align:center;z-index:1}.pds-itinerary-step__day{display:block;margin-bottom:12px;font-family:var(--pds-font-title);font-size:12px;font-weight:900;text-transform:uppercase;color:var(--pds-green)}.pds-itinerary-step__dot{display:inline-flex;width:56px;height:56px;border-radius:50%;border:2px solid var(--pds-earth);background:var(--pds-sand);box-shadow:0 0 0 8px var(--pds-sand);margin-bottom:14px}.pds-itinerary-step h3{margin:0 0 8px;font-family:var(--pds-font-title);font-size:18px;text-transform:uppercase;color:var(--pds-green)}.pds-itinerary-step p{margin:0;color:rgba(26,26,26,.68)}
.pds-highlight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.pds-highlight-card{overflow:hidden;border-radius:16px;background:#fff8ec;box-shadow:0 12px 30px rgba(46,58,46,.09);border:1px solid rgba(46,58,46,.08)}.pds-highlight-card img{width:100%;height:175px;object-fit:cover;display:block}.pds-highlight-card div{padding:16px}.pds-highlight-card h3{margin:0 0 7px;font-family:var(--pds-font-title);font-size:18px;line-height:1.1;color:var(--pds-green)}.pds-highlight-card p{margin:0;color:rgba(26,26,26,.65)}
.pds-single-gallery-strip{display:grid;grid-template-columns:repeat(5,1fr) 150px;gap:9px}.pds-single-gallery-item{position:relative;min-height:120px;border:0;border-radius:10px;background-size:cover;background-position:center;cursor:pointer;overflow:hidden}.pds-single-gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.45),transparent 55%);opacity:.8}.pds-single-gallery-item span{position:absolute;left:10px;bottom:8px;z-index:1;color:#fff;font-family:var(--pds-font-title);font-size:10px;text-transform:uppercase;font-weight:800;letter-spacing:.06em}.pds-single-gallery-more{display:flex;align-items:center;justify-content:center;padding:14px;border-radius:10px;background:var(--pds-olive);color:#fff;font-family:var(--pds-font-title);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;text-align:center}
.pds-includes-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.pds-includes-grid ul{margin:0;padding-left:22px}.pds-includes-grid li{margin:8px 0}.pds-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px}.pds-faq-item{border-radius:12px;background:rgba(255,248,236,.75);border:1px solid rgba(46,58,46,.1)}.pds-faq-item summary{cursor:pointer;padding:14px 16px;font-weight:900;color:var(--pds-green)}.pds-faq-item p{margin:0;padding:0 16px 16px;color:rgba(26,26,26,.7)}
.pds-single-testimonials{background:#1a1a1a;color:#fff}.pds-single-testimonials h2{color:#fff}.pds-single-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pds-single-testimonial-card{margin:0;border-radius:16px;background:rgba(255,255,255,.08);padding:22px}.pds-single-testimonial-card__author{display:flex;align-items:center;gap:12px;margin-bottom:14px}.pds-single-testimonial-card__author img,.pds-single-testimonial-card__author .pds-testimonial-avatar__fallback{width:46px;height:46px;border-radius:50%;object-fit:cover}.pds-single-testimonial-card p{margin:0;color:rgba(255,255,255,.8)}.pds-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pds-related-grid .pds-experience-card__image{height:190px}.pds-related-grid .pds-experience-card h3{font-size:22px}.pds-single-final-cta{padding:46px 0;background:var(--pds-green);color:#fff;text-align:center}.pds-single-final-cta h2{margin:0 0 8px;font-family:var(--pds-font-title);font-size:38px;text-transform:uppercase}.pds-single-final-cta p{margin:0 0 22px;color:rgba(255,255,255,.78)}

@media(max-width:980px){.pds-single-hero{min-height:auto;padding:158px 0 40px}.pds-single-hero__grid{grid-template-columns:1fr;gap:26px}.pds-booking-card{position:relative;top:auto}.pds-single-overview,.pds-includes-grid{grid-template-columns:1fr}.pds-highlight-grid{grid-template-columns:repeat(2,1fr)}.pds-single-gallery-strip{grid-template-columns:repeat(2,1fr)}.pds-single-gallery-more{grid-column:1/-1;min-height:70px}.pds-faq-grid,.pds-single-testimonial-grid,.pds-related-grid{grid-template-columns:1fr}.pds-itinerary-line{grid-template-columns:1fr;text-align:left}.pds-itinerary-line:before{display:none}.pds-itinerary-step{text-align:left;display:grid;grid-template-columns:72px 1fr;gap:0 14px;align-items:start}.pds-itinerary-step__day{grid-column:1/-1}.pds-itinerary-step__dot{grid-row:2/4}.pds-info-row{grid-template-columns:1fr;gap:4px}.pds-single-facts{display:grid;grid-template-columns:1fr 1fr}.pds-single-hero h1{font-size:42px}}
@media(max-width:560px){.pds-single-facts{grid-template-columns:1fr}.pds-highlight-grid{grid-template-columns:1fr}.pds-single-gallery-strip{grid-template-columns:1fr}.pds-single-gallery-item{min-height:180px}.pds-single-section{padding:42px 0}.pds-booking-card__price strong{font-size:36px}}

/* v0.7.1 — Ajustes ficha experiencia: booking card, precios, iconos SVG y tooltip */
.pds-single-hero{overflow:visible}
.pds-single-hero__grid{align-items:start}
.pds-booking-card{
  position:sticky!important;
  top:150px!important;
  z-index:10;
  width:100%;
  min-width:0;
}
.pds-booking-card>span{display:none!important}
.pds-booking-card__price{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:6px!important;
  margin:0 0 22px!important;
  flex-wrap:nowrap!important;
}
.pds-booking-card__price del{
  order:1;
  display:block;
  font-family:var(--pds-font-title);
  font-size:17px!important;
  line-height:1!important;
  font-weight:900!important;
  color:rgba(255,255,255,.55)!important;
  text-decoration-thickness:2px;
}
.pds-booking-card__price strong{
  order:2;
  display:block;
  font-family:var(--pds-font-title);
  font-size:clamp(38px,3.2vw,54px)!important;
  line-height:.95!important;
  color:#fff!important;
  letter-spacing:-.03em;
  white-space:nowrap;
}
.pds-booking-card__price .amount{white-space:nowrap;color:inherit!important}
.pds-booking-card__reserve{
  display:grid;
  grid-template-columns:88px 1fr;
  gap:6px 14px;
  align-items:baseline;
}
.pds-booking-card__reserve>span{
  grid-column:1;
  display:block!important;
  color:rgba(255,255,255,.86)!important;
}
.pds-booking-card__reserve>strong{
  grid-column:2;
  display:block!important;
  font-size:34px!important;
  line-height:1!important;
  white-space:nowrap;
}
.pds-booking-card__reserve>small{
  grid-column:2;
  display:flex!important;
  align-items:center;
  gap:7px;
  margin-top:3px;
  color:rgba(255,255,255,.9)!important;
}
.pds-info-tooltip{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:17px;
  height:17px;
  cursor:help;
}
.pds-info-tooltip svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  color:#ead8a8;
}
.pds-info-tooltip__bubble{
  position:absolute;
  left:50%;
  bottom:calc(100% + 10px);
  transform:translateX(-50%) translateY(4px);
  width:240px;
  padding:10px 12px;
  border-radius:10px;
  background:#f7efe0;
  color:#1a1a1a;
  font-size:12px;
  line-height:1.35;
  box-shadow:0 18px 45px rgba(0,0,0,.28);
  opacity:0;
  pointer-events:none;
  transition:.18s ease;
  z-index:20;
}
.pds-info-tooltip:hover .pds-info-tooltip__bubble,
.pds-info-tooltip:focus .pds-info-tooltip__bubble{opacity:1;transform:translateX(-50%) translateY(0)}
.pds-booking-card__whatsapp{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#fff!important;
  text-decoration:none!important;
}
.pds-booking-card__whatsapp svg{
  width:21px;
  height:21px;
  flex:0 0 auto;
  fill:none;
  stroke:#fff;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.pds-booking-card__whatsapp:hover svg{stroke:#ead8a8}
.pds-single-fact__icon{
  width:28px;
  height:28px;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  flex:0 0 28px;
}
.pds-single-fact__icon svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:#fff;
  stroke-width:1.85;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.pds-single-fact__icon svg circle:not([fill]){fill:none}
@media(max-width:980px){
  .pds-booking-card{position:relative!important;top:auto!important;width:auto!important;right:auto!important;left:auto!important}
  .pds-booking-card__reserve{grid-template-columns:82px 1fr}
}
@media(max-width:520px){
  .pds-booking-card__reserve{grid-template-columns:1fr;gap:5px}
  .pds-booking-card__reserve>span,.pds-booking-card__reserve>strong,.pds-booking-card__reserve>small{grid-column:1}
}

/* v0.7.2 — Ajustes finales booking/facts single experience */
.pds-single-facts{
  gap:14px!important;
  margin-top:34px!important;
}
.pds-single-fact{
  min-width:auto!important;
  gap:8px!important;
}
.pds-single-fact__icon svg{
  width:23px!important;
  height:23px!important;
}
.pds-single-fact strong{
  font-size:10.8px!important;
  letter-spacing:.035em!important;
}
.pds-booking-card__reserve{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:7px!important;
}
.pds-booking-card__reserve>span{
  display:block!important;
  grid-column:auto!important;
  width:100%!important;
  line-height:1.2!important;
}
.pds-booking-card__reserve>strong{
  display:block!important;
  grid-column:auto!important;
  width:100%!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.pds-booking-card__reserve>strong .amount,
.pds-booking-card__reserve>strong .woocommerce-Price-amount,
.pds-booking-card__reserve>strong bdi{
  display:inline-flex!important;
  align-items:baseline!important;
  gap:.14em!important;
  white-space:nowrap!important;
}
.pds-booking-card__reserve>strong .woocommerce-Price-currencySymbol{
  display:inline!important;
  white-space:nowrap!important;
}
.pds-booking-card__reserve>small{
  display:flex!important;
  grid-column:auto!important;
  align-items:center!important;
  gap:7px!important;
  width:100%!important;
  margin-top:0!important;
}
.pds-booking-card__whatsapp{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:9px!important;
  width:auto!important;
}
.pds-booking-card__whatsapp svg{
  width:24px!important;
  height:24px!important;
  flex:0 0 24px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.9!important;
}
@media(max-width:980px){
  .pds-single-facts{gap:12px!important;margin-top:28px!important}
}


/* v0.7.3 — Ajustes hero single experience: corte seco e iconos */
.pds-single-hero:after{
  display:none!important;
  content:none!important;
}
.pds-single-hero{
  padding-bottom:72px!important;
}
.pds-single-facts{
  align-items:center!important;
  row-gap:12px!important;
}
.pds-single-fact{
  flex:0 1 auto!important;
}
.pds-single-fact__icon{
  width:24px!important;
  height:24px!important;
  flex-basis:24px!important;
}
.pds-single-fact__icon svg{
  width:22px!important;
  height:22px!important;
}
@media(max-width:980px){
  .pds-single-hero{padding-bottom:38px!important}
}
