/* ==========================================================
   TDS — TARG Design System
   Component: Home Sections
   Version: 1.4
   ========================================================== */

body.home .wrapper-home-sections {
    background: #F7F5F1;
}

.targ-section-head {
    background: #F7F5F1;
    padding: 34px 0 38px;
}

.targ-section-head__inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
}

.targ-section-head__eyebrow {
    display: block;
    margin-bottom: 18px;

    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;

    color: #C69C6D;
}

.targ-section-head h2 {
    margin: 0;

    font-family: var(--font-heading);
    font-size: clamp(42px, 4vw, 62px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.045em;

    color: #172033;
}

.targ-section-head p {
    max-width: 560px;
    margin: 24px 0 0;

    font-family: var(--font-heading);
    font-size: 19px;
    line-height: 1.55;
    font-weight: 400;

    color: rgba(23,32,51,.70);
}

.targ-section-head__link {
    flex: 0 0 auto;

    margin-bottom: 8px;

    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;

    color: #172033;
    text-decoration: none;
}

.targ-section-head__link::after {
    content: " →";
}

.targ-section-head__link:hover {
    color: #C69C6D;
}

@media (max-width: 767px) {
    .targ-section-head {
        padding: 62px 0 32px;
    }

    .targ-section-head__inner {
        width: calc(100% - 40px);
        display: block;
    }

    .targ-section-head h2 {
        font-size: 38px;
        line-height: 1.02;
    }

    .targ-section-head p {
        margin-top: 22px;
        font-size: 17px;
        line-height: 1.55;
    }

    .targ-section-head__link {
        display: inline-block;
        margin-top: 26px;
        margin-bottom: 0;
        font-size: 17px;
    }
}

/* ==========================================================
   TDS — Featured Property
   Version: 1.0
   ========================================================== */

.tds-featured-property {
    background: #fff;
    padding: 104px 0;
}

.tds-featured-property__inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 72px;
    align-items: center;
}

.tds-featured-property__image {
    display: block;
    border-radius: 34px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    box-shadow: 0 30px 90px rgba(15,23,42,.14);
}

.tds-featured-property__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tds-featured-property__eyebrow {
    display: block;
    margin-bottom: 20px;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #C69C6D;
}

.tds-featured-property h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
    letter-spacing: -.045em;
    font-weight: 800;
}

.tds-featured-property h2 a {
    color: #172033;
    text-decoration: none;
}

.tds-featured-property__location {
    margin: 22px 0 0;
    font-size: 18px;
    color: rgba(23,32,51,.56);
}

.tds-featured-property__excerpt {
    margin: 28px 0 0;
    max-width: 520px;
    font-size: 18px;
    line-height: 1.65;
    color: rgba(23,32,51,.68);
}

.tds-featured-property__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.tds-featured-property__meta span {
    padding: 9px 13px;
    border-radius: 999px;
    background: #F7F5F1;
    font-size: 14px;
    font-weight: 700;
    color: rgba(23,32,51,.72);
}

.tds-featured-property__price {
    margin: 32px 0 0;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.04em;
    color: #172033;
}

.tds-featured-property__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    background: #172033;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.tds-featured-property__button:hover {
    background: #C69C6D;
    color: #fff;
}

@media (max-width: 900px) {
    .tds-featured-property__inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }
}

@media (max-width: 767px) {
    .tds-featured-property {
        padding: 72px 0;
    }

    .tds-featured-property__inner {
        width: calc(100% - 40px);
    }

    .tds-featured-property__image {
        border-radius: 26px;
    }

    .tds-featured-property h2 {
        font-size: 36px;
    }
}

/* ==========================================================
   TDS — Why TARG
   Version: 1.0
   ========================================================== */

.tds-why-targ {
    background: #F7F5F1;
    padding: 108px 0;
}

.tds-why-targ__inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}

.tds-why-targ__head {
    max-width: 720px;
    margin-bottom: 56px;
}

