@charset "UTF-8"; .block-hero{position:relative;width:100%;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff; }.block-hero__bg{position:absolute;inset:0;z-index:1;}.block-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center;}.block-hero__overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.65));}.block-hero__content{position:relative;z-index:3;text-align:center;padding:6rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;}.block-hero__logo{max-width:140px;}.block-hero__logo img{width:100%;height:auto;}.block-hero__title{font-size:clamp(2rem,4vw,3.5rem);font-weight:500;letter-spacing:0.08em;text-transform:uppercase;margin:0;}.block-hero__subtitle{opacity:0.9;max-width:640px;}.block-hero__buttons{margin-top:1.5rem;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;}.block-hero__button{padding:0.9rem 2.2rem;font-size:0.85rem;letter-spacing:0.15em;text-transform:uppercase;text-decoration:none;border-radius:4px;transition:all 0.25s ease;display:inline-flex;align-items:center;justify-content:center;min-width:190px;}.block-hero__button:hover{transform:translateY(-2px);}.block-hero__button--primary{background-color:#d2b07a;color:#1c1c1c;border:1px solid #d2b07a;}.block-hero__button--primary:hover{background-color:#c89e5c;border-color:#c89e5c;}.block-hero__button--secondary{background:transparent;color:#ffffff;border:2px solid rgba(255,255,255,0.9);}.block-hero__button--secondary:hover{background:rgba(255,255,255,0.12);border-color:#ffffff;} @media (max-width:768px){.block-hero__content{padding-top:5rem;}} @media (max-width:480px){.block-hero__buttons{flex-direction:column;width:100%;}.block-hero__button{width:100%;max-width:320px;}}.things-to-do-section{font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding-block:clamp(3rem,6vw,6rem); }.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;}}