.kpd-section {
    background-color: #ECECEC;
    padding: 40px 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    box-sizing: border-box;
    width: 100%;
  }
 
  .kpd-section *,
  .kpd-section *::before,
  .kpd-section *::after {
    box-sizing: border-box;
  }
 
  .kpd-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 48px;
  }
 
  .kpd-header {
    text-align: center;
    margin-bottom: 40px;
  }
 
.kpd-title {
  font-size: 30px;
  font-weight: 500;
  color: #3a3733;
  margin: 0;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", serif;
}

.kpd-title::after {
  content: "";
  display: block;
  width: 156px;
  height: 2px;
  background: #b8862d;
  margin: 10px auto 20px;
}
 
  .kpd-location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 17px;
    color: #6b6862;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
  }
 
  .kpd-pin {
    font-size: 15px;
    color: #6b6862;
  }
 
  .kpd-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
 
  .kpd-card {
    background-color: #ECECEC;
    padding: 22px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
    position: relative;
  }
 
  .kpd-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: #d3d0ca;
  }
 
  .kpd-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-color: #232220;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .kpd-icon i {
    font-size: 17px;
    color: #ECECEC;
  }
 
  .kpd-label {
    font-size: 19px;
    font-weight: 500;
    color: #232220;
    margin: 0;
    line-height: 1.3;
  }

 



.endee-about {
  width: 900px;
  max-width: calc(100% - 40px);
  margin: 30px auto;
  padding: 0;
  display: flex;
  align-items: stretch;
  gap: 80px;
}

.endee-about-img {
  width: 40%;
  height: 460px;
  display: block;
  border-radius: 0px;
  object-fit: cover;
}

.endee-about-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0 0;
}

.endee-about-content h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  text-transform: uppercase;
}

.endee-about-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin: 0;
  text-align: justify;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  max-width: 480px;
}

.endee-about-btn {
  padding: 14px 36px;
  font-size: 15px;
  background-color: #1a1a1a;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  align-self: flex-start;
  margin-top: auto;
}

.endee-about-btn:hover {
  background-color: #333333;
}



 
.endee-amenities {
  --ink: #ece7db;
  --ink-dim: #a8a196;
  --stone: #0d0c0a;
  --stone-deep: #060605;
  --gold: #c9a15c;
  --gold-soft: rgba(201, 161, 92, 0.5);
  --hairline: rgba(236, 231, 219, 0.28);
  --panel-glass: rgba(236, 231, 219, 0.1);
 
 
  color: var(--ink);
  font-family: 'Jost', sans-serif;
  padding: 5rem 3.2rem 5.5rem;
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
}
 
.endee-amenities *,
.endee-amenities *::before,
.endee-amenities *::after {
  box-sizing: inherit;
}
 
.amenities-header {
  max-width: 1000px;
  margin: 0 auto 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
 
.amenities-label {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 1rem;
  font-family: 'Inter', Serif;
}
 
.amenities-label span.rule {
  width: 34px;
  height: 1px;
  background: var(--gold-soft);
  display: block;
}
 
.amenities-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin: 0 0 1rem;
  text-transform: uppercase;
  color: #0d0c0a;
}
 
.amenities-text {
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
  color: #0d0c0a;
  margin: 0;
  max-width: 110ch;
  font-family: 'Inter', Serif;
}
 
.amenities-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
}
 
.amenity-panel {
  position: relative;
  height: 460px;
  overflow: hidden;
  background: var(--stone-deep);
}
 
.amenity-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
  filter: saturate(0.92) brightness(0.86);
}
 
.amenity-panel:hover img {
  transform: scale(1.12);
  filter: saturate(1) brightness(0.95);
}
 
.panel-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6,6,5,0.05) 0%, rgba(6,6,5,0.05) 45%, rgba(6,6,5,0.75) 100%),
    linear-gradient(90deg, rgba(6,6,5,0.35) 0%, rgba(6,6,5,0) 30%);
  pointer-events: none;
}
 
.panel-tag {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  max-width: 100%;
  padding: 0 4px;
  box-sizing: border-box;
  display: block; /* was flex — flex was letting the item shrink to content */
  transition: transform 0.4s ease;
}

.amenity-panel:hover .panel-tag {
  transform: translateY(-2px);
}

