.things-to-do-section{font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding-block:clamp(3rem,6vw,6rem);/* ACCORDION WRAP */ /* ITEM */ /* HEADER BUTTON */ /* CONTENT PANEL */ /* BUTTON */ /* RESPONSIVE */}.things-to-do-section .container{max-width:1100px;}.things-to-do-section .things-to-do{max-width:900px;}.things-to-do-section .things-to-do__top-label{text-transform:uppercase;letter-spacing:0.08em;color:#2a2a2a;position:relative;padding-bottom:0.75rem;margin-bottom:1.25rem;font-size:0.85rem;}.things-to-do-section .things-to-do__top-label::after{content:"";position:absolute;left:0;bottom:0;width:140px;height:3px;background:#b99d75;opacity:0.9;}.things-to-do-section .things-to-do__heading{font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:600;line-height:1.1;margin:0 0 2rem;color:#b99d75;}.things-to-do-section .things-to-do__accordion{border-top:1px solid rgba(0,0,0,0.15);}.things-to-do-section .things-to-do__item{border-bottom:1px solid rgba(0,0,0,0.15);padding-block:1.25rem;}.things-to-do-section .things-to-do__item.is-open .things-to-do__icon{transform:rotate(45deg);}.things-to-do-section .things-to-do__trigger{width:100%;background:transparent;border:0;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;color:#1f1f1f;}.things-to-do-section .things-to-do__title{font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:clamp(1.25rem,2.2vw,1.6rem);font-weight:500;line-height:1.2;}.things-to-do-section .things-to-do__icon{width:42px;height:42px;display:grid;place-items:center;font-weight:300;color:#000;transition:transform 0.2s ease;flex-shrink:0;}.things-to-do-section .things-to-do__panel{margin-top:1rem;}.things-to-do-section .things-to-do__content{max-width:760px;color:rgba(0,0,0,0.7);line-height:1.8;}.things-to-do-section .things-to-do__content p{margin:0 0 1rem;}.things-to-do-section .things-to-do__content p:last-child{margin-bottom:0;}.things-to-do-section .things-to-do__btn{display:inline-flex;align-items:center;justify-content:center;margin-top:2.25rem;padding:0.95rem 2.2rem;background:#c9a26a;color:#fff;text-decoration:none;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;border-radius:8px;box-shadow:0 14px 28px rgba(0,0,0,0.18);transition:all 0.25s ease;}.things-to-do-section .things-to-do__btn:hover{background:#be8f4c;transform:translateY(-1px);box-shadow:0 18px 34px rgba(0,0,0,0.22);}@media (max-width:768px){.things-to-do-section .things-to-do{max-width:100%;}.things-to-do-section .things-to-do__top-label::after{width:110px;}.things-to-do-section .things-to-do__icon{width:38px;height:38px;font-size:1.7rem;}}@media (max-width:480px){.things-to-do-section .things-to-do__item{padding-block:1rem;}.things-to-do-section .things-to-do__btn{width:100%;text-align:center;}}