.property-detail-v2 {
  --property-v2-primary: #5cf000;
  --property-v2-primary-hover: #4ad600;
  --property-v2-primary-pressed: #3db800;
  --property-v2-forest: #1e2a20;
  --property-v2-charcoal: #202326;
  --property-v2-price: #2f8f2f;
  --property-v2-surface: #fff;
  --property-v2-background: #f5f7f5;
  --property-v2-muted-surface: #f0f3f0;
  --property-v2-text-secondary: #667085;
  --property-v2-border: #e1e6e1;
  --property-v2-radius-sm: 8px;
  --property-v2-radius: 12px;
  --property-v2-shadow: 0 8px 28px rgba(25, 43, 31, .09);
  background: var(--property-v2-background);
}

.property-detail-v2 .content-wrapper,
.property-detail-v2 .content,
.property-detail-v2 .main { background: var(--property-v2-background); }
.property-detail-v2 .main { min-width: 0; }

.property-detail-v2 .PropertyDetailV2,
.property-detail-v2 .PropertyDetailV2 *,
.property-detail-v2 .PropertyDetailV2 *::before,
.property-detail-v2 .PropertyDetailV2 *::after { box-sizing: border-box; }

.property-detail-v2 .PropertyDetailV2 {
  color: var(--property-v2-charcoal);
  margin: 0 auto;
  max-width: 1320px;
  padding: 92px clamp(16px, 3vw, 40px) 96px;
  width: 100%;
}

