@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root {
  --pine:#123c3a;
  --amber:#e8a24a;
  --paper:#f7f5ef;
  --ink:#27332f;
  --muted:#657168;
  --line:#dfe3dc;
  --sage:#eaf0e7;
  font-family:'DM Sans',Arial,sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:105px
}
body {
  margin:0
}
button,input,select {
  font:inherit
}
button,a {
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer;
  color:inherit;
  border:0;
  background:none
}
a {
  color:inherit;
  text-decoration:none
}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible {
  outline:3px solid #c67b20;
  outline-offset:4px
}
img {
  display:block;
  max-width:100%;
  object-fit:cover
}
svg {
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0
}
.svg-library {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3,.brand {
  font-family:'Manrope',Arial,sans-serif;
  color:var(--pine)
}
h2 {
  font-size:clamp(27px,3vw,37px);
  font-weight:800;
  letter-spacing:-1.5px;
  line-height:1.2
}
h3 {
  font-size:18px;
  font-weight:800;
  letter-spacing:-.6px
}
.container {
  width:min(1200px,calc(100% - 80px));
  margin-inline:auto
}
header {
  background:#f7f5eff5;
  border-bottom:1px solid #123c3a12;
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter:blur(16px)
}
.header-inner {
  height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:27px;
  font-weight:800;
  letter-spacing:-1.3px;
  white-space:nowrap
}
.brand img {
  object-fit:contain
}
.desktop-nav {
  display:flex;
  gap:28px;
  font-size:14px;
  font-weight:500
}
.desktop-nav a {
  padding:16px 0;
  position:relative
}
.desktop-nav a:after {
  content:'';
  position:absolute;
  bottom:7px;
  left:0;
  right:100%;
  height:2px;
  background:var(--amber);
  transition:right .2s
}
.desktop-nav a:hover:after {
  right:0
}
.header-actions {
  display:flex;
  align-items:center;
  gap:20px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  border:1px solid transparent;
  border-radius:7px;
  background:var(--pine);
  color:white;
  min-height:54px;
  padding:14px 24px;
  font-size:15px;
  font-weight:600;
  transition:background .2s,transform .2s;
  line-height:1.3
}
.button:hover {
  background:#082e2d;
  transform:translateY(-1px)
}
.button span {
  font-size:23px;
  font-weight:400
}
.small-button {
  min-height:45px;
  font-size:12px;
  padding:10px 16px;
  gap:14px
}
.saved-link {
  font-size:12px;
  min-height:44px
}
.saved-link span {
  display:inline-grid;
  place-items:center;
  background:var(--sage);
  border-radius:50%;
  height:21px;
  min-width:21px;
  margin-left:3px;
  font-size:11px
}
.menu-button {
  display:none
}
#mobile-nav[hidden] {
  display:none
}
#mobile-nav {
  padding:0 24px 18px
}
#mobile-nav a,#mobile-nav button {
  display:flex;
  justify-content:space-between;
  width:100%;
  text-align:left;
  padding:16px 4px;
  border-top:1px solid var(--line);
  font-weight:600
}
.hero {
  padding-block:69px 37px;
  position:relative
}
.eyebrow {
  font-size:10px;
  font-weight:600;
  letter-spacing:2px;
  color:var(--muted);
  display:flex;
  align-items:center;
  gap:10px
}
.dot {
  display:inline-block;
  width:9px;
  height:9px;
  background:var(--amber);
  border-radius:50%;
  flex-shrink:0
}
.hero h1 {
  font-size:clamp(40px,5.1vw,66px);
  font-weight:800;
  line-height:1.12;
  letter-spacing:-3.4px;
  margin:16px 0 20px
}
.hero>p {
  font-size:19px;
  line-height:1.65;
  color:#53615c
}
.mobile-break {
  display:none
}
.hero-note {
  position:absolute;
  right:0;
  top:72px;
  font-family:Georgia,serif;
  font-style:italic;
  font-size:22px;
  line-height:1.3;
  transform:rotate(-9deg);
  color:#62776b
}
.hero-note svg {
  display:block;
  width:110px;
  height:20px;
  color:var(--amber);
  margin-top:10px
}
.demo-note {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:11px;
  color:var(--muted);
  padding-bottom:16px
}
.demo-note>span {
  font-size:8px;
  letter-spacing:1px;
  border:1px solid #d9ded4;
  border-radius:4px;
  padding:4px 6px;
  white-space:nowrap
}
.featured-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:22px;
  box-shadow:0 12px 40px #123c3a04
}
.section-kicker {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:11px;
  letter-spacing:1.2px;
  color:#46615a;
  margin:0 0 20px
}
.section-kicker>span {
  margin-left:auto;
  letter-spacing:0;
  font-size:11px;
  color:#748077
}
.featured-grid {
  display:grid;
  grid-template-columns:1.28fr 1fr;
  gap:32px
}
.main-photo {
  position:relative;
  aspect-ratio:1.22;
  overflow:hidden;
  border-radius:8px;
  background:#e4e2da
}
.main-photo>img {
  height:100%;
  width:100%;
  object-position:center
}
.photo-badge {
  position:absolute;
  top:16px;
  left:16px;
  background:#ffffffed;
  display:flex;
  gap:7px;
  align-items:center;
  padding:8px 11px;
  border-radius:5px;
  font-size:10px;
  font-weight:600
}
.photo-badge .dot {
  width:6px;
  height:6px
}
.gallery-arrow {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#ffffffed;
  color:var(--pine);
  font:30px Arial;
  box-shadow:0 2px 10px #0001
}
.gallery-arrow:hover {
  background:white
}
.previous {
  left:14px
}
.next {
  right:14px
}
.photo-counter {
  position:absolute;
  bottom:14px;
  right:14px;
  background:#17302bd9;
  color:#fff;
  font-size:11px;
  padding:6px 9px;
  border-radius:5px;
  letter-spacing:1px
}
.thumbnails {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:9px;
  margin-top:10px
}
.thumbnail {
  padding:3px;
  border:1.5px solid transparent;
  border-radius:6px;
  overflow:hidden;
  aspect-ratio:1.52
}
.thumbnail img {
  width:100%;
  height:100%;
  border-radius:3px
}
.thumbnail[aria-pressed=true] {
  border-color:var(--amber)
}
.thumbnail:hover {
  border-color:var(--line)
}
.photo-caption {
  font-size:9px;
  color:#717c73;
  margin-top:9px
}
.featured-info {
  padding:4px 4px 0 0;
  display:flex;
  flex-direction:column;
  min-width:0
}
.property-category {
  font-size:9px;
  letter-spacing:1.5px;
  color:#748171;
  font-weight:600;
  margin-bottom:13px
}
.featured-info h2 {
  font-size:clamp(28px,3vw,37px);
  letter-spacing:-1.6px;
  line-height:1.15
}
.location {
  display:flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  color:#627069;
  margin-top:13px
}
.location svg {
  width:15px;
  height:15px
}
.location span {
  padding-inline:3px
}
.price-row {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:23px 0 19px;
  gap:12px
}
.price {
  font-family:'Manrope',Arial,sans-serif;
  font-size:38px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:-1.7px;
  color:var(--pine)
}
.price span {
  font-weight:600
}
.specs {
  font-size:12px;
  margin-top:11px;
  color:#5f6e66
}
.specs span {
  padding:0 7px;
  color:#8b988e
}
.score {
  background:var(--sage);
  padding:10px 14px;
  border-radius:9px;
  text-align:center;
  color:var(--pine);
  min-width:93px
}
.score>span {
  font-size:10px;
  display:block
}
.score strong {
  display:block;
  font-size:26px;
  line-height:1.2
}
.score small {
  font-weight:400;
  font-size:13px
}
.discount {
  display:flex;
  align-items:center;
  gap:11px;
  border-radius:6px;
  background:#ecf2e9;
  padding:13px 14px;
  font-size:11px;
  color:var(--pine);
  line-height:1.5
}
.discount svg {
  width:19px;
  height:19px
}
.reasons {
  border-top:1px solid var(--line);
  padding-top:18px;
  margin-top:21px
}
.reasons h3 {
  font-size:17px
}
.reasons ul {
  list-style:none;
  margin:15px 0 0;
  padding:0;
  display:grid;
  gap:13px;
  font-size:13px
}
.reasons li {
  display:flex;
  align-items:center;
  gap:11px
}
.reasons li:before {
  content:'✓';
  background:var(--amber);
  color:#123c3a;
  display:grid;
  place-items:center;
  width:17px;
  height:17px;
  border-radius:50%;
  font-size:11px;
  flex-shrink:0
}
.caveat {
  border-block:1px solid var(--line);
  padding:15px 0;
  display:flex;
  gap:10px;
  align-items:center;
  font-size:11px;
  color:var(--muted);
  margin:22px 0 18px
}
.caveat>span {
  color:#bc7220;
  font-size:20px
}
.property-actions {
  display:flex;
  gap:10px;
  margin-top:auto
}
.property-actions>.button {
  flex:1
}
.icon-button {
  height:54px;
  width:54px;
  flex-shrink:0;
  display:grid;
  place-items:center;
  border:1px solid #d7dcd5;
  border-radius:7px;
  background:white;
  color:var(--pine)
}
.favorite[aria-pressed=true] {
  background:#fff4e3;
  color:#b76f13;
  border-color:var(--amber)
}
.favorite[aria-pressed=true] svg {
  fill:var(--amber);
  stroke:#b76f13
}
.fine-print {
  font-size:9px;
  color:#747e74;
  margin-top:12px
}
.provinces-section {
  padding-top:63px
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:26px
}
.section-heading .eyebrow {
  margin-bottom:12px;
  font-size:9px
}
.province-controls {
  display:flex;
  align-items:center;
  gap:22px;
  padding-bottom:3px
}
.province-controls select {
  border:1px solid #d4dbd3;
  border-radius:6px;
  background:#fff;
  color:var(--pine);
  padding:12px 28px 12px 14px;
  font-size:12px;
  min-height:44px;
  max-width:100%
}
.text-link {
  font-size:12px;
  font-weight:600;
  color:var(--pine);
  min-height:44px;
  padding:10px 0;
  display:inline-flex;
  align-items:center;
  gap:17px;
  white-space:nowrap
}
.text-link span {
  font-size:21px
}
.text-link:hover {
  text-decoration:underline;
  text-underline-offset:5px
}
.property-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px
}
.property-card {
  background:white;
  border:1px solid var(--line);
  border-radius:11px;
  overflow:hidden;
  transition:transform .25s,box-shadow .25s;
  position:relative
}
.property-card:hover {
  transform:translateY(-4px);
  box-shadow:0 12px 32px #173e3910
}
.card-image {
  position:relative;
  display:block;
  width:100%;
  padding:0;
  aspect-ratio:1.52;
  overflow:hidden
}
.card-image>img {
  width:100%;
  height:100%;
  transition:transform .5s
}
.property-card:hover .card-image>img {
  transform:scale(1.035)
}
.weekly-badge {
  position:absolute;
  left:14px;
  bottom:13px;
  background:#f7f5efef;
  border-radius:5px;
  padding:6px 9px;
  font-size:9px;
  font-weight:600;
  color:var(--pine)
}
.card-save {
  position:absolute;
  top:12px;
  right:12px;
  width:44px;
  height:44px;
  background:#fffd;
  border:0;
  z-index:1
}
.card-save svg {
  width:19px;
  height:19px
}
.card-info {
  padding:15px 18px 19px
}
.card-info .location {
  margin:0 0 10px;
  font-size:12px;
  color:var(--pine)
}
.card-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center
}
.card-price {
  font-size:25px;
  font-weight:800;
  letter-spacing:-.9px
}
.card-info .specs {
  margin-top:6px;
  font-size:11px
}
.card-open {
  border:1px solid var(--line);
  border-radius:50%;
  width:44px;
  height:44px;
  font-size:22px;
  color:var(--pine)
}
.selection-note {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  color:#677268;
  font-size:11px;
  margin-top:26px;
  text-align:center;
  line-height:1.6
}
.selection-note>span {
  color:#a96d22;
  font-size:23px
}
.criteria-section {
  padding-top:74px
}
.criteria-aside {
  color:#68766b;
  font-size:12px;
  line-height:1.6;
  text-align:right
}
.criteria-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:34px
}
.criteria-grid article {
  position:relative;
  padding:0 34px
}
.criteria-grid article:first-child {
  padding-left:0
}
.criteria-grid article:last-child {
  padding-right:0
}
.criteria-grid article+article {
  border-left:1px solid var(--line)
}
.criteria-icon {
  color:#cc862c;
  width:35px;
  height:35px;
  margin-bottom:19px
}
.step {
  position:absolute;
  right:33px;
  top:5px;
  color:#919d8e;
  font-size:11px;
  letter-spacing:1px
}
.criteria-grid h3 {
  font-size:17px;
  letter-spacing:-.5px;
  margin-bottom:10px
}
.criteria-grid p {
  font-size:13px;
  line-height:1.7;
  color:#657163;
  max-width:300px
}
.methodology-link {
  margin-top:23px
}
.newsletter-section {
  padding-top:51px
}
.newsletter {
  position:relative;
  overflow:hidden;
  background:var(--pine);
  color:#fff;
  border-radius:12px;
  padding:40px;
  display:grid;
  grid-template-columns:1fr 1.12fr;
  gap:42px;
  align-items:center
}
.newsletter:after {
  content:'';
  position:absolute;
  right:-140px;
  bottom:-330px;
  border:1px solid #ffffff0e;
  width:680px;
  height:680px;
  border-radius:50%;
  pointer-events:none;
  box-shadow:0 0 0 55px #ffffff03,0 0 0 115px #ffffff02
}
.newsletter-copy,.newsletter form {
  position:relative;
  z-index:1;
  min-width:0
}
.newsletter .eyebrow {
  color:#c3d1bd;
  font-size:9px;
  margin-bottom:17px;
  letter-spacing:1.8px
}
.newsletter h2 {
  color:#fff;
  font-size:30px;
  line-height:1.25;
  letter-spacing:-1px
}
.newsletter-copy p {
  font-size:12px;
  color:#ccd8ce;
  line-height:1.7;
  margin-top:14px
}
.newsletter form>label {
  font-size:11px;
  display:block;
  margin-bottom:9px;
  color:#e6ece4
}
.email-row {
  display:flex;
  gap:8px
}
.email-input {
  position:relative;
  flex:1;
  min-width:0
}
.email-input svg {
  position:absolute;
  left:13px;
  top:17px;
  width:18px;
  height:18px;
  color:#768078
}
.email-input input {
  width:100%;
  height:52px;
  border-radius:6px;
  border:1px solid #e1e6db;
  background:white;
  padding:10px 10px 10px 40px;
  font-size:12px;
  color:var(--ink)
}
.amber-button {
  color:#082e2d;
  background:var(--amber);
  font-size:12px;
  padding-inline:15px;
  gap:9px;
  min-height:52px;
  white-space:nowrap
}
.amber-button:hover {
  background:#f1b564
}
.amber-button span {
  font-size:18px
}
fieldset {
  margin:15px 0 0;
  padding:0;
  border:0;
  min-width:0
}
legend {
  font-size:10px;
  color:#cad8cf;
  margin-bottom:8px
}
.province-checks {
  display:flex;
  gap:5px;
  flex-wrap:wrap
}
.province-checks label {
  position:relative;
  cursor:pointer
}
.province-checks input {
  position:absolute;
  opacity:0;
  width:100%;
  height:100%;
  margin:0
}
.province-checks span {
  display:block;
  border:1px solid #ffffff35;
  padding:10px 9px;
  border-radius:5px;
  color:#d1dfd5;
  font-size:10px;
  min-height:36px
}
.province-checks input:checked+span {
  color:#123c3a;
  background:#e5eddf;
  border-color:#e5eddf
}
.province-checks input:focus-visible+span {
  outline:2px solid var(--amber);
  outline-offset:3px
}
.newsletter-note {
  font-size:9px;
  color:#bdcec4;
  margin-top:12px;
  line-height:1.6
}
#form-status {
  font-size:12px;
  line-height:1.6;
  margin-top:8px;
  color:#ffdda4
}
#form-status:empty {
  display:none
}
.footer {
  border-top:1px solid #d8ddd3;
  margin-top:44px;
  padding-block:29px 35px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}
