:root{--ph-bg:#fdf5e8;--ph-bg-alt:#fff;--ph-bg-card:#fff;--ph-surface:#f5ead5;--ph-border:#5a37141f;--ph-text:#2c1a0e;--ph-text-muted:#7a5c44;--ph-text-light:#fff;--ph-accent:#8b5e3c;--ph-accent-hover:#a3713f;--ph-accent-dark:#5c3318;--ph-dark-bg:#3d2410;--ph-dark-bg-alt:#4a2e1a;--ph-dark-border:#ffffff1f;--ph-font-body:"Helvetica Neue", Arial, "Noto Sans", sans-serif;--ph-font-heading:Georgia, "Times New Roman", serif;--ph-section-py:5rem;--ph-container-max:1200px;--ph-container-px:clamp(1rem, 5vw, 3rem);--ph-transition:.3s ease;--ph-radius:4px;--ph-radius-lg:8px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--ph-bg);color:var(--ph-text);font-family:var(--ph-font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.7}.ph-section{background-color:var(--ph-bg)}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.ph-skip-link{background:var(--ph-accent);color:var(--ph-text-light);z-index:9999;border-radius:var(--ph-radius);transition:top var(--ph-transition);padding:.5rem 1rem;font-weight:700;position:absolute;top:-100%;left:1rem}.ph-skip-link:focus{top:1rem}:focus-visible{outline:2px solid var(--ph-accent);outline-offset:2px}.ph-container{width:100%;max-width:var(--ph-container-max);padding-left:var(--ph-container-px);padding-right:var(--ph-container-px);margin:0 auto}.ph-section{padding-top:var(--ph-section-py);padding-bottom:var(--ph-section-py)}.ph-section__title{font-family:var(--ph-font-heading);color:var(--ph-text);text-align:center;letter-spacing:.03em;margin-bottom:2.5rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700}.ph-btn{border-radius:var(--ph-radius);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background var(--ph-transition), color var(--ph-transition), transform .15s ease;text-align:center;border:none;padding:.75rem 2rem;font-size:.95rem;font-weight:700;display:inline-block}.ph-btn:hover{transform:translateY(-2px)}.ph-btn--primary{background:var(--ph-accent);color:#fff}.ph-btn--primary:hover{background:var(--ph-accent-hover)}.ph-btn--outline{border:2px solid var(--ph-accent);color:var(--ph-accent);background:0 0}.ph-btn--outline:hover{background:var(--ph-accent);color:#fff}.ph-btn--lg{padding:1rem 2.5rem;font-size:1.1rem}.ph-btn--sm{padding:.5rem 1.25rem;font-size:.85rem}.ph-header{z-index:100;padding:1.25rem var(--ph-container-px);transition:background var(--ph-transition), backdrop-filter var(--ph-transition), padding var(--ph-transition);background:0 0;position:fixed;top:0;left:0;right:0}.ph-header--scrolled{-webkit-backdrop-filter:blur(12px);background:#fdf5e8f7;padding-top:.75rem;padding-bottom:.75rem;box-shadow:0 2px 12px #2c1a0e14}.ph-header__inner{max-width:var(--ph-container-max);justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;display:flex}.ph-header__logo{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.ph-header__logo-img{border-radius:50%}.ph-header__logo-text{font-family:var(--ph-font-heading);color:#fff;white-space:nowrap;transition:color var(--ph-transition);font-size:1.1rem;font-weight:700}.ph-header--scrolled .ph-header__logo-text{color:var(--ph-text)}.ph-header__nav-list{align-items:center;gap:.25rem;display:flex}.ph-header__nav-link{color:#ffffffeb;border-radius:var(--ph-radius);transition:color var(--ph-transition), background var(--ph-transition);white-space:nowrap;padding:.5rem .9rem;font-size:.9rem;font-weight:500}.ph-header--scrolled .ph-header__nav-link{color:var(--ph-text)}.ph-header__nav-link:hover{color:var(--ph-accent)}.ph-header__nav-link--cta{background:var(--ph-accent);margin-left:.5rem;color:#fff!important}.ph-header__nav-link--cta:hover{background:var(--ph-accent-hover);color:#fff!important}.ph-header__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.25rem;display:none}.ph-header__hamburger span{width:24px;height:2px;transition:var(--ph-transition);background:#fff;border-radius:2px;display:block}.ph-header--scrolled .ph-header__hamburger span{background:var(--ph-text)}.ph-header__mobile-nav{border-top:1px solid var(--ph-border);background:#fdf5e8fa;display:none}.ph-header__mobile-nav--open{display:block}.ph-header__mobile-nav ul{padding:1rem var(--ph-container-px);flex-direction:column;gap:.25rem;display:flex}.ph-header__mobile-link{color:var(--ph-text);border-bottom:1px solid var(--ph-border);padding:.75rem 0;font-size:1rem;font-weight:500;display:block}.ph-header__mobile-link--cta{color:var(--ph-accent);font-weight:700}@media (max-width:768px){.ph-header__nav{display:none}.ph-header__hamburger{display:flex}}.ph-hero{justify-content:center;align-items:center;width:100%;height:100svh;min-height:600px;display:flex;position:relative;overflow:hidden}.ph-hero__video-wrap{z-index:0;position:absolute;inset:0}.ph-hero__video{object-fit:cover;object-position:center;width:100%;height:100%}.ph-hero__overlay{background:linear-gradient(#14080240 0%,#14080280 60%,#140802a6 100%);position:absolute;inset:0}.ph-hero__content{z-index:1;text-align:center;padding:0 var(--ph-container-px);max-width:700px;position:relative}.ph-hero__title{font-family:var(--ph-font-heading);color:#fff;text-shadow:0 2px 20px #00000080;margin-bottom:1rem;font-size:clamp(2.5rem,7vw,5rem);font-weight:700;line-height:1.1}.ph-hero__sub{color:#ffffffd9;letter-spacing:.02em;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.3rem)}.ph-about{background:var(--ph-bg-alt)}.ph-about__desc{color:var(--ph-text-muted);text-align:center;max-width:780px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.85}.ph-reviews{background:var(--ph-bg-card);border-radius:var(--ph-radius-lg);text-align:center;border:1px solid var(--ph-border);max-width:480px;margin:0 auto;padding:2rem;box-shadow:0 2px 12px #2c1a0e1a}.ph-reviews__name{color:var(--ph-text);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.ph-reviews__stars{color:#f5a623;justify-content:center;align-items:center;gap:.2rem;margin-bottom:.5rem;font-size:1.4rem;display:flex}.ph-reviews__star{opacity:.3}.ph-reviews__star--filled{opacity:1}.ph-reviews__star--half{opacity:.6}.ph-reviews__rating-num{color:var(--ph-text);margin-left:.4rem;font-size:1rem;font-weight:700}.ph-reviews__count{color:var(--ph-text-muted);margin-bottom:.25rem;font-size:.9rem}.ph-reviews__powered{color:var(--ph-text-muted);margin-bottom:.75rem;font-size:.85rem}.ph-reviews__write-link{color:var(--ph-accent);font-size:.9rem;font-weight:600}.ph-reviews__write-link:hover{color:var(--ph-accent-hover);text-decoration:underline}.ph-rooms{background:var(--ph-bg)}.ph-rooms__list{flex-direction:column;gap:0;display:flex}.ph-rooms__item{padding:3rem 0}.ph-rooms__divider{border:none;border-top:1px solid var(--ph-border);margin:0}.ph-rooms__type-header{flex-wrap:wrap;align-items:baseline;gap:.75rem;margin-bottom:1.5rem;display:flex}.ph-rooms__type-name{font-family:var(--ph-font-heading);color:var(--ph-text);font-size:clamp(1.4rem,3vw,2rem);font-weight:700}.ph-rooms__unit-count{color:var(--ph-text-muted);font-size:.95rem;font-weight:500}.ph-rooms__camping{padding-top:3rem}.ph-room-card{flex-direction:column;gap:1.75rem;display:flex}.ph-room-card__top{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.75rem;display:grid}@media (max-width:900px){.ph-room-card__top{grid-template-columns:1fr}}.ph-room-card__carousel-wrap{min-height:280px;position:relative}.ph-room-card__carousel-wrap .ph-carousel{height:100%;aspect-ratio:unset;flex-direction:column;display:flex}.ph-room-card__availability-wrap{border-radius:var(--ph-radius-lg);border:1px solid var(--ph-border);background:#fff;padding:1.5rem;box-shadow:0 2px 16px #2c1a0e1a}.ph-room-card__info{grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem 3rem;padding-top:.25rem;display:grid}@media (max-width:680px){.ph-room-card__info{grid-template-columns:1fr}}.ph-room-card__price{color:var(--ph-accent);grid-column:1/-1;margin-bottom:0;font-size:1.2rem;font-weight:700}.ph-room-card__specs{color:var(--ph-text-muted);flex-direction:column;gap:.45rem;font-size:.93rem;display:flex}.ph-room-card__specs li strong{color:var(--ph-text);font-weight:600}.ph-room-card__amenities{flex-direction:column;gap:.35rem;display:flex}.ph-room-card__amenities li{color:var(--ph-text-muted);padding-left:1.2em;font-size:.9rem;position:relative}.ph-room-card__amenities li:before{content:"•";color:var(--ph-accent);position:absolute;left:0}.ph-room-card__inclusions{flex-wrap:wrap;grid-column:1/-1;gap:.5rem;padding-top:.25rem;display:flex}.ph-room-card__inclusions li{color:var(--ph-accent-dark);background:#8b5e3c17;border:1px solid #8b5e3c33;border-radius:2rem;padding:.25rem .85rem;font-size:.85rem;font-weight:600}.ph-availability{box-shadow:none;background:0 0;border:none;flex-direction:column;gap:1rem;padding:0;display:flex}.ph-availability__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.ph-availability__title{font-family:var(--ph-font-heading);color:var(--ph-text);font-size:1rem;font-weight:600}.ph-availability__badge{letter-spacing:.02em;border-radius:2rem;padding:.25rem .65rem;font-size:.78rem;font-weight:600;display:inline-block}.ph-availability__badge--available{color:#3a7d2c;background:#e8f5e2}.ph-availability__badge--full{color:#b02a1e;background:#fdecea}.ph-cal{flex-direction:column;gap:.5rem;display:flex}.ph-cal__nav{justify-content:space-between;align-items:center;display:flex}.ph-cal__nav-btn{border:1px solid var(--ph-border);border-radius:var(--ph-radius);cursor:pointer;width:2rem;height:2rem;color:var(--ph-accent);transition:background var(--ph-transition);background:0 0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.ph-cal__nav-btn:hover{background:var(--ph-surface)}.ph-cal__month-label{color:var(--ph-text);font-size:.9rem;font-weight:600}.ph-cal__grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.ph-cal__day-label{text-align:center;color:var(--ph-text-muted);padding:.3rem 0;font-size:.7rem;font-weight:600}.ph-cal__day{aspect-ratio:1;border-radius:var(--ph-radius);color:var(--ph-text);cursor:pointer;transition:background var(--ph-transition), color var(--ph-transition);background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:.8rem;display:flex}.ph-cal__day--selectable:hover{background:var(--ph-surface)}.ph-cal__day--past{color:var(--ph-border);cursor:default}.ph-cal__day--checkin,.ph-cal__day--checkout{background:var(--ph-accent);color:var(--ph-text-light);font-weight:700}.ph-cal__day--range{background:var(--ph-surface);border-radius:0}.ph-availability__summary{flex-direction:column;gap:.4rem;display:flex}.ph-availability__date-row{align-items:flex-start;gap:.5rem;display:flex}.ph-availability__date-block{background:var(--ph-surface);border-radius:var(--ph-radius);flex-direction:column;flex:1;gap:.1rem;padding:.5rem .75rem;display:flex}.ph-availability__date-sep{color:var(--ph-text-muted);padding-top:.85rem;font-size:1rem}.ph-availability__date-label{text-transform:uppercase;letter-spacing:.05em;color:var(--ph-text-muted);font-size:.7rem;font-weight:600}.ph-availability__date-value{color:var(--ph-text);font-size:.82rem;font-weight:600}.ph-availability__date-time{color:var(--ph-text-muted);font-size:.72rem}.ph-availability__nights{color:var(--ph-accent);text-align:center;margin:0;font-size:.82rem;font-weight:600}.ph-availability__note{color:var(--ph-text-muted);margin:0;font-size:.78rem;font-style:italic;line-height:1.5}.ph-availability__cta{text-align:center;width:100%}.ph-btn--muted{opacity:.55;pointer-events:none}.ph-carousel{border-radius:var(--ph-radius-lg);background:var(--ph-bg-card);position:relative;overflow:hidden}.ph-carousel--landscape{aspect-ratio:3/2}.ph-carousel--square{aspect-ratio:1}.ph-room-card__carousel-wrap .ph-carousel .ph-carousel__track{flex:1;min-height:0}.ph-carousel__track{width:100%;height:100%;position:relative}.ph-carousel__slide{opacity:0;transition:opacity .5s;position:absolute;inset:0}.ph-carousel__slide--active{opacity:1;z-index:1}.ph-carousel__btn{z-index:2;color:#fff;cursor:pointer;width:40px;height:40px;transition:background var(--ph-transition);background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ph-carousel__btn:hover{background:#000c}.ph-carousel__btn--prev{left:.75rem}.ph-carousel__btn--next{right:.75rem}.ph-carousel__dots{z-index:2;gap:.35rem;display:flex;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%)}.ph-carousel__dot{cursor:pointer;width:8px;height:8px;transition:background var(--ph-transition);background:#ffffff73;border:none;border-radius:50%;padding:0}.ph-carousel__dot--active{background:#fff}.ph-camping__img-wrap{border-radius:var(--ph-radius-lg);min-height:320px;position:relative;overflow:hidden}.ph-camping .ph-room-card__top{align-items:stretch}.ph-camping__info{grid-template-columns:repeat(4,1fr);align-items:start;gap:1.5rem 2rem;padding-top:1.75rem;display:grid}@media (max-width:900px){.ph-camping__info{grid-template-columns:1fr 1fr}}@media (max-width:540px){.ph-camping__info{grid-template-columns:1fr}}.ph-camping__pricing ul,.ph-camping__facilities ul,.ph-camping__rules ul,.ph-camping__addons ul{flex-direction:column;gap:.3rem;margin-top:.5rem;padding:0;list-style:none;display:flex}.ph-camping__pricing p,.ph-camping__facilities p,.ph-camping__rules p,.ph-camping__addons p{letter-spacing:.06em;text-transform:uppercase;color:var(--ph-text);margin:0;font-size:.78rem;font-weight:700}.ph-camping__pricing li,.ph-camping__facilities li,.ph-camping__rules li,.ph-camping__addons li{color:var(--ph-text-muted);padding-left:1.2em;font-size:.88rem;position:relative}.ph-camping__pricing li:before,.ph-camping__facilities li:before,.ph-camping__rules li:before,.ph-camping__addons li:before{content:"•";color:var(--ph-accent);position:absolute;left:0}.ph-activities{background:var(--ph-bg-alt)}.ph-activities__restaurant{margin-bottom:4rem}.ph-activities__restaurant-grid{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;display:grid}@media (max-width:768px){.ph-activities__restaurant-grid{grid-template-columns:1fr}}.ph-activities__restaurant-name{font-family:var(--ph-font-heading);color:var(--ph-text);margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700}.ph-activities__restaurant-sub{color:var(--ph-accent);margin-bottom:1rem;font-size:1.1rem;font-style:italic}.ph-activities__restaurant-desc{color:var(--ph-text-muted);font-size:1rem;line-height:1.8}.ph-activities__restaurant-gallery{border-radius:var(--ph-radius-lg);overflow:hidden}.ph-activities__other{margin-bottom:4rem}.ph-activities__other-heading{font-family:var(--ph-font-heading);color:var(--ph-text);margin-bottom:1rem;font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:700}.ph-activities__other-desc{color:var(--ph-text-muted);max-width:680px;margin-bottom:.5rem;font-size:1rem;line-height:1.8}.ph-activities__grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;display:grid}@media (max-width:900px){.ph-activities__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.ph-activities__grid{grid-template-columns:1fr}}.ph-activities__item{border-radius:var(--ph-radius);overflow:hidden}.ph-activities__item-img-wrap,.ph-activities__dest-img-wrap{aspect-ratio:4/3;border-radius:var(--ph-radius);position:relative;overflow:hidden}.ph-activities__item-overlay{transition:opacity var(--ph-transition);z-index:1;background:linear-gradient(#0000 50%,#000000a6 100%);position:absolute;inset:0}.ph-activities__item-img-wrap:hover .ph-activities__item-overlay{opacity:.9}.ph-activities__item-label{z-index:2;color:#fff;text-shadow:0 1px 4px #000000b3;font-size:.9rem;font-weight:700;position:absolute;bottom:.75rem;left:.75rem;right:.75rem}.ph-activities__destinations-heading{font-family:var(--ph-font-heading);color:var(--ph-text);margin-bottom:1.5rem;font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:700}.ph-activities__dest-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (max-width:900px){.ph-activities__dest-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.ph-activities__dest-grid{grid-template-columns:1fr}}.ph-terms{background:var(--ph-bg)}.ph-terms__box{background:var(--ph-dark-bg-alt);border-radius:var(--ph-radius-lg);max-width:780px;margin:0 auto;padding:2.5rem;box-shadow:0 4px 24px #00000040}.ph-terms__list{flex-direction:column;gap:.75rem;display:flex}.ph-terms__item{color:#ffffffd1;padding-left:1.5em;font-size:.95rem;line-height:1.7;position:relative}.ph-terms__item:before{content:"•";color:#ffffff80;font-weight:700;position:absolute;left:0}.ph-contact{background:var(--ph-dark-bg)}.ph-contact__inner{text-align:center}.ph-contact__sub{color:#ffffffa6;margin-bottom:.5rem;font-size:1rem}.ph-contact__title{font-family:var(--ph-font-heading);color:var(--ph-text-light);letter-spacing:.08em;margin-bottom:2rem;font-size:clamp(1.8rem,4vw,3rem);font-weight:700}.ph-footer{background:#7d5533}.ph-footer__inner{max-width:var(--ph-container-max);padding:4rem var(--ph-container-px) 3rem;grid-template-columns:1.4fr 1fr 1fr 1.6fr;align-items:start;gap:3rem;margin:0 auto;display:grid}@media (max-width:960px){.ph-footer__inner{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:560px){.ph-footer__inner{grid-template-columns:1fr;gap:2rem}}.ph-footer__brand{flex-direction:column;gap:.75rem;display:flex}.ph-footer__logo{object-fit:contain;width:80px;height:80px}.ph-footer__name{flex-direction:column;margin-top:.25rem;line-height:1.1;display:flex}.ph-footer__name-pohen{font-family:var(--ph-font-heading);color:#fff;letter-spacing:.06em;font-size:1.8rem;font-weight:900}.ph-footer__name-sub{color:#ffffffbf;letter-spacing:.2em;text-transform:uppercase;font-size:.75rem;font-weight:500}.ph-footer__socials{align-items:center;gap:1rem;margin-top:.75rem;display:flex}.ph-footer__social-link{color:#fffc;transition:color var(--ph-transition), transform var(--ph-transition);justify-content:center;align-items:center;display:flex}.ph-footer__social-link:hover{color:#fff;transform:translateY(-2px)}.ph-footer__col{flex-direction:column;gap:0;display:flex}.ph-footer__col-heading{color:#fff;font-size:1rem;font-weight:700;font-family:var(--ph-font-body);margin-bottom:1.25rem}.ph-footer__col ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.ph-footer__link{color:#ffffffb8;transition:color var(--ph-transition);font-size:.9rem}.ph-footer__link:hover{color:#fff}.ph-footer__address-list{flex-direction:column;gap:.85rem;list-style:none;display:flex}.ph-footer__address-item{color:#ffffffb8;transition:color var(--ph-transition);align-items:flex-start;gap:.6rem;font-size:.88rem;line-height:1.5;display:flex}.ph-footer__address-item:hover{color:#fff}.ph-footer__address-icon{flex-shrink:0;margin-top:.15rem}.ph-footer__bottom{padding:1.25rem var(--ph-container-px);max-width:var(--ph-container-max);text-align:center;border-top:1px solid #ffffff2e;flex-direction:column;align-items:center;gap:.35rem;margin:0 auto;display:flex}.ph-footer__bottom p{color:#ffffff8c;font-size:.82rem}.ph-not-found__inner{text-align:center;padding:6rem var(--ph-container-px)}.ph-not-found__inner h1{margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.5rem)}.ph-not-found__inner p{color:var(--ph-text-muted);margin-bottom:2rem}@media (max-width:480px){.ph-section{padding-top:3rem;padding-bottom:3rem}.ph-terms__box{padding:1.5rem}}@media print{.ph-header,.ph-footer,.ph-hero__video-wrap{display:none}body{color:#000;background:#fff}}
