/* =========================================================
   ABOUT SECTION 01
   ========================================================= */

.about-sec-1 {
  position: relative;

  width: 100%;

  background: #f4efe3;

  overflow: hidden;
}

/* =========================================================
   CONTAINER
   ========================================================= */

.about-sec-1-container {
  max-width: 1500px;
  width: 90%;
  margin: auto;

  padding: 150px 0 130px;
}

/* =========================================================
   MAIN GRID
   ========================================================= */

.about-sec-1-grid {
  display: grid;

  grid-template-columns: minmax(380px, 0.9fr) minmax(450px, 1.1fr);

  column-gap: clamp(70px, 10vw, 180px);

  align-items: start;
}

/* =========================================================
   HEADING AREA
   ========================================================= */

.about-sec-1-heading-wrap {
  position: relative;

  padding-top: 10px;
}

/* Heading */

.about-sec-1-heading {
  max-width: 600px;

  margin: 0;

  color: #7b4e22;

  font-family: "Cormorant Garamond", Georgia, serif;

  font-size: clamp(60px, 7vw, 80px);

  font-weight: 400;

  line-height: 0.91;

  letter-spacing: -0.035em;

  text-transform: uppercase;
}

/* Heading Second Line */

.about-sec-1-heading span {
  display: block;

  margin-top: 8px;

  color: #bd9136;

  font-style: italic;

  text-transform: none;
}

/* =========================================================
   CONTENT AREA
   ========================================================= */

.about-sec-1-content {
  padding-top: 5px;
}

/* Vertical / Horizontal Accent */

.about-sec-1-line {
  width: 100%;
  height: 1px;

  margin-bottom: 38px;

  background: rgba(178, 138, 50, 0.45);
}

/* =========================================================
   TEXT
   ========================================================= */

.about-sec-1-text {
  max-width: 760px;

  margin: 0 0 28px;

  color: #66594b;

  font-family: "Inter", sans-serif;

  font-size: 16px;
  font-weight: 300;

  line-height: 2;

  letter-spacing: 0.015em;
}

/* Last Paragraph */

.about-sec-1-text:last-child {
  margin-bottom: 0;

  color: #7b4e22;

  font-weight: 400;
}

/* =========================================================
   BOTTOM ACCENT
   ========================================================= */

.about-sec-1-bottom {
  display: flex;
  align-items: center;

  gap: 25px;

  margin-top: 110px;
}

/* Line */

.about-sec-1-bottom-line {
  display: block;

  width: 100px;
  height: 1px;

  background: #bd9136;
}

/* Label */

.about-sec-1-bottom-label {
  color: #9a7a43;

  font-family: "Inter", sans-serif;

  font-size: 10px;
  font-weight: 500;

  letter-spacing: 0.28em;

  text-transform: uppercase;
}

/* =========================================================
   SUBTLE BACKGROUND DETAIL
   ========================================================= */

.about-sec-1::before {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  right: -280px;
  top: 50%;

  transform: translateY(-50%);

  border: 1px solid rgba(178, 138, 50, 0.08);

  border-radius: 50%;

  pointer-events: none;
}

.about-sec-1::after {
  content: "";

  position: absolute;

  width: 260px;
  height: 260px;

  left: -170px;
  bottom: -170px;

  border: 1px solid rgba(178, 138, 50, 0.07);

  border-radius: 50%;

  pointer-events: none;
}