.tds-why-targ__head span {
    display: block;
    margin-bottom: 18px;

    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;

    color: #C69C6D;
}

.tds-why-targ__head h2 {
    margin: 0;

    font-family: var(--font-heading);
    font-size: clamp(42px, 4vw, 64px);
    line-height: .98;
    font-weight: 800;
    letter-spacing: -.045em;

    color: #172033;
}

.tds-why-targ__head p {
    margin: 26px 0 0;
    max-width: 640px;

    font-family: var(--font-heading);
    font-size: 20px;
    line-height: 1.6;

    color: rgba(23,32,51,.68);
}

.tds-why-targ__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.tds-why-targ__card {
    min-height: 300px;
    padding: 34px;
    border-radius: 30px;

    background: #fff;
    box-shadow: 0 20px 60px rgba(15,23,42,.08);
}

.tds-why-targ__number {
    display: block;
    margin-bottom: 52px;

    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 800;

    color: #C69C6D;
}

.tds-why-targ__card h3 {
    margin: 0 0 18px;

    font-family: var(--font-heading);
    font-size: 26px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.035em;

    color: #172033;
}

.tds-why-targ__card p {
    margin: 0;

    font-family: var(--font-heading);
    font-size: 16px;
    line-height: 1.65;

    color: rgba(23,32,51,.66);
}

@media (max-width: 900px) {
    .tds-why-targ__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .tds-why-targ {
        padding: 76px 0;
    }

    .tds-why-targ__inner {
        width: calc(100% - 40px);
    }

    .tds-why-targ__head {
        margin-bottom: 36px;
    }

    .tds-why-targ__head h2 {
        font-size: 38px;
    }

    .tds-why-targ__head p {
        font-size: 17px;
        line-height: 1.55;
    }

    .tds-why-targ__card {
        min-height: auto;
        padding: 28px;
        border-radius: 24px;
    }

    .tds-why-targ__number {
        margin-bottom: 36px;
    }
}

/* TDS — Featured Property text clamp */

.tds-featured-property h2 a {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tds-featured-property__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 901px) {
    .tds-featured-property h2 {
        max-width: 560px;
    }
}

/* ==========================================================
   TDS Services
========================================================== */

.tds-services{

padding:110px 0;

background:#fff;

}

.tds-services__inner{

width:min(1180px,calc(100% - 64px));

margin:auto;

}

.tds-services__head{

max-width:700px;

margin-bottom:64px;

}

.tds-services__head span{

display:block;

margin-bottom:16px;

font-size:13px;

letter-spacing:.14em;

font-weight:800;

text-transform:uppercase;

color:#C69C6D;

}

.tds-services__head h2{

margin:0;

font-size:clamp(42px,4vw,64px);

line-height:1;

letter-spacing:-.04em;

font-weight:800;

color:#172033;

}

.tds-services__head p{

margin-top:24px;

font-size:19px;

line-height:1.7;

color:rgba(23,32,51,.66);

}

.tds-services__grid{

display:grid;

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

gap:28px;

}

.tds-services__grid article{

padding:42px;

border-radius:28px;

background:#F7F5F1;

transition:.3s;

}

.tds-services__grid article:hover{

transform:translateY(-6px);

box-shadow:0 22px 60px rgba(15,23,42,.08);

}

.tds-services__grid span{

display:block;

margin-bottom:40px;

font-size:14px;

font-weight:800;

color:#C69C6D;

}

.tds-services__grid h3{

margin:0 0 18px;

font-size:30px;

font-weight:800;

letter-spacing:-.03em;

color:#172033;

}

.tds-services__grid p{

margin:0;

font-size:16px;

line-height:1.7;

color:rgba(23,32,51,.65);

}

@media(max-width:900px){

.tds-services__grid{

grid-template-columns:1fr;

}

}

/* TDS — Why TARG v1.1 */

.tds-why-targ__card ul {
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.tds-why-targ__card li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;

    font-family: var(--font-heading);
    font-size: 16px;
    line-height: 1.55;
    color: rgba(23,32,51,.68);
}