.footer-brand {
  font-size:21px;
  letter-spacing:-1px;
  gap:7px
}
.footer-brand small {
  display:block;
  font-family:'DM Sans',sans-serif;
  font-weight:400;
  font-size:8px;
  letter-spacing:0;
  color:var(--muted);
  margin-top:2px
}
.footer nav {
  display:flex;
  gap:20px
}
.footer nav button {
  font-size:10px;
  padding:14px 0;
  min-height:44px
}
.footer nav button:hover {
  text-decoration:underline
}
.footer>p {
  font-size:10px;
  line-height:1.7;
  color:var(--pine);
  text-align:right
}
.footer>p span {
  color:#677365;
  font-size:9px
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.skip {
  position:fixed;
  top:-100px;
  left:16px;
  z-index:100;
  background:var(--pine);
  color:white;
  padding:14px
}
.skip:focus {
  top:10px
}
dialog {
  border:0;
  border-radius:16px;
  width:min(650px,calc(100% - 32px));
  padding:0;
  max-height:90svh;
  overflow:auto;
  color:var(--ink);
  box-shadow:0 24px 100px #0003
}
dialog::backdrop {
  background:#092c2c99;
  backdrop-filter:blur(4px)
}
.dialog-close {
  position:absolute;
  right:16px;
  top:16px;
  width:44px;
  height:44px;
  z-index:2;
  font-size:28px;
  border-radius:50%;
  box-shadow:0 2px 14px #0001
}
.dialog-image {
  width:100%;
  aspect-ratio:1.9;
  object-fit:cover
}
.dialog-body {
  padding:32px
}
.dialog-body .eyebrow {
  margin-bottom:14px
}
.dialog-body h2 {
  font-size:30px;
  margin-bottom:18px;
  padding-right:20px
}
.dialog-body>p {
  font-size:14px;
  line-height:1.8;
  color:#617065;
  margin-bottom:16px
}
.dialog-body h3 {
  margin:24px 0 10px
}
.detail-specs {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  font-size:12px;
  margin:16px 0
}
.detail-specs span {
  padding:8px 12px;
  background:var(--sage);
  border-radius:5px
}
.dialog-notice {
  border-left:3px solid var(--amber);
  padding:10px 16px;
  background:#faf4e8
}
.dialog-body ul {
  padding-left:20px;
  font-size:14px;
  line-height:1.9;
  color:#637067
}
.saved-item {
  display:flex;
  align-items:center;
  gap:15px;
  padding:13px 0;
  border-bottom:1px solid var(--line)
}
.saved-item img {
  width:65px;
  height:65px;
  border-radius:6px
}
.saved-item>button:not(.favorite) {
  flex:1;
  text-align:left
}
.saved-item strong {
  display:block;
  font-size:14px;
  color:var(--pine)
}
.saved-item span {
  display:block;
  font-size:12px;
  margin-top:5px
}
.toast {
  position:fixed;
  bottom:24px;
  left:50%;
  transform:translate(-50%,20px);
  opacity:0;
  pointer-events:none;
  background:var(--pine);
  color:white;
  padding:13px 20px;
  border-radius:9px;
  box-shadow:0 4px 25px #123c3a33;
  font-size:13px;
  z-index:50;
  transition:.2s;
  max-width:calc(100% - 32px);
  width:max-content;
  text-align:center
}
.toast.visible {
  opacity:1;
  transform:translate(-50%,0)
}
body.dialog-open {
  overflow:hidden
}
@media(max-width:1120px) {
  .desktop-nav {
    gap:18px;
    font-size:12px
  }
  .header-actions {
    gap:8px
  }
  .saved-link {
    display:none
  }
  .hero-note {
    display:none
  }
  .featured-grid {
    gap:23px;
    grid-template-columns:1.14fr 1fr
  }
  .property-category {
    font-size:8px
  }
  .featured-info h2 {
    font-size:31px
  }
  .price {
    font-size:33px
  }
  .price-row {
    margin:18px 0
  }
  .reasons {
    margin-top:15px;
    padding-top:14px
  }
  .caveat {
    margin:16px 0
  }
  .main-photo {
    aspect-ratio:1
  }
  .newsletter {
    padding:30px;
    gap:25px
  }
  .email-row {
    flex-wrap:wrap
  }
  .email-input {
    flex-basis:100%
  }
  .amber-button {
    width:100%
  }
  .criteria-grid article {
    padding-inline:24px
  }
  .header-inner {
    height:80px
  }
  .hero h1 {
    font-size:58px
  }
  
}
@media(max-width:800px) {
  .container {
    width:calc(100% - 40px)
  }
  .header-inner {
    height:72px;
    gap:14px
  }
  .brand {
    font-size:24px
  }
  .brand img {
    width:34px;
    height:34px
  }
  .desktop-nav {
    display:none
  }
  .menu-button {
    display:flex;
    width:44px;
    height:44px;
    padding:11px;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    background:transparent;
    border:0
  }
  .menu-button span {
    height:1.5px;
    width:21px;
    background:var(--pine);
    transition:transform .2s
  }
  .menu-button[aria-expanded=true] span:first-child {
    transform:translateY(3.25px) rotate(45deg)
  }
  .menu-button[aria-expanded=true] span:last-child {
    transform:translateY(-3.25px) rotate(-45deg)
  }
  .header-actions>.button {
    font-size:11px;
    min-height:40px;
    padding:8px 12px;
    gap:7px
  }
  .hero {
    padding-block:42px 27px
  }
  .hero h1 {
    font-size:49px;
    letter-spacing:-2.4px
  }
  .hero>p {
    font-size:16px
  }
  .featured-card {
    padding:16px
  }
  .featured-grid {
    gap:25px;
    grid-template-columns:1fr
  }
  .main-photo {
    aspect-ratio:1.5
  }
  .thumbnail {
    aspect-ratio:1.9
  }
  .featured-info {
    padding:0 4px 4px
  }
  .featured-info h2 {
    font-size:34px
  }
  .featured-info h2 br {
    display:none
  }
  .property-category {
    font-size:9px
  }
  .price-row {
    margin:22px 0
  }
  .price {
    font-size:38px
  }
  .reasons ul {
    display:flex;
    flex-wrap:wrap;
    gap:15px 22px
  }
  .reasons {
    margin-top:22px
  }
  .caveat {
    margin:22px 0 18px
  }
  .discount {
    font-size:12px
  }
  .section-heading {
    align-items:flex-start;
    flex-direction:column;
    gap:17px
  }
  .province-controls {
    width:100%;
    justify-content:space-between
  }
  .property-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px
  }
  .provinces-section {
    padding-top:45px
  }
  .criteria-section {
    padding-top:50px
  }
  .criteria-aside {
    display:none
  }
  .criteria-grid {
    grid-template-columns:1fr;
    gap:25px;
    margin-top:28px
  }
  .criteria-grid article,.criteria-grid article:first-child,.criteria-grid article:last-child {
    padding:0 0 24px 55px;
    border-left:0;
    border-bottom:1px solid var(--line)
  }
  .criteria-grid article:last-child {
    border-bottom:0;
    padding-bottom:0
  }
  .criteria-icon {
    position:absolute;
    left:0;
    top:1px;
    width:31px;
    height:31px
  }
  .step {
    right:0;
    top:0
  }
  .criteria-grid p {
    max-width:100%;
    padding-right:24px
  }
  .criteria-grid h3 {
    font-size:18px;
    margin-right:25px
  }
  .newsletter {
    grid-template-columns:1fr;
    padding:30px;
    gap:28px
  }
  .newsletter h2 {
    font-size:32px
  }
  .email-row {
    flex-wrap:nowrap
  }
  .email-input {
    flex-basis:auto
  }
  .amber-button {
    width:auto
  }
  .newsletter-section {
    padding-top:33px
  }
  .footer {
    gap:25px;
    flex-wrap:wrap;
    margin-top:32px
  }
  .footer>p {
    width:100%;
    text-align:left
  }
  .footer nav {
    gap:18px
  }
  .dialog-body {
    padding:25px
  }
  
}
@media(max-width:540px) {
  html {
    scroll-padding-top:85px
  }
  .container {
    width:calc(100% - 32px)
  }
  .header-inner {
    height:66px
  }
  .brand {
    font-size:23px;
    letter-spacing:-1.1px
  }
  .brand img {
    width:32px;
    height:32px
  }
  .header-actions>.button {
    display:none
  }
  .header-actions {
    margin-left:auto
  }
  .hero {
    padding-top:36px
  }
  .hero .eyebrow {
    font-size:8px;
    letter-spacing:1.7px
  }
  .hero h1 {
    font-size:clamp(37px,10.5vw,54px);
    line-height:1.12;
    letter-spacing:-2.2px;
    margin:18px 0 17px
  }
  .mobile-break {
    display:block
  }
  .hero>p {
    font-size:13px;
    line-height:1.8
  }
  .demo-note {
    font-size:9px;
    line-height:1.5;
    align-items:flex-start;
    padding-bottom:13px;
    gap:8px
  }
  .demo-note>span {
    font-size:7px;
    margin-top:1px;
    padding:3px 5px
  }
  .featured-card {
    padding:12px;
    border-radius:12px
  }
  .section-kicker {
    font-size:9px;
    letter-spacing:.9px;
    margin:4px 3px 15px
  }
  .section-kicker>span {
    display:none
  }
  .section-kicker .dot {
    width:7px;
    height:7px
  }
  .main-photo {
    aspect-ratio:1.12;
    border-radius:7px
  }
  .photo-badge {
    top:12px;
    left:12px;
    font-size:9px;
    padding:7px 9px
  }
  .previous {
    left:8px
  }
  .next {
    right:8px
  }
  .thumbnails {
    gap:5px;
    margin-top:7px
  }
  .thumbnail {
    aspect-ratio:1.35;
    padding:2px
  }
  .photo-caption {
    font-size:8px;
    margin-top:7px
  }
  .featured-grid {
    gap:23px
  }
  .featured-info {
    padding:0 5px 6px
  }
  .property-category {
    font-size:8px;
    letter-spacing:1.2px;
    margin-bottom:11px
  }
  .featured-info h2 {
    font-size:30px;
    letter-spacing:-1.3px;
    max-width:300px
  }
  .location {
    font-size:12px;
    margin-top:11px
  }
  .price-row {
    margin:22px 0 16px
  }
  .price {
    font-size:35px
  }
  .specs {
    font-size:11px
  }
  .specs span {
    padding-inline:4px
  }
  .score {
    padding:9px 10px;
    min-width:83px
  }
  .score strong {
    font-size:25px
  }
  .discount {
    font-size:10px;
    padding:12px 10px;
    gap:9px
  }
  .discount svg {
    width:17px;
    height:17px
  }
  .reasons h3 {
    font-size:17px
  }
  .reasons ul {
    display:grid;
    gap:13px;
    font-size:12px;
    margin-top:15px
  }
  .caveat {
    font-size:10px;
    padding-block:14px
  }
  .property-actions .button {
    font-size:13px;
    padding-inline:12px;
    gap:10px
  }
  .fine-print {
    font-size:8px;
    margin-top:10px
  }
  .provinces-section {
    padding-top:37px
  }
  .section-heading {
    gap:17px;
    margin-bottom:19px
  }
  .section-heading .eyebrow {
    font-size:8px;
    letter-spacing:1.6px;
    margin-bottom:10px
  }
  h2 {
    font-size:28px;
    letter-spacing:-1.3px
  }
  .province-controls {
    gap:10px
  }
  .province-controls select {
    font-size:11px;
    flex:1;
    max-width:240px
  }
  .text-link {
    font-size:11px;
    gap:11px
  }
  .property-grid {
    grid-template-columns:1fr;
    gap:19px
  }
  .card-image {
    aspect-ratio:1.65
  }
  .card-info {
    padding:16px 17px 18px
  }
  .card-price {
    font-size:27px
  }
  .card-info .specs {
    font-size:12px
  }
  .selection-note {
    font-size:10px;
    margin-top:21px;
    text-align:left;
    align-items:flex-start;
    gap:9px
  }
  .selection-note>span {
    font-size:21px;
    line-height:1
  }
  .criteria-section {
    padding-top:42px
  }
  .criteria-grid {
    gap:23px;
    margin-top:27px
  }
  .criteria-grid article,.criteria-grid article:first-child,.criteria-grid article:last-child {
    padding-left:47px
  }
  .criteria-grid h3 {
    font-size:17px;
    letter-spacing:-.5px
  }
  .criteria-grid p {
    font-size:12px;
    padding-right:0;
    line-height:1.8
  }
  .methodology-link {
    margin-top:18px
  }
  .newsletter-section {
    padding-top:27px
  }
  .newsletter {
    padding:27px 21px;
    gap:25px;
    border-radius:10px
  }
  .newsletter .eyebrow {
    font-size:8px;
    letter-spacing:1.4px
  }
  .newsletter h2 {
    font-size:29px;
    letter-spacing:-1.1px
  }
  .newsletter-copy p {
    font-size:12px;
    max-width:270px
  }
  .email-row {
    flex-direction:column;
    gap:9px
  }
  .email-input input {
    font-size:16px;
    height:53px
  }
  .amber-button {
    width:100%;
    font-size:13px;
    height:52px;
    justify-content:space-between
  }
  .province-checks {
    gap:6px
  }
  .province-checks span {
    font-size:10px;
    padding:12px 10px;
    min-height:44px
  }
  .newsletter-note {
    font-size:9px
  }
  .footer {
    margin-top:30px;
    padding-block:26px 30px;
    gap:17px;
    flex-direction:column;
    align-items:flex-start
  }
  .footer-brand {
    font-size:22px
  }
  .footer-brand img {
    width:36px;
    height:36px
  }
  .footer nav {
    gap:23px
  }
  .footer nav button {
    font-size:11px
  }
  .footer>p {
    font-size:11px
  }
  .dialog-body {
    padding:25px 22px
  }
  .dialog-body h2 {
    font-size:27px
  }
  .dialog-body>p {
    font-size:13px
  }
  .dialog-image {
    aspect-ratio:1.3
  }
  .dialog-close {
    right:12px;
    top:12px
  }
  .toast {
    bottom:18px;
    font-size:12px
  }
  
}
[data-favorite][aria-pressed=true] svg {
  fill:var(--amber);
  stroke:#97580c
}
.saved-item>.text-link {
  flex:1;
  white-space:normal
}
.saved-item>.icon-button {
  flex:0 0 44px!important;
  width:44px;
  height:44px
}
.saved-item span {
  margin-top:0
}
.dialog-body>.price {
  font-size:34px;
  font-weight:800;
  line-height:1.2;
  color:var(--pine)
}
@media(max-width:360px) {
  .price {
    font-size:31px
  }
  .score {
    min-width:78px;
    padding-inline:8px
  }
  .newsletter {
    padding-inline:17px
  }
  .saved-item {
    gap:8px
  }
  
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important
  }
  
}
