* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #fff;
  color: #213368;
  font-family: "acumin-pro-semi-condensed", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  text-decoration: underline;
}

.holding-page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
}

.content-panel {
  position: relative;
  min-height: 100vh;
  background: #fff;
  z-index: 2;
}

.hampton-logo,
.message-block,
.contact-block {
  position: absolute;
}

.hampton-logo {
  display: block;
  height: auto;
}

h1,
.supporting-copy,
.service-line,
.contact-line {
  margin: 0;
}

h1 {
  font-weight: 500;
  font-style: normal;
  line-height: .94;
  letter-spacing: -.018em;
  color: #213368;
}

h1 span {
  display: block;
  white-space: nowrap;
}

.supporting-copy {
  font-weight: 200;
  font-style: italic;
  line-height: 1.18;
  color: #213368;
}

.gold-rule {
  position: absolute;
  left: 0;
  background: #F4A71C;
}

.contact-block {
  color: #213368;
}

.service-line {
  font-weight: 500;
  font-style: normal;
  letter-spacing: .01em;
  line-height: 1;
}

.contact-line {
  font-weight: 200;
  font-style: normal;
  line-height: 1.1;
}

.photo-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background: #e9e9e9;
}

.property-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform-origin: center center;
}

/* DESKTOP — exact 1920 × 1080 layout values */
@media (min-width: 1600px) {

  .content-panel {
    width: 55%;
  }

  .photo-panel {
    left: 55%;
    right: 0;
  }

  .hampton-logo {
    left: 115px;
    top: 60px;
    width: clamp(560px, 32.5vw, 625px);
  }

  .message-block {
    left: 115px;
    top: 277px;
    width: 820px;
  }

  h1 {
    font-size: clamp(88px, 5.2vw, 100px);
    line-height: .92;
  }

  .supporting-copy {
    position: absolute;
    left: 0;
    top: 218px;
    width: 760px;
    font-size: clamp(31px, 1.9vw, 36px);
  }

  .gold-rule {
    top: 356px;
    width: 300px;
    height: 5px;
  }

  .contact-block {
    left: 115px;
    top: 880px;
    bottom: auto;
  }

  .service-line {
    font-size: clamp(26px, 1.6vw, 30px);
  }

  .contact-line {
    margin-top: 13px;
    font-size: clamp(27px, 1.7vw, 32px);
  }

  .property-photo {
    object-position: 46% 52%;
    transform: scale(1.75) translateY(-20%);
  }
}

/* LAPTOP / STANDARD DESKTOP — exact 1440 × 900 layout values */
@media (min-width: 1101px) and (max-width: 1599px) {
  .content-panel { width: 55.5%; }
  .photo-panel { left: 55.5%; right: 0; }

  .hampton-logo {
    left: clamp(60px, 6vw, 85px);
    top: 69px;
    width: clamp(400px, 37vw, 530px);
  }

  .message-block {
    left: 84px;
    top: 231px;
    width: calc(100% - 168px);
  }

  h1 { font-size:clamp(56px, 5.5vw, 80px); }

  .supporting-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: clamp(24px, 2vw, 32px);
    font-size: clamp(16px, 2vw, 29px);
  }

  .gold-rule {
    position: relative;
    left: auto;
    top: auto;
    margin-top: clamp(28px, 2.5vw, 40px);
    width: 300px;
    height: 4px;
  }

  .contact-block {
    left: 84px;
    top: 737px;
  }

  .service-line { font-size: clamp(18px, 1.7vw, 25px); }
  .contact-line {
    margin-top: 11px;
    font-size: clamp(19px, 1.8vw, 26px);
  }

  /* Keep the size you liked; position can be tuned independently. */
  .property-photo {
    object-position: 45% 50%;
    transform: scale(1.85) translateY(-18%);
  }
}

/* TABLET / NARROW SCREEN */
@media (min-width: 768px) and (max-width: 1100px) {

  .holding-page {
    min-height: 100vh;
    overflow: visible;
  }

  .content-panel {
    width: 100%;
    min-height: 100vh;
  }

  .hampton-logo {
    left: 60px;
    top: 45px;
    width: min(500px, calc(100% - 120px));
  }

  .photo-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 190px;
  bottom: auto;
  height: 300px;
  overflow: hidden;
  z-index: 3;
  background: #fff;
}

  .message-block {
    left: 60px;
    right: 60px;
    top: 535px;
    width: auto;
  }

  h1 {
    font-size: clamp(52px, 7vw, 70px);
  }

  .supporting-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 24px;
    font-size: clamp(22px, 3vw, 27px);
  }

  .gold-rule {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 32px;
    width: 240px;
    height: 4px;
  }

  .contact-block {
  left: 60px;
  right: 60px;
  top: 820px;
  bottom: auto;
  }

  .service-line {
    font-size: 22px;
  }

  .contact-line {
    margin-top: 10px;
    font-size: 23px;
  }

  .property-photo {
  position: absolute;
  left: 50%;
  top: 50%;

  width: 100%;
  height: auto;
  min-height: 100%;

  object-fit: cover;

  transform: translate(-50%, -85%) scale(1.5);
  }
}

/* MOBILE — exact 390 × 740 layout values */
@media (max-width: 767px) {
  .holding-page {
    min-height: 740px;
    overflow: visible;
  }

  .content-panel {
    width: 100%;
    min-height: 740px;
  }

  .hampton-logo {
    left: 24px;
    top: 25px;
    width: calc(100% - 48px);
    max-width: 342px;
  }

  .photo-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 141px;
  bottom: auto;
  height: 217px;
  overflow: hidden;
  z-index: 3;
  background: #fff;
  }

  .message-block {
    left: 24px;
    right: 24px;
    top: 380px;
  }

  h1 {
    font-size: clamp(43px, 7vw, 64px);
    line-height: .94;
    letter-spacing: -.016em;
  }

  .supporting-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: clamp(24px, 4vw, 32px);
    font-size: clamp(16px, 2.6vw, 24px);
  }

  .gold-rule {
    position: relative;
    left: auto;
    top: auto;
    margin-top: clamp(28px, 4vw, 36px);
    width: clamp(164px, 28vw, 220px);
    height: 2px;
  }

  .contact-block {
    left: 24px;
    right: 24px;
    top: 610px;
  }

  .service-line { font-size: clamp(16px, 2.3vw, 21px); 
}
  .contact-line {
    margin-top: 9px;
    font-size: clamp(17px, 2.4vw, 22px);
  }

  .property-photo {
  position: absolute;
  left: 50%;
  top: 50%;

  width: 100%;
  height: auto;
  min-height: 100%;

  object-fit: cover;

  transform: translate(-50%, -85%) scale(1.5);
  }
}

@media (max-width: 389px) {
  h1 { font-size: clamp(38px, 11vw, 43px); }
  .service-line { font-size: 15px; }
  .contact-line { font-size: 16px; }
}