.property-detail-v2 .PropertyDetailV2__srOnly {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.property-detail-v2 .PropertyDetailV2__dev {
  background: #fff4bf;
  border: 1px solid #e0c85c;
  border-radius: 6px;
  color: #332b00;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 10px;
  padding: 5px 9px;
}

.property-detail-v2 .PropertyBreadcrumbV2 { margin: 0 0 14px; min-width: 0; }
.property-detail-v2 .PropertyBreadcrumbV2 ol {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  padding: 0;
}
.property-detail-v2 .PropertyBreadcrumbV2 li { align-items: center; color: var(--property-v2-text-secondary); display: flex; font-size: 12px; min-width: 0; white-space: nowrap; }
.property-detail-v2 .PropertyBreadcrumbV2 li:last-child { flex: 1; overflow: hidden; }
.property-detail-v2 .PropertyBreadcrumbV2 li:last-child span { overflow: hidden; text-overflow: ellipsis; }
.property-detail-v2 .PropertyBreadcrumbV2 a { color: #526058; text-decoration: none; }
.property-detail-v2 .PropertyBreadcrumbV2 a:hover { color: var(--property-v2-price); text-decoration: underline; }
.property-detail-v2 .PropertyBreadcrumbV2 .PropertyV2Icon { height: 13px; margin: 0 1px; width: 13px; }

.property-detail-v2 .PropertyDetailV2__header { align-items: flex-end; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 16px; }
.property-detail-v2 .PropertyDetailV2__heading { min-width: 0; }
.property-detail-v2 .PropertyDetailV2__heading h1 { color: #142039; font-size: clamp(25px, 2.6vw, 38px); font-weight: 800; letter-spacing: -.025em; line-height: 1.12; margin: 0; max-width: 980px; }
.property-detail-v2 .PropertyDetailV2__location { align-items: center; color: var(--property-v2-text-secondary); display: flex; font-size: 14px; gap: 6px; margin: 9px 0 0; }
.property-detail-v2 .PropertyDetailV2__location .PropertyV2Icon { color: var(--property-v2-price); height: 18px; width: 18px; }
.property-detail-v2 .PropertyDetailV2__badges { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.property-detail-v2 .PropertyDetailV2__badge { background: #e9eef2; border-radius: 5px; color: #344054; font-size: 11px; font-weight: 600; line-height: 1; padding: 6px 10px; }
.property-detail-v2 .PropertyDetailV2__badge--status { background: #e7f9df; color: #28742b; }
.property-detail-v2 .PropertyDetailV2__headingActions { display: flex; flex: 0 0 auto; gap: 8px; padding-bottom: 2px; }

.property-detail-v2 .PropertyActionV2 {
  align-items: center;
  background: var(--property-v2-surface);
  border: 1px solid var(--property-v2-border);
  border-radius: var(--property-v2-radius-sm);
  color: #344054;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  gap: 7px;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
}
.property-detail-v2 .PropertyActionV2:hover { border-color: #aeb9af; background: #fafcf9; }
.property-detail-v2 .PropertyActionV2[aria-disabled="true"] { cursor: not-allowed; opacity: .72; }
.property-detail-v2 .PropertyActionV2 .PropertyV2Icon { height: 17px; width: 17px; }

.property-detail-v2 .PropertyHeroV2 { align-items: stretch; display: grid; gap: 20px; grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr); }
.property-detail-v2 .PropertyHeroV2__media { min-width: 0; }

.property-detail-v2 .PropertyCommercialV2 {
  background: var(--property-v2-surface);
  border: 1px solid var(--property-v2-border);
  border-radius: var(--property-v2-radius);
  box-shadow: var(--property-v2-shadow);
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(18px, 2vw, 26px);
}
.property-detail-v2 .PropertyCommercialV2__price { border-bottom: 1px solid var(--property-v2-border); padding-bottom: 18px; }
.property-detail-v2 .PropertyCommercialV2__price > span { color: var(--property-v2-text-secondary); display: block; font-size: 12px; margin-bottom: 2px; }
.property-detail-v2 .PropertyCommercialV2__price > strong { color: var(--property-v2-price); display: block; font-size: clamp(31px, 3.1vw, 46px); font-weight: 800; letter-spacing: -.04em; line-height: 1.05; }
.property-detail-v2 .PropertyCommercialV2__price > div { align-items: baseline; display: flex; gap: 10px; justify-content: space-between; margin-top: 9px; }
.property-detail-v2 .PropertyCommercialV2__price b { color: #253047; font-size: 13px; }
.property-detail-v2 .PropertyCommercialV2__price small { color: var(--property-v2-text-secondary); font-size: 11px; }
.property-detail-v2 .PropertyCommercialV2__facts { display: grid; gap: 11px; margin: 18px 0; }
.property-detail-v2 .PropertyCommercialV2__facts > div { align-items: start; display: grid; gap: 12px; grid-template-columns: minmax(122px, .9fr) minmax(0, 1.1fr); }
.property-detail-v2 .PropertyCommercialV2__facts dt { align-items: center; color: #4b5563; display: flex; font-size: 12px; gap: 7px; min-width: 0; }
.property-detail-v2 .PropertyCommercialV2__facts dd { color: #273142; font-size: 12px; font-weight: 600; margin: 0; overflow-wrap: anywhere; }
.property-detail-v2 .PropertyCommercialV2__facts .PropertyV2Icon { color: #4f6656; flex: 0 0 auto; height: 16px; width: 16px; }
.property-detail-v2 .PropertyCommercialV2__actions { display: grid; gap: 8px; margin-top: auto; }

.property-detail-v2 .PropertyCtaV2 {
  align-items: center;
  background: #fff;
  border: 2px solid var(--property-v2-primary-hover);
  border-radius: 7px;
  color: #215d25;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  min-height: 46px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
}
.property-detail-v2 .PropertyCtaV2:hover { background: #f2ffe9; color: #17491b; }
.property-detail-v2 .PropertyCtaV2--primary { background: var(--property-v2-primary-hover); color: #14260f; }
.property-detail-v2 .PropertyCtaV2--primary:hover { background: var(--property-v2-primary); color: #14260f; }
.property-detail-v2 .PropertyCtaV2 .PropertyV2Icon { height: 20px; width: 20px; }

.property-detail-v2 .PropertyFeaturesV2 { display: grid; gap: 12px; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 14px; }
.property-detail-v2 .PropertyFeatureV2 {
  align-items: center;
  background: var(--property-v2-surface);
  border: 1px solid var(--property-v2-border);
  border-radius: var(--property-v2-radius-sm);
  box-shadow: 0 3px 12px rgba(25, 43, 31, .05);
  display: flex;
  gap: 12px;
  min-height: 88px;
  min-width: 0;
  padding: 14px;
}
.property-detail-v2 .PropertyFeatureV2__icon { align-items: center; color: var(--property-v2-price); display: flex; flex: 0 0 auto; justify-content: center; }
.property-detail-v2 .PropertyFeatureV2__icon .PropertyV2Icon { height: 28px; width: 28px; }
.property-detail-v2 .PropertyFeatureV2 > div { display: flex; flex-direction: column; min-width: 0; }
.property-detail-v2 .PropertyFeatureV2 span { color: var(--property-v2-text-secondary); font-size: 11px; }
.property-detail-v2 .PropertyFeatureV2 strong { color: #253047; font-size: 14px; line-height: 1.25; overflow-wrap: anywhere; }
.property-detail-v2 .PropertyFeatureV2 small { color: var(--property-v2-text-secondary); font-size: 10px; margin-top: 2px; }

.property-detail-v2 .PropertyDetailV2__content { display: grid; gap: 18px; margin-top: 26px; }
.property-detail-v2 .PropertySectionV2 {
  background: var(--property-v2-surface);
  border: 1px solid var(--property-v2-border);
  border-radius: var(--property-v2-radius);
  box-shadow: 0 4px 18px rgba(25, 43, 31, .05);
  min-width: 0;
  padding: clamp(20px, 2.6vw, 34px);
}
.property-detail-v2 .PropertySectionV2__heading { align-items: center; display: flex; gap: 11px; margin-bottom: 18px; }
.property-detail-v2 .PropertySectionV2__heading h2 { color: #142039; font-size: clamp(20px, 2vw, 27px); font-weight: 800; letter-spacing: -.025em; line-height: 1.2; margin: 0; }
.property-detail-v2 .PropertySectionV2__icon { align-items: center; background: #eafbe3; border-radius: 8px; color: var(--property-v2-price); display: flex; height: 38px; justify-content: center; width: 38px; }
.property-detail-v2 .PropertySectionV2__icon .PropertyV2Icon { height: 21px; width: 21px; }
.property-detail-v2 .PropertySectionV2__intro { color: var(--property-v2-text-secondary); font-size: 13px; margin: -8px 0 15px; }

.property-detail-v2 .PropertyDescriptionV2__body { color: #3e4858; font-size: 15px; line-height: 1.75; }
.property-detail-v2 .PropertyDescriptionV2__body > :first-child { margin-top: 0; }
.property-detail-v2 .PropertyDescriptionV2__body > :last-child { margin-bottom: 0; }
.property-detail-v2 .PropertyDescriptionV2__body ul,
.property-detail-v2 .PropertyDescriptionV2__body ol { padding-left: 22px; }
.property-detail-v2 .PropertyDescriptionV2__body a { color: #267b2a; text-decoration: underline; }
.property-detail-v2 .PropertyDescriptionV2__toggle { background: none; border: 0; color: #267b2a; cursor: pointer; font: inherit; font-size: 13px; font-weight: 800; margin-top: 10px; padding: 7px 0; }
.property-detail-v2 .PropertyBenefitsV2 { border-top: 1px solid var(--property-v2-border); margin-top: 24px; padding-top: 20px; }
.property-detail-v2 .PropertyBenefitsV2 h3 { color: #253047; font-size: 15px; font-weight: 800; margin: 0 0 13px; }
.property-detail-v2 .PropertyBenefitsV2 ul { display: grid; gap: 10px 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.property-detail-v2 .PropertyBenefitsV2 li { align-items: flex-start; color: #485365; display: flex; font-size: 13px; gap: 8px; line-height: 1.35; }
.property-detail-v2 .PropertyBenefitsV2 li .PropertyV2Icon { color: var(--property-v2-price); flex: 0 0 auto; height: 18px; width: 18px; }

.property-detail-v2 .PropertyTechnicalV2__grid { display: grid; gap: 13px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.property-detail-v2 .PropertyTechnicalCardV2 { background: #f7f9f7; border: 1px solid var(--property-v2-border); border-radius: var(--property-v2-radius-sm); min-width: 0; padding: 18px; }
.property-detail-v2 .PropertyTechnicalCardV2--accent { background: #f1fbed; border-color: #cbe9bf; }
.property-detail-v2 .PropertyTechnicalCardV2 h3 { color: #253047; font-size: 15px; font-weight: 800; margin: 0 0 14px; }
.property-detail-v2 .PropertyTechnicalCardV2 dl { display: grid; gap: 10px; margin: 0; }
.property-detail-v2 .PropertyTechnicalCardV2 dl > div { align-items: center; border-bottom: 1px solid #e5e9e5; display: flex; gap: 12px; justify-content: space-between; padding-bottom: 9px; }
.property-detail-v2 .PropertyTechnicalCardV2 dl > div:last-child { border-bottom: 0; padding-bottom: 0; }
.property-detail-v2 .PropertyTechnicalCardV2 dt { align-items: center; color: var(--property-v2-text-secondary); display: flex; font-size: 12px; gap: 6px; }
.property-detail-v2 .PropertyTechnicalCardV2 dt .PropertyV2Icon { color: var(--property-v2-price); height: 16px; width: 16px; }
.property-detail-v2 .PropertyTechnicalCardV2 dd { color: #253047; font-size: 14px; font-weight: 800; margin: 0; text-align: right; }

.property-detail-v2 .PropertyDetailV2__lowerVisuals { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.property-detail-v2 .PropertyDetailV2__lowerVisuals > :only-child { grid-column: 1 / -1; }
.property-detail-v2 .PropertyZoningV2__preview { background: #edf1ed; border: 0; border-radius: var(--property-v2-radius-sm); cursor: zoom-in; display: block; overflow: hidden; padding: 0; position: relative; width: 100%; }
.property-detail-v2 .PropertyZoningV2__image { aspect-ratio: 16 / 9; display: block; height: auto; object-fit: contain; width: 100%; }
.property-detail-v2 .PropertyZoningV2__preview > span { background: rgba(18, 31, 23, .86); border-radius: 999px; bottom: 14px; color: #fff; font-size: 12px; font-weight: 700; padding: 8px 13px; position: absolute; right: 14px; }
.property-detail-v2 .PropertyZoningV2__dialog { background: #0d1412; border: 0; height: 100dvh; margin: 0; max-height: none; max-width: none; padding: 0; width: 100vw; }
.property-detail-v2 .PropertyZoningV2__dialog:not([open]) { display: none; }
.property-detail-v2 .PropertyZoningV2__dialog::backdrop { background: rgba(0, 0, 0, .94); }
.property-detail-v2 .PropertyZoningV2__dialogBody { align-items: center; display: flex; height: 100%; justify-content: center; width: 100%; }
.property-detail-v2 .PropertyZoningV2__dialogImage { max-height: 100%; max-width: 100%; object-fit: contain; }
.property-detail-v2 .PropertyZoningV2__close { align-items: center; background: rgba(12, 24, 20, .9); border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; color: #fff; cursor: pointer; display: flex; font-size: 30px; height: 48px; justify-content: center; position: fixed; right: 20px; top: 20px; width: 48px; z-index: 1; }

.property-detail-v2 .PropertyLocationV2__summary { display: flex; flex-direction: column; gap: 4px; margin-bottom: 14px; }
.property-detail-v2 .PropertyLocationV2__summary strong { color: #253047; font-size: 15px; }
.property-detail-v2 .PropertyLocationV2__summary span { color: var(--property-v2-text-secondary); font-size: 12px; line-height: 1.45; }
.property-detail-v2 .PropertyLocationV2__map { background: linear-gradient(135deg, #dfe8df, #eef2ee); border-radius: var(--property-v2-radius-sm); height: 320px; overflow: hidden; position: relative; }
.property-detail-v2 .PropertyLocationV2__canvas { height: 100%; width: 100%; }
.property-detail-v2 .PropertyLocationV2__mapOverlay { align-items: center; background: linear-gradient(rgba(238, 244, 238, .55), rgba(219, 231, 220, .82)); display: flex; flex-direction: column; gap: 9px; inset: 0; justify-content: center; padding: 24px; position: absolute; text-align: center; }
.property-detail-v2 .PropertyLocationV2__mapOverlay button { align-items: center; background: var(--property-v2-forest); border: 0; border-radius: 7px; color: #fff; cursor: pointer; display: flex; font: inherit; font-size: 13px; font-weight: 800; gap: 8px; min-height: 46px; padding: 9px 17px; }
.property-detail-v2 .PropertyLocationV2__mapOverlay button .PropertyV2Icon { color: var(--property-v2-primary); height: 19px; width: 19px; }
.property-detail-v2 .PropertyLocationV2__mapOverlay span { color: #53605a; font-size: 11px; line-height: 1.4; max-width: 290px; }
.property-detail-v2 .PropertyLocationV2__map.is-loading .PropertyLocationV2__mapOverlay button { opacity: .65; pointer-events: none; }
.property-detail-v2 .PropertyLocationV2__map.is-ready .PropertyLocationV2__mapOverlay { background: transparent; justify-content: flex-end; pointer-events: none; }
.property-detail-v2 .PropertyLocationV2__map.is-ready .PropertyLocationV2__mapOverlay button { display: none; }
.property-detail-v2 .PropertyLocationV2__map.is-ready .PropertyLocationV2__mapOverlay span { background: rgba(18, 31, 23, .82); border-radius: 999px; color: #fff; padding: 6px 10px; }
.property-detail-v2 .PropertyLocationV2__external { align-items: center; color: #267b2a; display: inline-flex; font-size: 13px; font-weight: 800; gap: 5px; margin-top: 12px; text-decoration: none; }
.property-detail-v2 .PropertyLocationV2__external:hover { text-decoration: underline; }

.property-detail-v2 .PropertyContactV2 { scroll-margin-top: 92px; }
.property-detail-v2 .PropertyContactV2__layout { display: grid; gap: clamp(24px, 4vw, 54px); grid-template-columns: minmax(240px, .8fr) minmax(0, 1.7fr); }
.property-detail-v2 .PropertyAdvisorV2 { border-right: 1px solid var(--property-v2-border); min-width: 0; padding-right: clamp(22px, 3vw, 42px); }
.property-detail-v2 .PropertyAdvisorV2__photo { align-items: center; background: #e9f1e8; border-radius: 50%; display: flex; height: 150px; justify-content: center; margin-bottom: 18px; overflow: hidden; width: 150px; }
.property-detail-v2 .PropertyAdvisorV2__photo img { display: block; height: 100%; object-fit: cover; width: 100%; }
.property-detail-v2 .PropertyAdvisorV2__photoFallback { align-items: center; color: #538055; display: flex; justify-content: center; }
.property-detail-v2 .PropertyAdvisorV2__photoFallback .PropertyV2Icon { height: 58px; width: 58px; }
.property-detail-v2 .PropertyAdvisorV2__eyebrow { color: #38852e; font-size: 11px; font-weight: 800; letter-spacing: .04em; margin: 0 0 5px; text-transform: uppercase; }
.property-detail-v2 .PropertyAdvisorV2 h3 { color: #142039; font-size: 22px; font-weight: 800; line-height: 1.2; margin: 0; }
.property-detail-v2 .PropertyAdvisorV2__role { color: var(--property-v2-text-secondary); font-size: 13px; margin: 4px 0 14px; }
.property-detail-v2 .PropertyAdvisorV2__intro { color: #4d5868; font-size: 13px; line-height: 1.6; margin: 0 0 18px; }
.property-detail-v2 .PropertyAdvisorV2__actions { display: grid; gap: 8px; list-style: none; margin: 0; padding: 0; }
.property-detail-v2 .PropertyAdvisorV2__actions a { align-items: center; border: 1px solid var(--property-v2-border); border-radius: 7px; color: #253047; display: flex; font-size: 12px; font-weight: 700; gap: 9px; min-height: 42px; overflow-wrap: anywhere; padding: 8px 11px; text-decoration: none; }
.property-detail-v2 .PropertyAdvisorV2__actions a:hover { background: #f2faef; border-color: #b8dfaa; color: #235f26; }
.property-detail-v2 .PropertyAdvisorV2__actions .PropertyV2Icon { color: var(--property-v2-price); flex: 0 0 auto; height: 18px; width: 18px; }
.property-detail-v2 .PropertyLeadFormV2 { min-width: 0; }
.property-detail-v2 .PropertyLeadFormV2 > h3 { color: #142039; font-size: 19px; font-weight: 800; margin: 0 0 5px; }
.property-detail-v2 .PropertyLeadFormV2 > p { color: var(--property-v2-text-secondary); font-size: 13px; margin: 0 0 18px; }
.property-detail-v2 .PropertyLeadFormV2 .gform_wrapper { margin: 0; }
.property-detail-v2 .PropertyLeadFormV2 .gform_fields { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.property-detail-v2 .PropertyLeadFormV2 .gfield { grid-column: 1 / -1; margin: 0; padding: 0; }
.property-detail-v2 .PropertyLeadFormV2 .gfield--width-half { grid-column: span 1; }
.property-detail-v2 .PropertyLeadFormV2 .gfield_label { color: #344054; display: inline-block; font-size: 12px; font-weight: 800; margin-bottom: 6px; }
.property-detail-v2 .PropertyLeadFormV2 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.property-detail-v2 .PropertyLeadFormV2 select,
.property-detail-v2 .PropertyLeadFormV2 textarea { background: #fff; border: 1px solid #cad2ca; border-radius: 7px; color: #253047; font: inherit; font-size: 14px; min-height: 46px; padding: 10px 12px; width: 100%; }
.property-detail-v2 .PropertyLeadFormV2 textarea { min-height: 108px; resize: vertical; }
.property-detail-v2 .PropertyLeadFormV2 input:focus,
.property-detail-v2 .PropertyLeadFormV2 select:focus,
.property-detail-v2 .PropertyLeadFormV2 textarea:focus { border-color: #4caf36; box-shadow: 0 0 0 3px rgba(76, 175, 54, .16); outline: 0; }
.property-detail-v2 .PropertyLeadFormV2 .gfield_checkbox { list-style: none; margin: 0; padding: 0; }
.property-detail-v2 .PropertyLeadFormV2 .gfield_checkbox label { color: #4d5868; font-size: 12px; line-height: 1.5; }
.property-detail-v2 .PropertyLeadFormV2 .gfield_description { color: #687369; font-size: 11px; line-height: 1.45; }
.property-detail-v2 .PropertyLeadFormV2 .gfield--type-captcha > .gfield_label { display: none; }
.property-detail-v2 .PropertyLeadFormV2 .gfield_validation_message,
.property-detail-v2 .PropertyLeadFormV2 .validation_message { align-items: flex-start; background: #fff3f1; border-left: 3px solid #c7352b; color: #8b211a; display: flex; font-size: 12px; margin-top: 6px; padding: 7px 9px; }
.property-detail-v2 .PropertyLeadFormV2 .gform_validation_errors { background: #fff3f1; border: 1px solid #e4aaa5; border-radius: 7px; color: #7f2019; margin-bottom: 16px; padding: 12px 14px; }
.property-detail-v2 .PropertyLeadFormV2 .gform_confirmation_message { background: #effbe9; border: 1px solid #b9dfa9; border-radius: 8px; color: #245d25; font-size: 14px; line-height: 1.55; padding: 16px; }
.property-detail-v2 .PropertyLeadFormV2 .gform_footer { margin-top: 16px; padding: 0; }
.property-detail-v2 .PropertyLeadFormV2 input[type="submit"],
.property-detail-v2 .PropertyLeadFormV2 button[type="submit"] { background: var(--property-v2-primary-hover); border: 0; border-radius: 7px; color: #14260f; cursor: pointer; font: inherit; font-size: 14px; font-weight: 800; min-height: 48px; padding: 10px 22px; }
.property-detail-v2 .PropertyLeadFormV2 input[type="submit"]:hover,
.property-detail-v2 .PropertyLeadFormV2 button[type="submit"]:hover { background: var(--property-v2-primary); }
.property-detail-v2 .PropertyLeadFormV2 iframe { max-width: 100%; }

.property-detail-v2 .PropertyMediaV2 { min-width: 0; }
.property-detail-v2 .PropertyMediaV2__viewport { position: relative; }
.property-detail-v2 .PropertyMediaV2__track {
  aspect-ratio: 16 / 9;
  background: #dfe4df;
  border-radius: var(--property-v2-radius);
  box-shadow: var(--property-v2-shadow);
  display: flex;
  overflow: auto hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.property-detail-v2 .PropertyMediaV2__track::-webkit-scrollbar { display: none; }
.property-detail-v2 .PropertyMediaV2__slide { align-items: center; background: #16211e; display: flex; flex: 0 0 100%; justify-content: center; min-height: 0; min-width: 100%; overflow: hidden; position: relative; scroll-snap-align: start; }
.property-detail-v2 .PropertyMediaV2__image,
.property-detail-v2 .PropertyMediaV2__placeholder { display: block; height: 100%; object-fit: cover; width: 100%; }
.property-detail-v2 .PropertyMediaV2__placeholder { background: linear-gradient(135deg, #243b35, #101915); }
.property-detail-v2 .PropertyMediaV2__empty { align-items: center; aspect-ratio: 16 / 9; background: #e8ede8; border: 1px solid var(--property-v2-border); border-radius: var(--property-v2-radius); color: var(--property-v2-text-secondary); display: flex; flex-direction: column; gap: 10px; justify-content: center; }
.property-detail-v2 .PropertyMediaV2__empty .PropertyV2Icon { height: 36px; width: 36px; }

.property-detail-v2 .PropertyMediaV2__play,
.property-detail-v2 .PropertyMediaV2__expand,
.property-detail-v2 .PropertyMediaV2__arrow,
.property-detail-v2 .PropertyMediaV2__dialogClose,
.property-detail-v2 .PropertyMediaV2__dialogArrow { align-items: center; background: rgba(12, 24, 20, .84); border: 1px solid rgba(255, 255, 255, .45); border-radius: 999px; color: #fff; cursor: pointer; display: flex; justify-content: center; }
.property-detail-v2 .PropertyMediaV2__play { gap: 9px; left: 50%; min-height: 52px; padding: 14px 20px; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.property-detail-v2 .PropertyMediaV2__play::before { border: 2px solid #fff; border-radius: 50%; content: ''; height: 42px; left: 50%; position: absolute; top: -54px; transform: translateX(-50%); width: 42px; }
.property-detail-v2 .PropertyMediaV2__play::after { border-bottom: 7px solid transparent; border-left: 11px solid #fff; border-top: 7px solid transparent; content: ''; left: 50%; position: absolute; top: -39px; transform: translateX(-42%); }
.property-detail-v2 .PropertyMediaV2__expand { bottom: 14px; font-size: 18px; height: 40px; position: absolute; right: 14px; width: 40px; }
.property-detail-v2 .PropertyMediaV2__arrow { font-size: 32px; height: 44px; position: absolute; top: 50%; transform: translateY(-50%); width: 44px; }
.property-detail-v2 .PropertyMediaV2__arrow--prev { left: 14px; }
.property-detail-v2 .PropertyMediaV2__arrow--next { right: 14px; }
.property-detail-v2 .PropertyMediaV2__counter { background: rgba(0, 0, 0, .66); border-radius: 999px; bottom: 14px; color: #fff; font-size: 12px; left: 14px; margin: 0; padding: 6px 11px; position: absolute; }
.property-detail-v2 .PropertyMediaV2__thumbs { display: flex; gap: 8px; margin-top: 9px; overflow-x: auto; padding: 2px 2px 5px; scrollbar-width: thin; }
.property-detail-v2 .PropertyMediaV2__thumb { background: #dfe4df; border: 2px solid transparent; border-radius: 6px; cursor: pointer; flex: 0 0 105px; height: 67px; overflow: hidden; padding: 0; position: relative; }
.property-detail-v2 .PropertyMediaV2__thumb[aria-current="true"] { border-color: var(--property-v2-primary-hover); }
.property-detail-v2 .PropertyMediaV2__thumbImage { height: 100%; object-fit: cover; width: 100%; }
.property-detail-v2 .PropertyMediaV2__thumbPlay { color: #fff; left: 50%; position: absolute; text-shadow: 0 1px 4px #000; top: 50%; transform: translate(-50%, -50%); }
.property-detail-v2 .PropertyMediaV2 iframe { border: 0; height: 100%; width: 100%; }

.property-detail-v2 .PropertyMediaV2__dialog { background: #0d1412; border: 0; height: 100dvh; margin: 0; max-height: none; max-width: none; padding: 0; width: 100vw; }
.property-detail-v2 .PropertyMediaV2__dialog:not([open]) { display: none; }
.property-detail-v2 .PropertyMediaV2__dialog::backdrop { background: rgba(0, 0, 0, .94); }
.property-detail-v2 .PropertyMediaV2__dialogBody { align-items: center; display: flex; height: 100%; justify-content: center; touch-action: pan-y; width: 100%; }
.property-detail-v2 .PropertyMediaV2__dialogImage { max-height: 100%; max-width: 100%; object-fit: contain; }
.property-detail-v2 .PropertyMediaV2__dialogClose { font-size: 30px; height: 48px; position: fixed; right: 20px; top: 20px; width: 48px; }
.property-detail-v2 .PropertyMediaV2__dialogArrow { font-size: 38px; height: 52px; position: fixed; top: 50%; width: 52px; }
.property-detail-v2 .PropertyMediaV2__dialogArrow--prev { left: 20px; }
.property-detail-v2 .PropertyMediaV2__dialogArrow--next { right: 20px; }

.property-detail-v2 .PropertyStickyV2 { display: none; }
.property-detail-v2 .PropertyV2Icon { display: block; }
.property-detail-v2 .PropertyDetailV2 button:focus-visible,
.property-detail-v2 .PropertyDetailV2 a:focus-visible,
.property-detail-v2 .PropertyMediaV2__track:focus-visible,
.property-detail-v2 .PropertyCommercialV2:focus-visible { outline: 3px solid rgba(74, 214, 0, .55); outline-offset: 3px; }

@media (max-width: 1100px) {
  .property-detail-v2 .PropertyDetailV2 { padding-top: 88px; }
  .property-detail-v2 .PropertyHeroV2 { grid-template-columns: minmax(0, 1.7fr) minmax(285px, 1fr); }
  .property-detail-v2 .PropertyCommercialV2 { padding: 18px; }
  .property-detail-v2 .PropertyCommercialV2__facts > div { display: block; }
  .property-detail-v2 .PropertyCommercialV2__facts dd { margin: 3px 0 0 23px; }
  .property-detail-v2 .PropertyFeaturesV2 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .property-detail-v2 .PropertyBenefitsV2 ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .property-detail-v2 .PropertyTechnicalV2__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .property-detail-v2 .PropertyHeroV2 { grid-template-columns: 1fr; }
  .property-detail-v2 .PropertyCommercialV2__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .property-detail-v2 .PropertyCommercialV2__facts > div { display: block; }
  .property-detail-v2 .PropertyCommercialV2__actions { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 6px; }
  .property-detail-v2 .PropertyDetailV2__lowerVisuals { grid-template-columns: 1fr; }
  .property-detail-v2 .PropertyContactV2__layout { grid-template-columns: minmax(210px, .75fr) minmax(0, 1.45fr); }
}

@media (max-width: 767.98px) {
  .property-detail-v2 .PropertyDetailV2 { padding: 78px 12px calc(96px + env(safe-area-inset-bottom)); }
  .property-detail-v2 .PropertyBreadcrumbV2 { margin-bottom: 12px; }
  .property-detail-v2 .PropertyBreadcrumbV2 li:nth-child(n+2):not(:last-child) { display: none; }
  .property-detail-v2 .PropertyDetailV2__header { display: block; position: relative; }
  .property-detail-v2 .PropertyDetailV2__heading h1 { font-size: clamp(24px, 7.3vw, 32px); }
  .property-detail-v2 .PropertyDetailV2__location { font-size: 12px; }
  .property-detail-v2 .PropertyDetailV2__headingActions { bottom: 0; justify-content: flex-end; padding: 0; position: absolute; right: 0; }
  .property-detail-v2 .PropertyActionV2 { height: 42px; padding: 0; width: 42px; }
  .property-detail-v2 .PropertyActionV2 span { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
  .property-detail-v2 .PropertyDetailV2__badges { padding-right: 100px; }
  .property-detail-v2 .PropertyHeroV2 { gap: 12px; }
  .property-detail-v2 .PropertyMediaV2__track,
  .property-detail-v2 .PropertyMediaV2__empty { aspect-ratio: 4 / 3; border-radius: 9px; }
  .property-detail-v2 .PropertyMediaV2__arrow { display: none; }
  .property-detail-v2 .PropertyMediaV2__thumb { flex-basis: 84px; height: 55px; }
  .property-detail-v2 .PropertyCommercialV2 { border-radius: 9px; box-shadow: 0 4px 18px rgba(25, 43, 31, .07); padding: 16px; }
  .property-detail-v2 .PropertyCommercialV2__price > strong { font-size: 38px; }
  .property-detail-v2 .PropertyCommercialV2__facts { grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 16px 0; }
  .property-detail-v2 .PropertyCommercialV2__facts > div { border-right: 1px solid var(--property-v2-border); padding-right: 8px; }
  .property-detail-v2 .PropertyCommercialV2__facts > div:nth-child(3n) { border-right: 0; }
  .property-detail-v2 .PropertyCommercialV2__facts dt { color: var(--property-v2-price); display: block; font-size: 10px; }
  .property-detail-v2 .PropertyCommercialV2__facts dt .PropertyV2Icon { height: 19px; margin-bottom: 5px; width: 19px; }
  .property-detail-v2 .PropertyCommercialV2__facts dd { font-size: 11px; margin: 3px 0 0; }
  .property-detail-v2 .PropertyCommercialV2__actions { grid-template-columns: 1fr 1fr; }
  .property-detail-v2 .PropertyCtaV2--primary { grid-column: 1 / -1; }
  .property-detail-v2 .PropertyFeaturesV2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .property-detail-v2 .PropertyFeatureV2 { min-height: 80px; padding: 11px; }
  .property-detail-v2 .PropertyFeatureV2__icon .PropertyV2Icon { height: 24px; width: 24px; }
  .property-detail-v2 .PropertyDetailV2__content { gap: 12px; margin-top: 18px; }
  .property-detail-v2 .PropertySectionV2 { border-radius: 9px; padding: 17px 15px; }
  .property-detail-v2 .PropertySectionV2__heading { margin-bottom: 14px; }
  .property-detail-v2 .PropertyDescriptionV2__body { font-size: 14px; line-height: 1.65; position: relative; }
  .property-detail-v2 .PropertyDescriptionV2__body.is-collapsed { max-height: 220px; overflow: hidden; }
  .property-detail-v2 .PropertyDescriptionV2__body.is-collapsed::after { background: linear-gradient(transparent, var(--property-v2-surface)); bottom: 0; content: ''; height: 55px; left: 0; position: absolute; right: 0; }
  .property-detail-v2 .PropertyBenefitsV2 ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .property-detail-v2 .PropertyTechnicalV2__grid { grid-template-columns: 1fr; }
  .property-detail-v2 .PropertyTechnicalCardV2 { padding: 15px; }
  .property-detail-v2 .PropertyLocationV2__map { height: 280px; }
  .property-detail-v2 .PropertyContactV2__layout { grid-template-columns: 1fr; }
  .property-detail-v2 .PropertyAdvisorV2 { border-bottom: 1px solid var(--property-v2-border); border-right: 0; padding-bottom: 22px; padding-right: 0; }
  .property-detail-v2 .PropertyAdvisorV2__photo { height: 112px; width: 112px; }
  .property-detail-v2 .PropertyLeadFormV2 .gform_fields { grid-template-columns: 1fr; }
  .property-detail-v2 .PropertyLeadFormV2 .gfield--width-half { grid-column: 1 / -1; }
  .property-detail-v2 .PropertyStickyV2 {
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid var(--property-v2-border);
    bottom: 0;
    box-shadow: 0 -6px 22px rgba(25, 43, 31, .12);
    display: grid;
    gap: 8px;
    grid-template-columns: .9fr 1.3fr;
    left: 0;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 1035;
  }
  .property-detail-v2 .PropertyStickyV2 a { align-items: center; background: var(--property-v2-primary-hover); border: 1px solid var(--property-v2-primary-hover); border-radius: 7px; color: #14260f; display: flex; font-size: 12px; font-weight: 800; gap: 6px; justify-content: center; min-height: 48px; padding: 6px 8px; text-align: center; text-decoration: none; }
  .property-detail-v2 .PropertyStickyV2 a + a { background: var(--property-v2-forest); border-color: var(--property-v2-forest); color: #fff; }
  .property-detail-v2 .PropertyStickyV2 .PropertyV2Icon { height: 18px; width: 18px; }
  .property-detail-v2 .PropertyDetailV2.is-contact-form-active .PropertyStickyV2 { transform: translateY(110%); }
  .property-detail-v2 .PropertyMediaV2__dialogArrow { height: 46px; width: 46px; }
  .property-detail-v2 .PropertyMediaV2__dialogArrow--prev { left: 8px; }
  .property-detail-v2 .PropertyMediaV2__dialogArrow--next { right: 8px; }
}

@media (max-width: 430px) {
  .property-detail-v2 .PropertyCommercialV2__facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .property-detail-v2 .PropertyCommercialV2__facts > div:nth-child(n+4) { display: none; }
}

@media (max-width: 350px) {
  .property-detail-v2 .PropertyDetailV2 { padding-left: 9px; padding-right: 9px; }
  .property-detail-v2 .PropertyFeaturesV2 { grid-template-columns: 1fr; }
  .property-detail-v2 .PropertyCommercialV2__price > div { align-items: flex-start; flex-direction: column; }
  .property-detail-v2 .PropertyStickyV2 { padding-left: 8px; padding-right: 8px; }
  .property-detail-v2 .PropertyBenefitsV2 ul { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .property-detail-v2 .PropertyMediaV2__track { scroll-behavior: auto; }
}
