:root{
  --green:#143f2d;--green-dark:#0d3424;--green-soft:#e5eee7;--gold:#c9a25b;--gold-dark:#ad8440;
  --cream:#f7f3ea;--cream-2:#fcfaf5;--ink:#152019;--muted:#69736d;--line:#e4ded2;--card:#fffdf9;
  --free:#dcebd7;--reserved:#f4e0ae;--busy:#edaaa5;--shadow:0 14px 40px rgba(31,53,40,.09)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbf8f1;color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.58}img{max-width:100%}a{color:inherit}.wrap{width:min(1200px,calc(100% - 64px));margin:auto}.icon{width:1.2em;height:1.2em;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;display:inline-block;vertical-align:-.2em;flex:0 0 auto}.icon-lg{width:31px;height:31px}.serif{font-family:Georgia,'Times New Roman',serif}.eyebrow{color:var(--gold-dark);font-weight:800;font-size:13px;letter-spacing:.02em;margin-bottom:9px}.section{padding:42px 0}.section-title{font-family:Georgia,'Times New Roman',serif;font-size:38px;line-height:1.08;letter-spacing:-.55px;margin:0 0 14px;color:#18291e}.section-intro{max-width:700px;color:var(--muted);margin:0 0 26px}.btn{min-height:47px;padding:0 22px;border-radius:4px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:11px;font-weight:800;letter-spacing:.03em;border:1px solid transparent;cursor:pointer}.btn-primary{background:var(--green);color:#fff;border-color:var(--green)}.btn-primary:hover{background:#0e3324}.btn-light{background:rgba(255,255,255,.86);color:#172019;border-color:#969a94}.btn-outline{border-color:#31513f;color:#183a2a;background:transparent}.btn-gold{background:linear-gradient(90deg,#d5b369,#c59642);color:#173221}.compact{min-height:38px;padding:0 16px;font-size:10.5px}

/* header */
.topbar{background:linear-gradient(90deg,#163f2f,#0b3323);color:#fff;font-size:12px}.topbar-inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:22px}.topbar a{text-decoration:none}.top-item,.wa-top{display:flex;align-items:center;gap:8px;white-space:nowrap}.top-item .icon{font-size:15px}.wa-top{border:1px solid rgba(255,255,255,.48);border-radius:4px;padding:6px 13px;font-weight:700}.wa-top .icon{font-size:17px}.nav{height:94px;background:#fbfaf6;border-bottom:1px solid rgba(218,212,200,.45);position:relative;z-index:20}.nav-inner{height:94px;display:flex;align-items:center}.brand{display:flex;align-items:center;margin-right:auto;text-decoration:none}.brand img{display:block;width:202px;height:75px;object-fit:contain;object-position:left center}.nav-links{display:flex;align-items:center;gap:27px;font-size:11.5px;font-weight:800}.nav-links a{text-decoration:none;position:relative;padding:8px 0}.nav-links a.active:after{content:"";position:absolute;height:2px;background:var(--green);left:0;right:0;bottom:0}.nav-links .book{background:var(--green);color:#fff;padding:13px 22px;border-radius:4px}.nav-links .book:after{display:none}.menu-toggle{display:none;border:0;background:transparent;color:var(--green);font-size:28px;cursor:pointer}

/* home hero */
.hero{height:475px;position:relative;overflow:hidden;background:linear-gradient(105deg,#f6f2e9 0%,#f2eee4 60%,#e7e3d9 100%)}.hero-photo{position:absolute;inset:0 0 0 auto;width:72%;height:100%;object-fit:cover;object-position:center center;filter:saturate(.96) contrast(1.02);-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.12) 7%,#000 29%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.12) 7%,#000 29%,#000 100%)}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,243,234,.98) 0%,rgba(247,243,234,.95) 23%,rgba(247,243,234,.62) 38%,rgba(247,243,234,.12) 55%,transparent 68%);pointer-events:none}.hero-inner{height:100%;display:flex;align-items:center;position:relative;z-index:2}.hero-copy{padding-left:22px;max-width:520px}.hero h1{font-family:Georgia,'Times New Roman',serif;font-size:54px;line-height:1.01;margin:0 0 24px;color:#163928;letter-spacing:-1.35px}.hero p{font-size:16.5px;line-height:1.55;margin:0 0 27px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-actions .icon{font-size:17px}

/* spec strip */
.spec-strip-wrap{margin-top:-18px;position:relative;z-index:4}.spec-strip{min-height:86px;border-radius:6px;background:linear-gradient(90deg,#143f2d,#0f3827);display:grid;grid-template-columns:repeat(5,1fr);color:#fff;padding:0 20px;box-shadow:0 7px 20px rgba(17,56,39,.15)}.spec{display:flex;align-items:center;gap:15px;padding:16px 20px;border-right:1px solid rgba(255,255,255,.22)}.spec:last-child{border-right:0}.spec .icon{color:var(--gold);width:35px;height:35px;stroke-width:1.65}.spec strong{font-size:13.5px;display:block}.spec small{display:block;font-size:11px;opacity:.9;margin-top:1px}

/* home about */
.about{padding-top:38px}.about-grid{display:grid;grid-template-columns:39% 61%;gap:42px;align-items:start}.about-copy{padding:15px 0 0 22px}.about h2{font-family:Georgia,'Times New Roman',serif;font-size:35px;line-height:1.08;margin:0 0 18px;letter-spacing:-.4px}.about p{font-size:13.5px;line-height:1.7;margin:0 0 17px}.checklist{list-style:none;padding:0;margin:0 0 20px;font-size:13px}.checklist li{margin:8px 0;display:flex;gap:11px;align-items:flex-start}.checklist .icon{color:var(--green);width:17px;height:17px;margin-top:2px;stroke-width:2.4}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:8px}.gallery img{width:100%;height:176px;object-fit:cover;border-radius:7px;display:block}.gallery .gallery-main{grid-column:1/3;height:258px}

/* booking */
.booking-zone{background:rgba(244,240,231,.84);padding:24px 0 26px}.three-grid{display:grid;grid-template-columns:29% 32% 39%;gap:16px}.card,.request-card{border-radius:7px;min-height:335px}.card{background:rgba(255,255,255,.74);border:1px solid #ebe5d9;box-shadow:0 3px 10px rgba(0,0,0,.035);padding:23px 24px}.card h3,.request-card h3,.review-panel h3,.info-panel h3{font-family:Georgia,'Times New Roman',serif;margin:0 0 18px;font-size:20px}.card h3{display:flex;align-items:center;gap:11px}.card h3 .icon{color:var(--green);width:25px;height:25px}.season-prices{display:grid;gap:12px}.season-price{border:1px solid #e4ddcf;border-radius:6px;background:#fffdf9;padding:17px 16px}.season-price span{display:block;color:#6b746e;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px}.season-price strong{display:flex;align-items:baseline;gap:6px;font-family:Georgia,'Times New Roman',serif;color:#183a2a;font-size:27px;line-height:1}.season-price strong small{font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:700;color:#626c66}.fineprint{font-size:10.5px;line-height:1.55;margin:19px 0 0;color:#606964}.availability{padding:23px 18px}.calendar-head{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;text-align:center;font-size:12px;margin:0 0 9px}.calendar-head button{border:0;background:transparent;font-size:25px;color:var(--ink);cursor:pointer}.weekdays,.days{display:grid;grid-template-columns:repeat(7,1fr);text-align:center}.weekdays span{font-weight:800;font-size:9.5px;padding:4px 0 8px}.days button.day{height:31px;display:flex;align-items:center;justify-content:center;font-size:11px;border:1px solid transparent;padding:0;background:transparent;color:var(--ink);font-family:inherit}.days button.day.outside{color:#aaa;background:transparent}.days button.day.available{background:var(--free);cursor:pointer}.days button.day.reserved{background:var(--reserved);cursor:not-allowed}.days button.day.unavailable{background:var(--busy);cursor:not-allowed}.days button.day.past{opacity:.42;cursor:default}.days button.day.available:not(:disabled):hover{border-color:#173c2a;box-shadow:inset 0 0 0 1px rgba(255,255,255,.75)}.days button.day.selected-start,.days button.day.selected-end{outline:2px solid #173c2a;outline-offset:-2px;font-weight:700}.days button.day.selected-range{box-shadow:inset 0 0 0 999px rgba(255,255,255,.22)}.legend{display:flex;gap:14px;justify-content:center;font-size:9px;margin-top:14px}.legend span{display:flex;gap:5px;align-items:center;white-space:nowrap}.legend i{width:12px;height:12px;display:inline-block}.free-dot{background:#b9d8ad}.reserved-dot{background:#efd69d}.busy-dot{background:#e99b98}.request-card{background:linear-gradient(145deg,#143f2d,#0d3424);color:#fff;padding:22px 25px}.request-card h3{font-size:22px;margin-bottom:5px}.request-card>p{font-size:11px;line-height:1.5;margin:0 0 14px;color:rgba(255,255,255,.86)}.request-card input,.request-card select,.request-card textarea{width:100%;border:0;border-radius:4px;margin-bottom:7px;padding:0 11px;font:inherit;font-size:11px;background:#fff;color:#414943}.request-card input,.request-card select{height:35px}.request-card textarea{min-height:90px;padding-top:10px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}.request-card button[type=submit]{width:100%;height:40px;border:0;border-radius:4px;background:linear-gradient(90deg,#d5b369,#c59642);font-weight:800;font-size:11px;color:#173221;margin-top:7px;cursor:pointer}.request-card button:disabled{opacity:.65;cursor:wait}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.captcha-row{display:grid;grid-template-columns:1.45fr .8fr;gap:7px;align-items:center;margin-top:1px}.captcha-row span{height:35px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:4px;display:flex;align-items:center;padding:0 10px;font-size:10px;color:#fff}.captcha-row input{margin-bottom:0!important}.form-status{font-size:10px;line-height:1.35;min-height:14px;margin-top:7px;color:#fff}.form-status.success{color:#d9f2d5}.form-status.error{color:#ffd0cc}

/* reviews/info */
.bottom{padding-top:0}.bottom-grid{display:grid;grid-template-columns:53% 47%;gap:16px}.review-panel,.info-panel{background:rgba(255,255,255,.65);border:1px solid #ece6db;border-radius:7px;min-height:305px}.review-panel{padding:24px}.review-panel h3{margin-bottom:4px}.stars{color:#d1a34c;letter-spacing:2px;font-size:18px;margin-bottom:14px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:15px}.review-grid blockquote{margin:0;background:#fffdfa;border:1px solid #eee8dc;box-shadow:0 2px 7px rgba(0,0,0,.03);min-height:145px;padding:16px;font-size:10.5px}.review-grid blockquote p{margin:0 0 18px;line-height:1.68}.review-grid footer{font-size:9.5px}.info-panel{display:grid;grid-template-columns:62% 38%;overflow:hidden}.info-copy{padding:24px}.info-copy h3{margin-bottom:16px}.info-copy dl{margin:0;font-size:10.5px}.info-copy dl>div{display:grid;grid-template-columns:48% 52%;margin-bottom:13px;align-items:start}.info-copy dt{font-weight:600;display:flex;align-items:center;gap:8px}.info-copy dt .icon{color:var(--green);width:17px;height:17px}.info-copy dd{margin:0;line-height:1.48}.info-panel img{width:100%;height:100%;object-fit:cover}

/* generic page hero */
.page-hero{background:#f4efe5;padding:56px 0 49px;border-bottom:1px solid #e5dfd3}.page-hero-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.page-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:52px;line-height:1.02;letter-spacing:-1px;color:#173a29;margin:0 0 18px}.page-hero p{font-size:16px;color:#56615b;max-width:650px;margin:0}.page-hero img{width:100%;height:320px;object-fit:cover;border-radius:10px;box-shadow:var(--shadow)}.breadcrumb{display:flex;gap:8px;align-items:center;font-size:11px;font-weight:700;color:#8a7350;margin-bottom:15px}.breadcrumb a{text-decoration:none;color:var(--green)}

/* camper page */
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-card{background:#fffdfa;border:1px solid #e7e0d4;border-radius:8px;padding:22px;min-height:166px}.feature-card .icon{color:var(--gold-dark);width:29px;height:29px;margin-bottom:12px}.feature-card strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:18px;margin-bottom:5px}.feature-card p{font-size:11px;color:#67716b;margin:0;line-height:1.55}.detail-section{padding:55px 0}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.detail-grid.reverse .detail-copy{order:2}.detail-grid.reverse .detail-image{order:1}.detail-image img{width:100%;height:410px;object-fit:cover;border-radius:10px;box-shadow:var(--shadow)}.detail-copy h2{font-family:Georgia,'Times New Roman',serif;font-size:36px;line-height:1.08;margin:0 0 15px}.detail-copy p{color:#5f6a63;font-size:13px}.detail-list{list-style:none;padding:0;margin:21px 0 0;display:grid;gap:10px}.detail-list li{display:flex;gap:10px;font-size:13px}.detail-list .icon{color:var(--green);width:17px;height:17px;margin-top:2px;stroke-width:2.5}.spec-table-wrap{background:#f2eee5}.spec-table{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border:1px solid #e0d8cb;border-radius:9px;overflow:hidden;background:#fffdf9}.spec-row{display:flex;justify-content:space-between;gap:20px;padding:16px 20px;border-bottom:1px solid #e9e3d8}.spec-row:nth-child(odd){border-right:1px solid #e9e3d8}.spec-row:nth-last-child(-n+2){border-bottom:0}.spec-row span{color:#66706a;font-size:12px}.spec-row strong{font-size:12px;text-align:right}.inventory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.inventory-card{padding:24px;border-radius:8px;background:#fffdf9;border:1px solid #e5ded2}.inventory-card h3{font-family:Georgia,'Times New Roman',serif;margin:0 0 13px;font-size:19px}.inventory-card ul{margin:0;padding-left:18px;font-size:12px;color:#59645d;line-height:1.8}.note{padding:16px 18px;border-left:4px solid var(--gold);background:#f7f1e4;font-size:11px;color:#5e655f;margin-top:22px}

/* FAQ */
.faq-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:34px;align-items:start}.faq-list{display:grid;gap:10px}.faq-list details{background:#fffdfa;border:1px solid #e6dfd3;border-radius:8px;overflow:hidden}.faq-list summary{list-style:none;cursor:pointer;padding:19px 22px;font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:space-between;gap:20px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";font-family:Georgia,'Times New Roman',serif;font-size:24px;color:var(--gold-dark);font-weight:400}.faq-list details[open] summary:after{content:"–"}.faq-answer{padding:0 22px 20px;color:#5e6962;font-size:12.5px;line-height:1.7}.faq-answer p{margin:0}.faq-side{background:linear-gradient(150deg,#143f2d,#0d3424);color:#fff;border-radius:9px;padding:28px;position:sticky;top:24px}.faq-side h3{font-family:Georgia,'Times New Roman',serif;font-size:25px;line-height:1.1;margin:0 0 12px}.faq-side p{font-size:12px;color:rgba(255,255,255,.82);margin:0 0 20px}.faq-side .btn{width:100%;background:#d0aa61;color:#173221}.mini-facts{display:grid;gap:11px;margin:22px 0}.mini-fact{display:flex;gap:10px;align-items:flex-start;font-size:11px}.mini-fact .icon{width:18px;height:18px;color:#d7b56d}

/* contact */
.contact-hero{padding-bottom:40px}.contact-grid{display:grid;grid-template-columns:.83fr 1.17fr;gap:28px;align-items:stretch}.contact-panel{background:#fffdfa;border:1px solid #e5ded2;border-radius:10px;padding:31px;box-shadow:0 5px 22px rgba(25,52,36,.05)}.contact-panel h2{font-family:Georgia,'Times New Roman',serif;font-size:30px;line-height:1.1;margin:0 0 13px}.contact-panel>p{color:#626c66;font-size:13px}.contact-methods{display:grid;gap:12px;margin-top:25px}.contact-method{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #eee8dd}.contact-method:last-child{border-bottom:0}.contact-method .icon-box{width:44px;height:44px;border-radius:50%;background:#eef2ec;color:var(--green);display:flex;align-items:center;justify-content:center}.contact-method .icon{width:20px;height:20px}.contact-method small{display:block;color:#7a837e;font-size:10px;margin-bottom:1px}.contact-method strong{font-size:13px}.contact-method a{text-decoration:none}.contact-photo{margin-top:22px;border-radius:8px;overflow:hidden;height:210px}.contact-photo img{width:100%;height:100%;object-fit:cover}.contact-form-card{min-height:0;padding:31px}.contact-form-card h2{font-size:30px}.contact-form-card>p{font-size:12px}.contact-form-card input,.contact-form-card select{height:43px;font-size:12px;margin-bottom:9px}.contact-form-card textarea{font-size:12px;margin-bottom:9px}.contact-form-card .captcha-row span{height:43px;font-size:11px}.contact-form-card button[type=submit]{height:45px;font-size:12px}.contact-calendar{margin-top:28px;background:#fffdfa;border:1px solid #e5ded2;border-radius:10px;padding:28px}.contact-calendar-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}.contact-calendar-head h2{font-family:Georgia,'Times New Roman',serif;margin:0;font-size:28px}.contact-calendar-head p{margin:0;color:#6a746e;font-size:11px}.contact-calendar .availability{max-width:600px;margin:auto;border:0;box-shadow:none;background:transparent;min-height:0}.contact-calendar .days button.day{height:40px}

/* CTA */
.cta-band{padding:38px 0;background:linear-gradient(90deg,#153f2f,#0d3424);color:#fff}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.cta-inner h2{font-family:Georgia,'Times New Roman',serif;font-size:30px;margin:0 0 4px}.cta-inner p{margin:0;color:rgba(255,255,255,.78);font-size:12px}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}.cta-actions .btn-light{border-color:rgba(255,255,255,.55)}

/* footer */
.footer{background:linear-gradient(90deg,#143f2d,#0e3827);color:#fff;font-size:10px}.footer-inner{min-height:58px;display:flex;align-items:center;justify-content:center;gap:46px}.footer nav{display:flex;align-items:center;gap:14px}.footer a{color:#fff;text-decoration:none}.footer i{height:13px;width:1px;background:rgba(255,255,255,.45)}.floating-wa{position:fixed;right:28px;bottom:26px;width:56px;height:56px;background:#20c863;border:4px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 4px 13px rgba(0,0,0,.2);z-index:30}.floating-wa .icon{width:28px;height:28px;stroke-width:1.8}

/* Admin shared compatibility */
.admin-calendar .day.available{background:var(--free)}.admin-calendar .day.reserved{background:var(--reserved)}.admin-calendar .day.unavailable{background:var(--busy)}

@media(max-width:1180px) and (min-width:901px){.wrap{width:calc(100% - 48px)}.brand img{width:175px}.nav-links{gap:17px;font-size:10.5px}.nav-links .book{padding-left:16px;padding-right:16px}.hero h1{font-size:49px}.spec{padding-left:13px;padding-right:13px}.about-grid{gap:30px}.three-grid{grid-template-columns:1fr 1fr}.request-card{grid-column:1/3}.feature-grid{grid-template-columns:repeat(2,1fr)}}

@media(max-width:900px){
  .wrap{width:min(94%,760px)}.topbar-inner{justify-content:flex-start}.top-item:nth-of-type(2),.top-item:nth-of-type(3){display:none}.wa-top{margin-left:auto}.nav,.nav-inner{height:76px}.brand img{width:170px;height:64px}.menu-toggle{display:block}.nav-links{display:none;position:absolute;top:76px;left:0;right:0;background:#fbfaf6;padding:17px 5%;z-index:40;flex-direction:column;align-items:flex-start;box-shadow:0 10px 25px rgba(0,0,0,.13)}.nav-links.open{display:flex}.nav-links .book{width:100%;text-align:center}.hero{height:510px}.hero-photo{width:100%;height:68%;top:auto;bottom:0;-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 27%,#000 100%);mask-image:linear-gradient(180deg,transparent 0%,#000 27%,#000 100%);object-position:60% center}.hero:after{background:linear-gradient(180deg,#f7f3ea 0%,rgba(247,243,234,.97) 39%,rgba(247,243,234,.4) 60%,transparent 76%)}.hero-inner{align-items:flex-start}.hero-copy{padding:43px 4px 0;max-width:520px}.hero h1{font-size:41px}.hero p{font-size:14px}.spec-strip-wrap{margin-top:0}.spec-strip{grid-template-columns:1fr 1fr;padding:8px 12px}.spec{min-height:69px;border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.spec:last-child{grid-column:1/3}.about-grid,.page-hero-inner,.detail-grid,.contact-grid{grid-template-columns:1fr}.about-copy{padding-left:0}.gallery{order:-1}.three-grid{grid-template-columns:1fr}.request-card{grid-column:auto}.bottom-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(2,1fr)}.detail-grid.reverse .detail-copy,.detail-grid.reverse .detail-image{order:initial}.spec-table{grid-template-columns:1fr}.spec-row:nth-child(odd){border-right:0}.spec-row:nth-last-child(-n+2){border-bottom:1px solid #e9e3d8}.spec-row:last-child{border-bottom:0}.inventory-grid{grid-template-columns:1fr 1fr}.faq-layout{grid-template-columns:1fr}.faq-side{position:static}.page-hero img{height:300px}.page-hero h1{font-size:43px}.cta-inner{align-items:flex-start;flex-direction:column}.footer-inner{min-height:80px;flex-direction:column;gap:7px;padding:12px 0}.contact-calendar-head{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  body{font-size:15px}.wrap{width:calc(100% - 30px)}.topbar{font-size:10px}.topbar-inner{min-height:38px}.brand img{width:158px}.hero{height:495px}.hero h1{font-size:36px}.hero-copy{padding-top:36px}.hero-actions{display:grid;grid-template-columns:1fr;width:100%;max-width:280px}.spec-strip{grid-template-columns:1fr}.spec:last-child{grid-column:auto}.about h2,.section-title,.detail-copy h2{font-size:30px}.gallery .gallery-main{height:220px}.gallery img{height:135px}.feature-grid,.inventory-grid{grid-template-columns:1fr}.page-hero{padding:38px 0}.page-hero h1{font-size:37px}.page-hero img{height:240px}.detail-image img{height:270px}.form-row,.captcha-row{grid-template-columns:1fr}.captcha-row span{height:40px}.review-grid{grid-template-columns:1fr}.info-panel{grid-template-columns:1fr}.info-panel img{height:220px}.footer nav{flex-wrap:wrap;justify-content:center}.floating-wa{right:16px;bottom:15px;width:52px;height:52px}.contact-panel,.contact-form-card{padding:23px}.contact-calendar{padding:17px}.contact-calendar .days button.day{height:34px}.faq-list summary{padding:17px}.cta-actions{width:100%}.cta-actions .btn{width:100%}
}