.panel-tag span.label {
  display: block;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  white-space: normal;
  line-height: 1.3;
  font-family: Georgia, "Times New Roman", serif;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

/* 1st panel — right-aligned */
.amenity-panel:nth-child(1) .panel-tag span.label {
  text-align: right;
}

/* 2nd, 3rd, 4th panels — center-aligned */
.amenity-panel:nth-child(2) .panel-tag span.label,
.amenity-panel:nth-child(3) .panel-tag span.label,
.amenity-panel:nth-child(4) .panel-tag span.label {
  text-align: center;
}

/* 5th panel — left-aligned */
.amenity-panel:nth-child(5) .panel-tag span.label {
  text-align: right;
}



.endee-closeby {
    background: #ECECEC;
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 60px;
    text-align: center;
  }
 

 
  .endee-closeby .title {
    font-size: 30px;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 0 8px;
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", serif;
  }
 
  .endee-closeby .subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    margin: 0 0 20px;
    font-family: 'Inter', Serif;
  }
 
  .endee-closeby .text {
    max-width: 1000px;
    margin: 0 auto 45px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #555;
    font-family: 'Inter', Serif;
  }
 
  .closeby-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 1100px;
    margin: 0 auto;
  }
 
  .closeby-stat {
    flex: 1;
    min-width: 0;
    padding: 0 20px;
    position: relative;
    text-align: center;
  }
 
  .closeby-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70px;
    width: 1px;
    background: #c9c9c9;
  }
 
  .closeby-stat .stat-number {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 42px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 14px;
  }
 
  .closeby-stat .stat-dash {
    width: 24px;
    height: 1px;
    background: #1a1a1a;
    margin: 0 auto 14px;
  }
 
  .closeby-stat .stat-heading {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #555;
    line-height: 1.6;
  }




  .endee-nearby {
    --endee-ink: #16211D;
    --endee-ink-soft: #4A564F;
    --endee-line: #D8D3C4;
    --endee-bg: #F6F4EE;
    --endee-panel: #FFFFFF;
    --endee-blue: #24467C;
    --endee-blue-soft: #E7ECF4;
    --endee-gold: #A9852E;
    --endee-radius: 2px;
 
    box-sizing: border-box;
    background: #ffffff;
    color: var(--endee-ink);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    padding: 56px 24px;
    width: 100%;
  }
 
  .endee-nearby *, .endee-nearby *::before, .endee-nearby *::after {
    box-sizing: border-box;
  }
 
  .endee-nearby__container {
    max-width: 1400px;
    margin: 0 auto;
  }
 
  .endee-nearby__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 36px;
  }
 
  .endee-nearby__title {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0 0 16px;
    color: var(--endee-ink);
  }
 
  .endee-nearby__subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: var(--endee-ink-soft);
    margin: 0;
    font-family: 'Inter', Serif;
    font-weight: 500;
  }
 
  .endee-nearby__box {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid var(--endee-line);
    border-radius: var(--endee-radius);
    background: transparent;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
  }
 
  /* ---------- Accordion ---------- */
 
  .endee-nearby__accordion {
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--endee-line);
  }
 
  .endee-item {
    border-bottom: 1px solid var(--endee-line);
  }
 
  .endee-item:last-child {
    border-bottom: none;
  }
 
  .endee-item__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 26px 20px;
    text-align: left;
    font-family: inherit;
    color: var(--endee-ink);
    transition: background-color 0.2s ease;
  }
 
  .endee-item__trigger:hover {
    background-color: var(--endee-blue-soft);
  }
 
  .endee-item__trigger:focus-visible {
    outline: 2px solid var(--endee-blue);
    outline-offset: -2px;
  }
 
  .endee-item__icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--endee-line);
    color: var(--endee-blue);
    transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
  }
 
  .endee-item.active .endee-item__icon {
    background-color: var(--endee-blue);
    border-color: var(--endee-blue);
    color: #fff;
  }
 
  .endee-item__icon svg {
    width: 18px;
    height: 18px;
  }
 
  .endee-item__title-text {
    flex: 1;
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: -0.01em;
    color: var(--endee-ink);
  }
 
  .endee-item__chevron {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    color: var(--endee-ink-soft);
  }
 
  .endee-item.active .endee-item__chevron {
    transform: rotate(180deg);
    color: var(--endee-blue);
  }
 
  .endee-item__panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
  }
 
  .endee-item.active .endee-item__panel {
    grid-template-rows: 1fr;
  }
 
  .endee-item__panel-inner {
    overflow: hidden;
  }
 
  .endee-item__list {
    list-style: none;
    margin: 0;
    padding: 0 20px 26px 70px;
  }
 
  .endee-item__list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    font-size: 14.5px;
    color: var(--endee-ink-soft);
    border-top: 1px solid var(--endee-line);
  }
 
  .endee-item__list li:first-child {
    border-top: none;
  }
 
  .endee-item__list .endee-place {
    color: var(--endee-ink);
  }
 
  .endee-item__list .endee-distance {
    flex-shrink: 0;
    color: var(--endee-gold);
    font-variant-numeric: tabular-nums;
  }
 
  /* ---------- Visual side ---------- */
 
  .endee-nearby__visual {
    position: relative;
    min-height: 420px;
    overflow: hidden;
  }
 
  .endee-visual__panel {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    opacity: 0;
    transform: scale(0.97);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
  }
 
  .endee-visual__panel.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }
 
  .endee-visual__panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }



  .endee-locations {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  margin-top: -20px;
}

.endee-locations__title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #222222;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}

.endee-locations__map-wrap {
  width: 1200px;
  max-width: 100%;
  overflow-x: auto;
}

