:root{
  --navy:#082b52;
  --navy-2:#123d67;
  --green:#0d684d;
  --green-dark:#153f35;
  --gold:#c99a32;
  --gold-deep:#a6771f;
  --cream:#fffaf1;
  --paper:#f6efe2;
  --ink:#182235;
  --muted:#68717c;
  --line:#e7ddca;
  --white:#fff;
  --shadow:0 18px 45px rgba(28,41,54,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,250,241,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(231,221,202,.85)}
.nav-wrap{max-width:1480px;margin:auto;min-height:84px;padding:0 28px 0 16px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{width:230px;height:158px;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:-70px;z-index:3;overflow:visible;flex:0 0 auto}
.brand img{width:100%;height:100%;object-fit:contain;object-position:center center;display:block}
.primary-nav{display:flex;align-items:center;gap:30px;font-family:"Libre Baskerville",serif;font-size:.92rem;font-weight:700}
.primary-nav a{padding:12px 0;white-space:nowrap}
.primary-nav a:hover{color:var(--gold-deep)}
.contact-link{background:var(--navy);color:#fff!important;padding:13px 20px!important;border-radius:7px;box-shadow:0 8px 18px rgba(8,43,82,.18)}
.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:8px;padding:10px 14px;color:var(--navy);font-weight:700}
main{overflow:hidden}
.hero{min-height:610px;position:relative;display:flex;align-items:center;background:linear-gradient(90deg,rgba(255,250,241,.96) 0%,rgba(255,250,241,.82) 34%,rgba(255,250,241,.12) 66%),url('../images/hero-niagara-falls.webp') center 52%/cover no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,250,241,.04))}
.hero-content{position:relative;z-index:2;width:min(1420px,100%);margin:auto;padding:115px 70px 125px}
.hero h1{margin:0;color:var(--navy);font-family:"Libre Baskerville",serif;font-size:clamp(3rem,6vw,6.5rem);line-height:1.02;letter-spacing:-.045em;max-width:760px}
.hero h1 span{color:var(--gold-deep)}
.gold-rule{width:95px;height:3px;background:var(--gold);margin:24px 0}
.hero p{max-width:520px;font-size:1.18rem;line-height:1.58;margin:0 0 24px}.hero p strong:nth-of-type(1){color:var(--green)}.hero p strong:nth-of-type(2){color:#0875a1}.hero p strong:nth-of-type(3){color:#875f18}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:6px;padding:15px 23px;font-family:"Libre Baskerville",serif;font-weight:700;transition:.2s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--navy);color:#fff;box-shadow:0 10px 24px rgba(8,43,82,.18)}.button-secondary{background:rgba(255,255,255,.72);border:1px solid var(--navy);color:var(--navy)}
.stay-types,.content-section,.why-section,.list-banner{max-width:1380px;margin-left:auto;margin-right:auto;padding-left:28px;padding-right:28px}
.stay-types{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.stay-type{min-height:255px;border-radius:12px;overflow:hidden;position:relative;background-position:center;background-size:cover;box-shadow:0 8px 24px rgba(31,43,52,.09)}.stay-type:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.82) 45%,rgba(255,255,255,.08) 100%)}.stay-type-copy{position:relative;z-index:2;max-width:62%;padding:26px 24px}.stay-type h2{font-family:"Libre Baskerville",serif;font-size:1.45rem;color:var(--navy);margin:12px 0 10px;line-height:1.25}.stay-type p{font-size:.94rem;line-height:1.55;margin:0 0 17px}.stay-type a{font-size:.9rem;font-weight:700}.round-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:1.35rem}.visiting{background-image:url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1000&q=86')}.visiting .round-icon{background:#078a69}.visiting a{color:#078a69}.longer{background-image:url('https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?auto=format&fit=crop&w=1000&q=86')}.longer .round-icon{background:#d49a1e}.longer a{color:#b07800}.hotel{background-image:url('https://images.unsplash.com/photo-1618773928121-c32242e63f39?auto=format&fit=crop&w=1000&q=86')}.hotel .round-icon{background:#7d5da6}.hotel a{color:#6c4e92}
.content-section{margin-top:42px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:15px}.eyebrow{text-transform:uppercase;letter-spacing:.13em;color:var(--gold-deep);font-size:.7rem;font-weight:700}.section-heading h2,.list-banner h2{font-family:"Libre Baskerville",serif;color:var(--navy);font-size:2rem;margin:4px 0 0}.section-heading>a{color:var(--green);font-weight:700;font-size:.92rem}
.property-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.property-card{background:#fff;border:1px solid #e6ded0;border-radius:10px;overflow:hidden;box-shadow:0 8px 22px rgba(32,39,46,.08);transition:.2s}.property-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.property-photo{height:205px;background-size:cover;background-position:center;position:relative}.property-photo button{position:absolute;right:10px;top:10px;width:36px;height:36px;border-radius:50%;border:1px solid rgba(8,43,82,.25);background:rgba(255,255,255,.88);color:var(--navy);font-size:1.3rem}.verified{position:absolute;right:47px;top:8px;width:74px;height:74px;border-radius:50%;display:grid;place-items:center;text-align:center;background:radial-gradient(circle,#fff8dc 42%,#d5aa42 44%,#fff0b1 58%,#bb8421 60%,#f8df9d 72%);border:2px solid #9b6e18;color:#68470b;font-family:"Libre Baskerville",serif;font-size:.61rem;font-weight:700;text-transform:uppercase;line-height:1.1;transform:rotate(-5deg);box-shadow:0 4px 10px rgba(55,39,8,.28)}.bay-beach{background-image:url('https://images.unsplash.com/photo-1501183638710-841dd1904471?auto=format&fit=crop&w=1000&q=85')}.lakeview{background-image:url('https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1000&q=85')}.vineyard{background-image:url('https://images.unsplash.com/photo-1600047509807-ba8f99d2cdde?auto=format&fit=crop&w=1000&q=85')}.fallsview{background-image:url('https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1000&q=85')}.property-body{padding:15px}.property-body h3{font-family:"Libre Baskerville",serif;color:var(--navy);font-size:1.08rem;margin:0 0 5px}.location{margin:0 0 13px;color:#4d5963;font-size:.88rem}.facts{display:flex;flex-wrap:wrap;gap:12px;font-size:.73rem;color:var(--navy);font-weight:600}
.area-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.area-card{height:135px;border-radius:10px;overflow:hidden;position:relative;background-size:cover;background-position:center;box-shadow:0 6px 16px rgba(24,34,53,.08)}.area-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(8,43,82,.78))}.area-card span{position:absolute;z-index:2;left:0;right:0;bottom:13px;text-align:center;color:#fff;font-family:"Libre Baskerville",serif;font-weight:700;font-size:.9rem}.crystal{background-image:url('../images/area-crystal-beach.jpg')}.falls{background-image:url('../images/area-niagara-falls.webp');background-position:center 48%}.notl{background-image:url('../images/area-niagara-on-the-lake.jpg')}.port{background-image:url('../images/area-port-colborne.jpg')}.fort{background-image:url('../images/area-fort-erie.jpg');background-position:center 58%}.wine{background-image:url('../images/area-wine-country.webp')}
.why-section{margin-top:54px;padding-top:38px;padding-bottom:40px;background:linear-gradient(180deg,rgba(244,238,222,.3),rgba(244,238,222,.85));position:relative}.why-title{display:flex;justify-content:center;align-items:center;gap:20px}.why-title span{height:1px;background:var(--gold);width:70px}.why-title h2{font-family:"Libre Baskerville",serif;color:var(--navy);font-size:2rem}.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:26px}.why-grid article{text-align:center;padding:0 24px;border-right:1px solid #d7c7a8}.why-grid article:last-child{border-right:0}.why-icon{width:58px;height:58px;margin:0 auto 12px;display:grid;place-items:center;border-radius:50%;border:2px solid currentColor;color:var(--green);font-size:1.8rem}.why-grid article:nth-child(2) .why-icon{color:#7655a5}.why-grid article:nth-child(3) .why-icon{color:#d39a1d}.why-grid article:nth-child(4) .why-icon{color:#008f9e}.why-grid article:nth-child(5) .why-icon{color:#138a9b}.why-grid h3{font-family:"Libre Baskerville",serif;color:var(--navy);font-size:.96rem;margin:0 0 7px}.why-grid p{font-size:.8rem;line-height:1.45;margin:0;color:#4f5965}
.list-banner{margin-top:48px;margin-bottom:48px;padding-top:32px;padding-bottom:32px;display:flex;justify-content:space-between;align-items:center;gap:30px;background:#eef5ee;border:1px solid #d8e8d9;border-radius:14px}.list-banner p{margin:10px 0 0;max-width:800px;line-height:1.55;color:#52605f}
.site-footer{background:var(--navy);color:#fff;padding:42px 28px 20px}.footer-grid{max-width:1380px;margin:auto;display:grid;grid-template-columns:1.25fr .65fr .65fr 2.2fr;gap:42px}.footer-brand{display:grid;grid-template-columns:110px 1fr;gap:20px;align-items:start}.footer-brand img{width:110px;height:auto;display:block}.site-footer h3{font-family:"Libre Baskerville",serif;margin:0 0 13px;font-size:1rem}.site-footer p{color:#d3ddea;font-size:.85rem;line-height:1.55;margin:0}.site-footer a{display:block;color:#e7edf4;font-size:.82rem;margin:7px 0}.footer-local-approach{padding-left:30px;border-left:1px solid rgba(255,255,255,.16)}.footer-local-approach p{margin:0 0 10px}.footer-local-approach strong{color:#fff}.eom-link{display:inline-flex!important;flex-direction:column;align-items:flex-start;gap:8px;margin-top:16px!important;color:#e5bd56!important;font-weight:700;text-decoration:none}.eom-link img{width:min(100%,250px);height:auto;display:block}.eom-link span{border-bottom:1px solid rgba(229,189,86,.45);padding-bottom:3px}.eom-link:hover span{border-color:#e5bd56}.footer-bottom{max-width:1380px;margin:28px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.16);display:flex;justify-content:space-between;color:#b8c7d8;font-size:.75rem}
@media(max-width:1100px){.primary-nav{gap:16px;font-size:.8rem}.brand{width:190px;height:132px;margin-bottom:-60px}.property-grid{grid-template-columns:repeat(2,1fr)}.area-grid{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:repeat(2,1fr);gap:28px}.why-grid article{border:0}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-local-approach{padding-left:0;border-left:0;border-top:1px solid rgba(255,255,255,.16);padding-top:24px}}
@media(max-width:780px){.nav-wrap{min-height:78px}.brand{width:158px;height:112px;margin-bottom:-34px}.menu-toggle{display:block}.primary-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fffaf1;padding:20px;box-shadow:0 15px 30px rgba(0,0,0,.12);flex-direction:column;align-items:stretch;gap:5px}.primary-nav.is-open{display:flex}.contact-link{text-align:center}.hero{min-height:570px;background-position:68% center}.hero-content{padding:100px 28px 100px}.hero h1{font-size:3.1rem;max-width:460px}.hero p{max-width:440px;font-size:1rem}.stay-types{grid-template-columns:1fr}.property-grid{grid-template-columns:1fr}.area-grid{grid-template-columns:repeat(2,1fr)}.section-heading{align-items:flex-start}.why-title h2{text-align:center;font-size:1.65rem}.why-title span{width:35px}.why-grid{grid-template-columns:1fr}.list-banner{margin-left:18px;margin-right:18px;flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}.footer-local-approach{padding-top:22px}.eom-link img{width:min(100%,220px)}.footer-bottom{flex-direction:column;gap:8px}.footer-brand{grid-template-columns:90px 1fr}.footer-brand img{width:90px}}
@media(max-width:500px){.hero-content{padding-left:20px;padding-right:20px}.hero h1{font-size:2.55rem}.hero-actions{display:grid}.stay-types,.content-section,.why-section{padding-left:16px;padding-right:16px}.stay-type-copy{max-width:78%}.area-grid{grid-template-columns:1fr 1fr}.area-card{height:120px}.section-heading{display:block}.section-heading>a{display:inline-block;margin-top:9px}}
