:root{--green:#203a20;--lime:#688d01;--blue:#54b8e8;--burgundy:#701720;--cream:#f8f5f0}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:#171717;font-family:"Nunito",Arial,sans-serif}
a{color:inherit;text-decoration:none}
main{min-height:620px;height:100svh;display:grid;grid-template-rows:clamp(62px,9svh,82px) minmax(350px,1fr) 94px 88px}

.site-header{padding:7px clamp(24px,6vw,90px);display:flex;align-items:center;background:#fbfaf8;position:relative;z-index:20}
.brand{width:235px;height:62px;display:flex;align-items:center;gap:10px;flex:none}
.brand>img{width:60px;height:60px;object-fit:contain;display:block}
.brand>span{display:grid;gap:2px;line-height:1;text-transform:uppercase}
.brand b{font-size:21px;color:#4a2022}
.brand em{padding:4px 8px;background:#f57900;color:#fff;font-size:14px;font-style:normal;font-weight:400;letter-spacing:2px;text-align:center}
.nav{margin:auto;display:flex;align-items:center;gap:clamp(26px,4vw,64px);text-transform:uppercase;font-size:12px;font-weight:700}
.nav a{padding:24px 0 10px;border-bottom:2px solid transparent}
.nav a:first-child,.nav a:hover{border-color:var(--green)}
.whatsapp{display:flex;gap:9px;align-items:center;padding:10px 16px;border-radius:7px;background:var(--green);color:#fff;text-transform:uppercase;font-size:11px}
.whatsapp i{font-size:21px}
.menu-button{display:none;border:0;background:transparent;padding:8px}
.menu-button span{width:30px;height:2px;display:block;margin:6px 0;background:var(--burgundy)}

.destinations{min-height:0;display:grid;grid-template-columns:1fr 1fr;position:relative}
.destination{min-width:0;min-height:0;position:relative;isolation:isolate;background-size:cover;background-position:center;display:grid;place-items:center;color:#fff}
.destination--villa{background-image:url('./villa-de-leyva.png')}
.destination--bogota{background-image:url('./bogota.png')}
.destination__shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(4,10,5,.16),rgba(0,0,0,.64))}
.destination__content{text-align:center;text-shadow:0 2px 10px #0008;padding:24px 16px 58px}
.destination__icon{display:block;color:var(--lime);font-size:29px;line-height:1}
.destination--bogota .destination__icon{color:var(--blue)}
.destination h2{margin:5px 0 7px;font-size:clamp(29px,3.2vw,48px);line-height:1;text-transform:uppercase;letter-spacing:1px;font-weight:500}
.destination__rule{display:block;width:64px;height:2px;margin:0 auto 11px;background:var(--lime)}
.destination--bogota .destination__rule{background:var(--blue)}
.destination p{font-size:clamp(14px,1.4vw,18px);line-height:1.35;margin:0 0 15px}
.destination__actions{display:flex;justify-content:center;gap:16px}
.button{min-width:145px;padding:9px 18px;border-radius:999px;text-transform:uppercase;font-size:13px;font-weight:700}
.button--villa{background:var(--lime)}
.button--bogota{background:#39a9dc}
.button--outline{border:1.5px solid #fff;background:#0002}
.button:disabled{color:#fff;font-family:inherit;cursor:not-allowed;opacity:.65}
.brand-medallion{width:clamp(130px,13vw,168px);height:clamp(130px,13vw,168px);position:absolute;left:50%;top:50%;z-index:5;transform:translate(-50%,-50%);padding:12px 18px 13px;border-radius:50%;background:#f8f5f1;box-shadow:0 4px 18px #0004;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}
.brand-medallion img{width:82px;height:82px;max-height:58%;object-fit:contain}
.brand-medallion strong{margin-top:2px;color:#4a2022;font-size:15px;line-height:1;text-transform:uppercase}
.brand-medallion em{margin-top:3px;padding:3px 9px;background:#f57900;color:#fff;font-size:10px;font-style:normal;line-height:1;letter-spacing:1.5px;text-transform:uppercase;white-space:nowrap}
.choose{position:absolute;z-index:6;left:50%;bottom:6px;transform:translateX(-50%);display:flex;align-items:center;flex-direction:column;gap:2px;color:#fff;font-size:13px}
.choose span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--green);font-size:17px;box-shadow:0 2px 8px #0004}

.benefits{padding:6px max(4vw,18px);background:#fbfaf8;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.benefit{height:100%;padding:0 20px;text-align:center;border-right:1px solid #ddd;display:flex;flex-direction:column;justify-content:center}
.benefit:last-child{border:0}
.benefit>span{color:var(--green);font-size:25px;line-height:1}
.benefit:nth-child(1)>span{color:var(--lime)}
.benefit:nth-child(2)>span{color:var(--burgundy)}
.benefit:nth-child(4)>span{color:#349ed0}
.benefit h3{margin:6px 0 4px;font-size:12px;line-height:1.2;text-transform:uppercase}
.benefit p{max-width:220px;margin:0 auto;font-size:11px;line-height:1.35}

footer{padding:5px max(5vw,48px) 4px;background:linear-gradient(100deg,#274928,#132b18);color:#fff}
.footer-main{height:calc(100% - 24px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}
.footer-main>div:first-child{justify-self:start;display:grid;align-content:center}
.brand--footer{width:184px;height:38px}
.brand--footer>img{width:38px;height:38px}
.brand--footer b{color:#fff;font-size:16px}
.brand--footer em{padding:3px 6px;font-size:9px}
.footer-main p{margin:2px 0 0;font-size:10px;line-height:1}
.footer-main nav{display:flex;align-items:center;justify-content:center;gap:clamp(10px,1.5vw,24px);text-transform:uppercase;font-size:10px;font-weight:700;white-space:nowrap}
.footer-contact{display:grid;gap:2px;text-align:center;font-style:normal;font-size:11px;line-height:1.3}
.footer-contact a{white-space:nowrap}
.footer-contact a:hover{text-decoration:underline}
.social{display:flex;justify-content:center;gap:18px}
.footer-main .social{justify-self:end}
.social a{width:34px;height:34px;display:grid;place-items:center;border:1px solid #fff;border-radius:50%;font-size:16px}
footer small{height:24px;display:block;border-top:1px solid #ffffff33;padding-top:6px;text-align:center;font-size:10px}

@media(max-width:760px){
  main{height:100svh;min-height:800px;grid-template-rows:70px minmax(560px,1fr) auto auto}
  .site-header{padding:6px 22px}
  .brand{width:210px;max-width:calc(100% - 100px);height:62px;gap:7px}
  .brand>img{width:56px;height:56px}
  .brand b{font-size:18px}.brand em{font-size:11px}
  .whatsapp{margin-left:auto;padding:10px;border-radius:11px}.whatsapp b{display:none}.whatsapp i{font-size:27px}
  .menu-button{display:block}
  .nav{display:none;position:absolute;inset:100% 0 auto;padding:10px 25px;background:#fbfaf8;box-shadow:0 10px 20px #0003}
  .nav--open{display:grid;gap:0}.nav a{padding:11px 0}
  .destinations{grid-template-columns:1fr;grid-template-rows:1fr 1fr}
  .destination{background-position:center}
  .destination--bogota{background-position:55% center}
  .destination__content{width:100%;padding:16px 18px;transform:none}
  .destination--bogota .destination__content{padding:12px 18px 46px}
  .destination--bogota{border-top:1px solid #ffffff70}
  .destination__icon{font-size:20px}
  .destination h2{margin:3px 0 4px;font-size:clamp(20px,6vw,29px)}
  .destination__rule{width:48px;height:2px;margin-bottom:8px}
  .destination p{font-size:14px;line-height:1.35;margin-bottom:12px}
  .destination__actions{flex-direction:column;gap:8px;align-items:center}
  .button{width:min(280px,85%);padding:9px 12px;font-size:12px;min-height:36px}
  .brand-medallion{width:78px;height:78px;top:calc(50% - 5px);padding:6px 9px}
  .brand-medallion img{width:41px;height:41px;max-height:52%}
  .brand-medallion strong{font-size:7px}.brand-medallion em{font-size:5px;padding:2px 4px;letter-spacing:.8px}
  .choose{bottom:3px;font-size:8px}.choose span{width:23px;height:23px;font-size:10px}
  .benefits{grid-template-columns:repeat(3,1fr);padding:6px 3px}
  .benefit{padding:0 7px}.benefit:nth-child(3){border:0}.benefit:nth-child(4){display:none}
  .benefit>span{font-size:17px}.benefit h3{margin:4px 0 3px;font-size:12px}.benefit p{font-size:12px;line-height:1.2}
  footer{padding:8px 12px}
  .footer-contact{font-size:12px;gap:3px}
  .footer-main{height:100%;display:flex;flex-direction:column;justify-content:center;gap:5px;text-align:center}
  .footer-main>div:first-child{display:block}
  .footer-main .brand,.footer-main nav{display:none}
  .footer-main p{font-size:11px;font-weight:700}
  .social{gap:18px}.social a{width:27px;height:27px;border-radius:8px;font-size:13px}
  footer small{display:none}
}

@media(max-width:380px){
  main{min-height:820px;grid-template-rows:70px minmax(560px,1fr) auto auto}
  .brand{width:190px}.brand>img{width:54px;height:54px}.brand b{font-size:16px}.brand em{font-size:10px}
  .destination h2{font-size:22px}
  .benefit{padding:0 5px}
}