.endee-locations__map {
  width: 1200px;
  height: 350px;
  max-width: 100%;
  border: 0;
  display: block;
}




  :root{
    --stone-100:#FFFFFF;
    --stone-050:#FFFFFF;
    --ink:#211F1B;
    --ink-soft:#6B665D;
    --line:#D8D3C8;
    --brick:#9C4A2A;
    --brick-dark:#7C3A20;
    --gold:#B08D57;
  }
 
  .contact-section *{
    box-sizing:border-box;
  }
 
  .contact-section{
    margin:0 auto;
    font-family:'Inter', sans-serif;
    color:var(--ink);
    width:100%;
    max-width:1400px;
    background:var(--stone-100);
    padding:80px 88px;
    display:grid;
    grid-template-columns:0.85fr 1.15fr;
    gap:96px;
    position:relative;
    overflow:hidden;
  }
 
  /* subtle blueprint corner mark — a single deliberate accent, not decoration everywhere */
  .contact-section::before{
    content:"";
    position:absolute;
    top:0; right:0;
    width:220px; height:220px;
 
    opacity:.35;
    mask-image:linear-gradient(225deg, black, transparent 70%);
    pointer-events:none;
  }
 
  /* ---------- LEFT ---------- */
  .left{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
  }
 
  .eyebrow-mark{
    width:36px;
    height:3px;
    background:var(--brick);
    margin-bottom:28px;
  }
 
  .left h2{
    font-family:'Fraunces', serif;
    font-weight:500;
    font-size:34px;
    line-height:1.1;
    margin:0 0 22px 0;
    letter-spacing:-0.01em;
  }
 
  .left p{
    font-size:16px;
    line-height:1.65;
    color:var(--ink-soft);
    max-width:38ch;
    margin:0 0 56px 0;
  }
 
  .info-row{
    display:flex;
    gap:20px;
    align-items:flex-start;
    padding:26px 0;
    border-top:1px solid var(--line);
  }
 
  .info-row:last-of-type{
    border-bottom:1px solid var(--line);
  }
 
  .info-icon{
    width:44px;
    height:44px;
    border-radius:50%;
    border:1px solid var(--ink);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }
 
  .info-icon svg{
    width:18px;
    height:18px;
    stroke:var(--ink);
  }
 
  .info-text h3{
    font-family:'Fraunces', serif;
    font-weight:500;
    font-size:18px;
    margin:0 0 6px 0;
  }
 
  .info-text p{
    margin:0;
    font-size:15px;
    color:var(--ink-soft);
    line-height:1.5;
    max-width:32ch;
  }
 
  /* ---------- RIGHT / FORM ---------- */
  .right{
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
 
  form{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:48px;
    row-gap:36px;
  }
 
  .field{
    display:flex;
    flex-direction:column;
    position:relative;
  }
 
  .field.full{
    grid-column:1 / -1;
  }
 
  .field label{
    font-size:14px;
    color:var(--ink-soft);
    margin-bottom:12px;
  }
 
  .field label .req{
    color:var(--brick);
    margin-left:2px;
  }
 
  .field input,
  .field select{
    appearance:none;
    -webkit-appearance:none;
    border:none;
    border-bottom:1px solid var(--ink);
    background:transparent;
    padding:0 0 10px 0;
    font-family:'Inter', sans-serif;
    font-size:15.5px;
    color:var(--ink);
    outline:none;
    transition:border-color .2s ease;
    width:100%;
  }
 
  .field select{
    cursor:pointer;
  }
 
  .field select:invalid{
    color:var(--ink-soft);
  }
 
  .select-wrap{
    position:relative;
  }
 
  .select-wrap::after{
    content:"";
    position:absolute;
    right:2px;
    bottom:14px;
    width:9px;
    height:9px;
    border-right:1.5px solid var(--ink);
    border-bottom:1.5px solid var(--ink);
    transform:rotate(45deg);
    pointer-events:none;
  }
 
  .field input:focus,
  .field select:focus{
    border-bottom-color:var(--brick);
  }
 
  .field input::placeholder{
    color:#A19C90;
  }
 
  .consent{
    grid-column:1 / -1;
    display:flex;
    justify-content:flex-end;
    margin-top:8px;
  }
 
  button.submit{
    background:var(--ink);
    color:var(--stone-050);
    border:none;
    padding:16px 28px;
    font-family:'Inter', sans-serif;
    font-size:14.5px;
    font-weight:500;
    border-radius:2px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
    transition:background .2s ease, transform .15s ease;
    white-space:nowrap;
  }
 
  button.submit:hover{
    background:var(--brick-dark);
  }
 
  button.submit:active{
    transform:scale(0.98);
  }
 
  button.submit svg{
    width:14px;
    height:14px;
    transition:transform .2s ease;
  }
 
  button.submit:hover svg{
    transform:translate(2px,-2px);
  }
 
  button.submit:disabled{
    background:#B9B4A8;
    cursor:not-allowed;
  }
 
  .form-note{
    grid-column:1/-1;
    font-size:13px;
    color:var(--brick);
    min-height:16px;
    margin-top:-14px;
  }