.tds-why-targ__card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;

    color: #C69C6D;
    font-weight: 800;
}

.tds-why-targ__number {
    display: none;
}
/* ==========================================================
   TDS — Valuation CTA
   Version: 1.0
   ========================================================== */

.tds-valuation {
    background: #172033;
    padding: 112px 0;
}

.tds-valuation__inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr .85fr;
    gap: 72px;
    align-items: center;
}

.tds-valuation__content span {
    display: block;
    margin-bottom: 18px;

    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;

    color: #C69C6D;
}

.tds-valuation__content h2 {
    margin: 0;

    font-family: var(--font-heading);
    font-size: clamp(44px, 4vw, 68px);
    line-height: .98;
    font-weight: 800;
    letter-spacing: -.045em;

    color: #fff;
}

.tds-valuation__content p {
    max-width: 560px;
    margin: 28px 0 0;

    font-family: var(--font-heading);
    font-size: 20px;
    line-height: 1.6;

    color: rgba(255,255,255,.72);
}

.tds-valuation__form {
    padding: 34px;
    border-radius: 30px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(18px);
}

.tds-valuation__form label {
    display: block;
    margin-bottom: 22px;
}

.tds-valuation__form label span {
    display: block;
    margin-bottom: 12px;

    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;

    color: rgba(255,255,255,.62);
}

.tds-valuation__form input {
    width: 100%;
    height: 62px;
    padding: 0 20px;

    border: 0;
    outline: 0;
    border-radius: 18px;

    font-family: var(--font-heading);
    font-size: 17px;

    color: #172033;
    background: #fff;
}

.tds-valuation__form button {
    width: 100%;
    height: 62px;

    border: 0;
    border-radius: 18px;

    background: #C69C6D;
    color: #fff;

    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 800;

    cursor: pointer;
}

.tds-valuation__form button:hover {
    background: #B78B5A;
}

@media (max-width: 900px) {
    .tds-valuation__inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }
}

@media (max-width: 767px) {
    .tds-valuation {
        padding: 78px 0;
    }

    .tds-valuation__inner {
        width: calc(100% - 40px);
    }

    .tds-valuation__content h2 {
        font-size: 40px;
    }

    .tds-valuation__content p {
        font-size: 17px;
        line-height: 1.55;
    }

    .tds-valuation__form {
        padding: 24px;
        border-radius: 24px;
    }
}

/* ==========================================================
   TDS — Why TARG v1.2 / Proposal A
   ========================================================== */

.tds-why-targ__inner--a {
    display: grid;
    grid-template-columns: .85fr 1.6fr;
    gap: 72px;
    align-items: stretch;
}

.tds-why-targ__intro {
    padding: 12px 0;
}

.tds-why-targ__intro span {
    display: block;
    margin-bottom: 18px;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #C69C6D;
}

.tds-why-targ__intro h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(38px, 3.4vw, 58px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.045em;
    color: #172033;
}

.tds-why-targ__intro p {
    margin: 28px 0 0;
    max-width: 420px;
    font-family: var(--font-heading);
    font-size: 18px;
    line-height: 1.65;
    color: rgba(23,32,51,.68);
}

.tds-why-targ__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-left: 1px solid rgba(23,32,51,.10);
    border-top: 1px solid rgba(23,32,51,.10);
}

.tds-why-targ__feature {
    padding: 38px 34px;
    border-right: 1px solid rgba(23,32,51,.10);
    border-bottom: 1px solid rgba(23,32,51,.10);
}

.tds-why-targ__icon {
    margin-bottom: 24px;
    font-family: var(--font-heading);
    font-size: 54px;
    line-height: 1;
    font-weight: 300;
    color: #C69C6D;
}

.tds-why-targ__feature h3 {
    margin: 0 0 12px;
    font-family: var(--font-heading);
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.03em;
    color: #172033;
}