/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1100px) {
  .about-sec-1-container {
    padding: 120px 0 110px;
  }

  .about-sec-1-grid {
    grid-template-columns: 1fr 1fr;

    column-gap: 70px;
  }

  .about-sec-1-heading {
    font-size: clamp(52px, 6vw, 76px);
  }

  .about-sec-1-text {
    font-size: 15px;

    line-height: 1.9;
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 800px) {
  .about-sec-1-container {
    padding: 100px 0 90px;
  }

  .about-sec-1-grid {
    grid-template-columns: 1fr;

    row-gap: 65px;
  }

  .about-sec-1-heading {
    max-width: 700px;

    font-size: clamp(58px, 11vw, 82px);
  }

  .about-sec-1-content {
    max-width: 750px;
  }

  .about-sec-1-bottom {
    margin-top: 80px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {
  .about-sec-1-container {
    width: 88%;

    padding: 80px 0 75px;
  }

  .about-sec-1-grid {
    row-gap: 48px;
  }

  .about-sec-1-heading {
    font-size: clamp(48px, 14vw, 68px);

    line-height: 0.94;
  }

  .about-sec-1-heading span {
    margin-top: 5px;
  }

  .about-sec-1-line {
    margin-bottom: 28px;
  }

  .about-sec-1-text {
    margin-bottom: 22px;

    font-size: 14px;

    line-height: 1.85;
  }

  .about-sec-1-bottom {
    gap: 15px;

    margin-top: 60px;
  }

  .about-sec-1-bottom-line {
    width: 60px;
  }

  .about-sec-1-bottom-label {
    font-size: 8px;

    letter-spacing: 0.2em;
  }
}






/* =========================================================
   ABOUT SECTION 02
   ========================================================= */

.about-sec-2 {
  position: relative;

  width: 100%;

  background: #171817;

  color: #f4efe3;

  overflow: hidden;
}

/* =========================================================
   CONTAINER
   ========================================================= */

.about-sec-2-container {
  max-width: 1500px;
  width: 90%;
  margin: auto;

  padding: 150px 0 140px;
}

/* =========================================================
   SECTION HEADER
   ========================================================= */

.about-sec-2-header {
  display: flex;
  align-items: center;

  gap: 28px;

  margin-bottom: 110px;
}

/* Label */

.about-sec-2-label {
  color: #938a7d;

  font-family: "Inter", sans-serif;

  font-size: 10px;
  font-weight: 400;

  letter-spacing: 0.28em;

  text-transform: uppercase;
}

/* =========================================================
   COMMON ITEM
   ========================================================= */

.about-sec-2-item {
  display: grid;

  grid-template-columns: 100px minmax(0, 1fr);

  column-gap: 70px;

  position: relative;
}

/* =========================================================
   ITEM NUMBER
   ========================================================= */

.about-sec-2-item-number {
  padding-top: 12px;

  color: #806b43;

  font-family: "Cormorant Garamond", Georgia, serif;

  font-size: 18px;
  font-weight: 400;

  letter-spacing: 0.08em;
}

/* =========================================================
   ITEM CONTENT
   ========================================================= */

.about-sec-2-item-content {
  max-width: 1050px;
}

/* =========================================================
   TITLE
   ========================================================= */

.about-sec-2-title {
  margin: 0;

  color: #f4efe3;

  font-family: "Cormorant Garamond", Georgia, serif;

  font-size: clamp(60px, 7vw, 80px);

  font-weight: 400;

  line-height: 0.85;

  letter-spacing: -0.04em;

  text-transform: uppercase;
}

/* =========================================================
   DIVIDER
   ========================================================= */

.about-sec-2-divider {
  width: 100%;
  height: 1px;

  margin: 45px 0 38px;

  background: rgba(208, 177, 106, 0.35);
}

/* =========================================================
   DESCRIPTION
   ========================================================= */

.about-sec-2-description {
  max-width: 920px;

  margin: 0;

  color: #bdb6aa;

  font-family: "Inter", sans-serif;

  font-size: 17px;
  font-weight: 300;

  line-height: 2;

  letter-spacing: 0.01em;
}

/* =========================================================
   VISION
   ========================================================= */

.about-sec-2-vision {
  padding-bottom: 125px;
}

/* Vision text slightly larger */

.about-sec-2-vision .about-sec-2-description {
  max-width: 850px;

  color: #d2c8b7;

  font-size: 19px;

  line-height: 1.9;
}

/* =========================================================
   FOOTER
   ========================================================= */

.about-sec-2-footer {
  display: flex;
  align-items: center;

  gap: 24px;

  margin-top: 120px;
}

.about-sec-2-footer-line {
  display: block;

  width: 100px;
  height: 1px;

  background: #d0b16a;
}

.about-sec-2-footer-text {
  color: #806b43;

  font-family: "Inter", sans-serif;

  font-size: 9px;
  font-weight: 500;

  letter-spacing: 0.28em;

  text-transform: uppercase;
}

/* =========================================================
   DECORATIVE CIRCLE
   ========================================================= */

.about-sec-2::before {
  content: "";

  position: absolute;

  width: 550px;
  height: 550px;

  right: -300px;
  top: 50%;

  transform: translateY(-50%);

  border: 1px solid rgba(208, 177, 106, 0.08);

  border-radius: 50%;

  pointer-events: none;
}

.about-sec-2::after {
  content: "";

  position: absolute;

  width: 300px;
  height: 300px;

  left: -190px;
  bottom: -170px;

  border: 1px solid rgba(208, 177, 106, 0.06);

  border-radius: 50%;

  pointer-events: none;
}

/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1100px) {
  .about-sec-2-container {
    padding: 120px 0;
  }

  .about-sec-2-header {
    margin-bottom: 85px;
  }

  .about-sec-2-item {
    grid-template-columns: 70px minmax(0, 1fr);

    column-gap: 45px;
  }

  .about-sec-2-description {
    font-size: 16px;

    line-height: 1.9;
  }

  .about-sec-2-vision .about-sec-2-description {
    font-size: 17px;
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 800px) {
  .about-sec-2-container {
    padding: 100px 0;
  }

  .about-sec-2-header {
    margin-bottom: 70px;
  }

  .about-sec-2-item {
    grid-template-columns: 1fr;

    row-gap: 20px;
  }

  .about-sec-2-item-number {
    padding-top: 0;
  }

  .about-sec-2-divider {
    margin: 35px 0 30px;
  }

  .about-sec-2-vision {
    padding-bottom: 80px;
  }

  .about-sec-2-footer {
    margin-top: 90px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {
  .about-sec-2-container {
    width: 88%;

    padding: 80px 0;
  }

  .about-sec-2-header {
    gap: 18px;

    margin-bottom: 55px;
  }

  .about-sec-2-label {
    font-size: 8px;

    letter-spacing: 0.2em;
  }

  .about-sec-2-item {
    row-gap: 15px;
  }

  .about-sec-2-item-number {
    font-size: 15px;
  }

  .about-sec-2-title {
    font-size: clamp(40px, 8vw, 65px);

    line-height: 0.9;
  }

  .about-sec-2-divider {
    margin: 28px 0 24px;
  }

  .about-sec-2-description,
  .about-sec-2-vision .about-sec-2-description {
    font-size: 14px;

    line-height: 1.85;
  }

  .about-sec-2-vision {
    padding-bottom: 65px;
  }

  .about-sec-2-footer {
    gap: 15px;

    margin-top: 70px;
  }

  .about-sec-2-footer-line {
    width: 60px;
  }

  .about-sec-2-footer-text {
    font-size: 8px;

    letter-spacing: 0.2em;
  }
}





/* =========================================================
   ABOUT SECTION 03
   ========================================================= */

.about-sec-3 {
  position: relative;

  width: 100%;

  background: #f4efe3;

  overflow: hidden;

  padding: 150px 0 120px;
}

/* =========================================================
   CONTAINER
   ========================================================= */

.about-sec-3-container {
  max-width: 1500px;
  width: 90%;
  margin: auto;
}

/* =========================================================
   HEADER
   ========================================================= */

.about-sec-3-header {
  display: flex;
  align-items: flex-start;

  gap: 35px;

  margin-bottom: 90px;
}

/* Heading Wrapper */

.about-sec-3-heading-wrap {
  max-width: 900px;
}

/* Small Label */

.about-sec-3-label {
  display: block;

  margin-bottom: 20px;

  color: #927342;

  font-family: "Inter", sans-serif;

  font-size: 10px;
  font-weight: 500;

  letter-spacing: 0.3em;

  text-transform: uppercase;
}

/* Main Heading */

.about-sec-3-title {
  margin: 0;

  color: #7b4e22;

  font-family: "Cormorant Garamond", Georgia, serif;

  font-size: clamp(60px, 7vw, 80px);

  font-weight: 400;

  line-height: 0.82;

  letter-spacing: -0.04em;
}

/* Second Line */

.about-sec-3-title span {
  display: block;

  margin-left: clamp(50px, 8vw, 130px);

  color: #bd9136;

  font-style: italic;
}

/* =========================================================
   MARQUEE
   ========================================================= */

.about-sec-3-marquee {
  width: 100%;

  overflow: hidden;

  position: relative;
}

/*
 * Important:
 * The track contains TWO identical sets of images.
 * Moving exactly 50% creates the seamless loop.
 */

.about-sec-3-track {
  display: flex;
  align-items: center;

  width: max-content;

  gap: 18px;

  animation: about-sec-3-scroll 45s linear infinite;

  will-change: transform;
}

/* =========================================================
   IMAGES
   ========================================================= */

.about-sec-3-image {
  position: relative;

  flex: 0 0 360px;

  width: 360px;
  height: 470px;

  overflow: hidden;

  background: #ded5c5;
}

/* Image */

.about-sec-3-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  filter: grayscale(100%);

  transform: scale(1.01);

  transition:
    filter 0.6s ease,
    transform 0.8s ease;
}

/* Slightly reveal color on hover */

.about-sec-3-image:hover img {
  filter: grayscale(0%);

  transform: scale(1.05);
}

/* =========================================================
   INFINITE ANIMATION
   ========================================================= */

@keyframes about-sec-3-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

/* =========================================================
   FOOTER
   ========================================================= */

.about-sec-3-footer {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 25px;

  padding-top: 85px;
}

.about-sec-3-footer-line {
  width: 100px;
  height: 1px;

  background: rgba(178, 138, 50, 0.5);
}

.about-sec-3-footer-text {
  margin: 0;

  color: #9a7a43;

  font-family: "Inter", sans-serif;

  font-size: 10px;
  font-weight: 500;

  letter-spacing: 0.25em;

  text-transform: uppercase;

  white-space: nowrap;
}

/* =========================================================
   DESKTOP HOVER
   ========================================================= */

@media (hover: hover) {
  .about-sec-3-track:hover {
    animation-play-state: paused;
  }
}

/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1100px) {
  .about-sec-3 {
    padding: 120px 0 100px;
  }

  .about-sec-3-header {
    margin-bottom: 70px;
  }

  .about-sec-3-image {
    flex-basis: 300px;

    width: 300px;
    height: 400px;
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 800px) {
  .about-sec-3 {
    padding: 100px 0 85px;
  }

  .about-sec-3-header {
    gap: 22px;

    margin-bottom: 60px;
  }

  .about-sec-3-title {
    font-size: clamp(58px, 12vw, 90px);
  }

  .about-sec-3-title span {
    margin-left: 45px;
  }

  .about-sec-3-image {
    flex-basis: 270px;

    width: 270px;
    height: 360px;
  }

  .about-sec-3-track {
    gap: 14px;

    animation-duration: 38s;
  }

  .about-sec-3-footer {
    padding-top: 65px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {
  .about-sec-3 {
    padding: 80px 0 70px;
  }

  .about-sec-3-container {
    width: 88%;
  }

  .about-sec-3-header {
    gap: 16px;

    margin-bottom: 48px;
  }

  .about-sec-3-label {
    margin-bottom: 14px;

    font-size: 8px;

    letter-spacing: 0.22em;
  }

  .about-sec-3-title {
    font-size: clamp(50px, 15vw, 70px);

    line-height: 0.88;
  }

  .about-sec-3-title span {
    margin-left: 30px;
  }

  .about-sec-3-track {
    gap: 10px;

    animation-duration: 32s;
  }

  .about-sec-3-image {
    flex-basis: 220px;

    width: 220px;
    height: 290px;
  }

  .about-sec-3-footer {
    gap: 12px;

    padding-top: 50px;
  }

  .about-sec-3-footer-line {
    width: 45px;
  }

  .about-sec-3-footer-text {
    font-size: 8px;

    letter-spacing: 0.16em;
  }
}







/* =========================================================
   ABOUT SECTION 04
   ========================================================= */

.about-sec-4 {
  position: relative;

  width: 100%;

  background: #171817;

  color: #f4efe3;

  overflow: hidden;
}

/* =========================================================
   CONTAINER
   ========================================================= */

.about-sec-4-container {
  max-width: 1500px;
  width: 90%;
  margin: auto;

  padding: 150px 0 130px;
}

/* =========================================================
   SECTION HEADER
   ========================================================= */

.about-sec-4-header {
  display: flex;
  align-items: center;

  gap: 28px;

  margin-bottom: 95px;
}

.about-sec-4-label {
  color: #938a7d;

  font-family: "Inter", sans-serif;

  font-size: 10px;
  font-weight: 400;

  letter-spacing: 0.28em;

  text-transform: uppercase;
}

/* =========================================================
   MAIN LAYOUT
   ========================================================= */

.about-sec-4-main {
  display: grid;

  grid-template-columns: minmax(500px, 1.05fr) minmax(450px, 0.95fr);

  gap: clamp(70px, 9vw, 150px);

  align-items: center;
}

/* =========================================================
   VISUAL
   ========================================================= */

.about-sec-4-visual {
  position: relative;
}

/* Image Container */

.about-sec-4-image-wrap {
  position: relative;

  width: 100%;

  aspect-ratio: 1.15 / 1;

  overflow: hidden;

  background: #efeade;

  border: 1px solid rgba(208, 177, 106, 0.25);
}

/* Floor Plan */

.about-sec-4-image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;

  transition:
    transform 0.8s ease,
    filter 0.8s ease;
}

.about-sec-4-image-wrap:hover .about-sec-4-image {
  transform: scale(1.03);
}

/* Image Overlay */

.about-sec-4-image-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(
    135deg,
    rgba(244, 239, 227, 0.05),
    transparent 50%
  );

  pointer-events: none;
}

/* Image Label */

.about-sec-4-image-label {
  position: absolute;

  left: 25px;
  bottom: 22px;

  color: #806b43;

  font-family: "Inter", sans-serif;

  font-size: 9px;
  font-weight: 500;

  letter-spacing: 0.25em;

  text-transform: uppercase;
}

/* =========================================================
   CONTENT
   ========================================================= */

.about-sec-4-content {
  max-width: 650px;
}

/* Kicker */

.about-sec-4-kicker {
  display: block;

  margin-bottom: 20px;

  color: #b28a32;

  font-family: "Inter", sans-serif;

  font-size: 10px;
  font-weight: 500;

  letter-spacing: 0.3em;

  text-transform: uppercase;
}

/* Title */

.about-sec-4-title {
  margin: 0;

  color: #f4efe3;

  font-family: "Cormorant Garamond", Georgia, serif;

  font-size: clamp(60px, 6vw, 80px);

  font-weight: 400;

  line-height: 0.8;

  letter-spacing: -0.045em;
}

/* =========================================================
   MAIN AREA
   ========================================================= */

.about-sec-4-area {
  display: flex;
  align-items: baseline;

  gap: 20px;

  margin-top: 55px;

  padding-bottom: 30px;

  border-bottom: 1px solid rgba(208, 177, 106, 0.35);
}

/* Large Number */

.about-sec-4-area-number {
  color: #d0b16a;

  font-family: "Cormorant Garamond", Georgia, serif;

  font-size: clamp(58px, 6vw, 85px);

  font-weight: 400;

  line-height: 0.9;

  letter-spacing: -0.03em;
}

/* Area Info */

.about-sec-4-area-info {
  display: flex;

  flex-direction: column;

  gap: 5px;
}

.about-sec-4-area-unit {
  color: #d0b16a;

  font-family: "Inter", sans-serif;

  font-size: 10px;
  font-weight: 500;

  letter-spacing: 0.2em;
}

.about-sec-4-area-label {
  color: #81796d;

  font-family: "Inter", sans-serif;

  font-size: 11px;

  letter-spacing: 0.08em;
}

/* =========================================================
   DETAILS
   ========================================================= */

.about-sec-4-details {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 25px;

  padding: 30px 0;
}

.about-sec-4-detail {
  display: flex;

  flex-direction: column;

  gap: 9px;
}

.about-sec-4-detail-label {
  color: #7f776c;

  font-family: "Inter", sans-serif;

  font-size: 9px;
  font-weight: 500;

  letter-spacing: 0.15em;

  text-transform: uppercase;
}

.about-sec-4-detail-value {
  color: #d9d0c0;

  font-family: "Inter", sans-serif;

  font-size: 13px;
  font-weight: 400;

  line-height: 1.5;
}

/* =========================================================
   DESCRIPTION
   ========================================================= */

.about-sec-4-description {
  max-width: 600px;

  margin: 10px 0 0;

  color: #a9a196;

  font-family: "Inter", sans-serif;

  font-size: 15px;
  font-weight: 300;

  line-height: 1.9;
}

/* =========================================================
   RENTAL
   ========================================================= */

.about-sec-4-rental {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;

  gap: 12px;

  margin-top: 42px;

  padding-top: 25px;

  border-top: 1px solid rgba(208, 177, 106, 0.2);
}

.about-sec-4-rental-label {
  width: 100%;

  margin-bottom: 2px;

  color: #806b43;

  font-family: "Inter", sans-serif;

  font-size: 9px;
  font-weight: 500;

  letter-spacing: 0.25em;

  text-transform: uppercase;
}

.about-sec-4-rental-price {
  color: #d0b16a;

  font-family: "Cormorant Garamond", Georgia, serif;

  font-size: 43px;
  font-weight: 400;

  line-height: 1;
}

.about-sec-4-rental-duration {
  color: #a9a196;

  font-family: "Inter", sans-serif;

  font-size: 12px;

  letter-spacing: 0.08em;
}

.about-sec-4-rental-note {
  width: 100%;

  margin-top: 2px;

  color: #746d63;

  font-family: "Inter", sans-serif;

  font-size: 10px;

  letter-spacing: 0.05em;
}

/* =========================================================
   FOOTER
   ========================================================= */

.about-sec-4-footer {
  display: flex;
  align-items: center;

  gap: 25px;

  margin-top: 120px;
}

.about-sec-4-footer-line {
  width: 100px;
  height: 1px;

  background: rgba(208, 177, 106, 0.55);
}

.about-sec-4-footer-text {
  color: #806b43;

  font-family: "Inter", sans-serif;

  font-size: 9px;
  font-weight: 500;

  letter-spacing: 0.25em;

  text-transform: uppercase;
}

/* =========================================================
   DECORATIVE CIRCLE
   ========================================================= */

.about-sec-4::before {
  content: "";

  position: absolute;

  width: 600px;
  height: 600px;

  right: -350px;
  top: 45%;

  border: 1px solid rgba(208, 177, 106, 0.07);

  border-radius: 50%;

  pointer-events: none;
}

.about-sec-4::after {
  content: "";

  position: absolute;

  width: 250px;
  height: 250px;

  left: -170px;
  bottom: -140px;

  border: 1px solid rgba(208, 177, 106, 0.06);

  border-radius: 50%;

  pointer-events: none;
}

/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1100px) {
  .about-sec-4-container {
    padding: 120px 0 110px;
  }

  .about-sec-4-main {
    gap: 65px;
  }

  .about-sec-4-area-number {
    font-size: 65px;
  }

  .about-sec-4-details {
    gap: 18px;
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {
  .about-sec-4-container {
    padding: 100px 0 90px;
  }

  .about-sec-4-header {
    margin-bottom: 65px;
  }

  .about-sec-4-main {
    grid-template-columns: 1fr;

    gap: 65px;
  }

  .about-sec-4-content {
    max-width: 750px;
  }

  .about-sec-4-image-wrap {
    aspect-ratio: 1.4 / 1;
  }

  .about-sec-4-footer {
    margin-top: 85px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {
  .about-sec-4-container {
    width: 88%;

    padding: 80px 0 70px;
  }

  .about-sec-4-header {
    gap: 18px;

    margin-bottom: 50px;
  }

  .about-sec-4-label {
    font-size: 8px;

    letter-spacing: 0.2em;
  }

  .about-sec-4-main {
    gap: 48px;
  }

  .about-sec-4-image-wrap {
    aspect-ratio: 1 / 1;
  }

  .about-sec-4-image-label {
    left: 17px;
    bottom: 16px;

    font-size: 8px;
  }

  .about-sec-4-kicker {
    margin-bottom: 15px;

    font-size: 8px;

    letter-spacing: 0.22em;
  }

  .about-sec-4-title {
    font-size: clamp(45px, 8vw, 70px);

    line-height: 0.86;
  }

  .about-sec-4-area {
    gap: 14px;

    margin-top: 38px;

    padding-bottom: 24px;
  }

  .about-sec-4-area-number {
    font-size: 55px;
  }

  .about-sec-4-area-unit {
    font-size: 8px;
  }

  .about-sec-4-area-label {
    font-size: 9px;
  }

  .about-sec-4-details {
    grid-template-columns: 1fr 1fr;

    gap: 28px 15px;

    padding: 25px 0;
  }

  .about-sec-4-detail:last-child {
    grid-column: 1 / -1;
  }

  .about-sec-4-detail-label {
    font-size: 8px;
  }

  .about-sec-4-detail-value {
    font-size: 12px;
  }

  .about-sec-4-description {
    margin-top: 5px;

    font-size: 13px;

    line-height: 1.85;
  }

  .about-sec-4-rental {
    margin-top: 32px;

    padding-top: 22px;
  }

  .about-sec-4-rental-price {
    font-size: 36px;
  }

  .about-sec-4-rental-duration {
    font-size: 10px;
  }

  .about-sec-4-rental-note {
    font-size: 9px;
  }

  .about-sec-4-footer {
    gap: 14px;

    margin-top: 65px;
  }

  .about-sec-4-footer-line {
    width: 55px;
  }

  .about-sec-4-footer-text {
    font-size: 7px;

    letter-spacing: 0.18em;
  }
}