.tds-why-targ__feature p {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 15px;
    line-height: 1.6;
    color: rgba(23,32,51,.64);
}

@media (max-width: 1000px) {
    .tds-why-targ__inner--a {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .tds-why-targ__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .tds-why-targ__features {
        grid-template-columns: 1fr;
    }

    .tds-why-targ__feature {
        padding: 30px 0;
        border-right: 0;
    }

    .tds-why-targ__features {
        border-left: 0;
    }

    .tds-why-targ__icon {
        font-size: 46px;
    }
}

/* ==========================================================
   TDS — Why TARG v1.3 / Light icon layout
   ========================================================== */

.tds-why-targ {
    background: #fff !important;
}

.tds-why-targ__inner--icons {
    display: grid;
    grid-template-columns: .9fr 1.5fr;
    gap: 78px;
    align-items: center;
}

.tds-why-targ__inner--icons .tds-why-targ__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px 52px;
    border: 0 !important;
}

.tds-why-targ__inner--icons .tds-why-targ__feature {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.tds-why-targ__svg {
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    color: #C69C6D;
}

.tds-why-targ__svg svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tds-why-targ__inner--icons .tds-why-targ__feature h3 {
    font-size: 22px;
}

.tds-why-targ__inner--icons .tds-why-targ__feature p {
    max-width: 220px;
}

@media (max-width: 1000px) {
    .tds-why-targ__inner--icons {
        grid-template-columns: 1fr;
        gap: 46px;
    }
}

@media (max-width: 767px) {
    .tds-why-targ__inner--icons .tds-why-targ__features {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .tds-why-targ__svg {
        width: 50px;
        height: 50px;
        margin-bottom: 18px;
    }
}

/* ==========================================================
   TDS — Guide
   Version: 1.0
   ========================================================== */

.tds-guide {
    background: #F7F5F1;
    padding: 108px 0;
}

.tds-guide__inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}

.tds-guide__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 54px;
}

.tds-guide__head span {
    display: block;
    margin-bottom: 18px;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #C69C6D;
}

.tds-guide__head h2 {
    max-width: 720px;
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.045em;
    color: #172033;
}

.tds-guide__head a {
    flex: 0 0 auto;
    margin-bottom: 8px;
    font-weight: 800;
    color: #172033;
    text-decoration: none;
}

.tds-guide__head a:hover {
    color: #C69C6D;
}

.tds-guide__head a::after {
    content: " →";
}

.tds-guide__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.tds-guide__card {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(15,23,42,.08);
}

.tds-guide__image {
    display: block;
    aspect-ratio: 16 / 10;
    background: #ECE9E4;
    overflow: hidden;
}

.tds-guide__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.tds-guide__card:hover .tds-guide__image img {
    transform: scale(1.035);
}

.tds-guide__body {
    padding: 26px;
}

.tds-guide__date {
    margin: 0 0 14px;
    font-size: 13px;
    color: #C69C6D;
    font-weight: 700;
}

.tds-guide__body h3 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -.03em;
}

.tds-guide__body h3 a {
    color: #172033;
    text-decoration: none;
}

.tds-guide__body h3 a:hover {
    color: #C69C6D;
}

.tds-guide__body p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(23,32,51,.64);
}

@media (max-width: 900px) {
    .tds-guide__grid {
        grid-template-columns: 1fr;
    }

    .tds-guide__head {
        display: block;
    }

    .tds-guide__head a {
        display: inline-block;
        margin-top: 26px;
    }
}

@media (max-width: 767px) {
    .tds-guide {
        padding: 76px 0;
    }

    .tds-guide__inner {
        width: calc(100% - 40px);
    }

    .tds-guide__head h2 {
        font-size: 36px;
    }
}

/* TDS — Guide quick refinement */

.tds-guide__head h2 {
    max-width: 760px;
    font-size: clamp(36px, 3.2vw, 52px);
}

.tds-guide__body h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tds-guide__body > p:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}