:root {
  --cw-ink: #17254f;
  --cw-red: #b63b36;
  --cw-paper: #fbf8f6;
  --cw-stone: #ded9d7;
  --cw-muted: #74778c;
  --cw-line: rgba(23, 37, 79, .18);
  --cw-serif: Georgia, "Times New Roman", serif;
  --cw-sans: Inter, Arial, sans-serif;
}

body.cw-shell {
  margin: 0;
  color: var(--cw-ink);
  background: var(--cw-paper);
  font-family: var(--cw-sans);
  font-size: 15px;
}

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

img {
  max-width: 100%;
}

.cw-header {
  position: relative;
  z-index: 20;
  background: var(--cw-paper);
  border-bottom: 1px solid rgba(23, 37, 79, .06);
}

.cw-header-top {
  min-height: 36px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 16px;
}

.cw-kicker {
  font-family: var(--cw-serif);
  color: var(--cw-muted);
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1.1;
}

.cw-header-actions {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--cw-ink);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}

.cw-header-actions a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--cw-ink);
  transition: color .2s ease, transform .2s ease;
}

.cw-header-actions a:hover,
.cw-header-actions a:focus-visible {
  color: var(--cw-red);
  transform: translateY(-1px);
}

.cw-estimate-link::after,
.cw-link::after,
.cw-footer a::after {
  content: " ›";
  color: var(--cw-red);
  display: inline-block;
  transition: transform .2s ease;
}

.cw-estimate-link:hover::after,
.cw-estimate-link:focus-visible::after,
.cw-link:hover::after,
.cw-link:focus-visible::after,
.cw-footer a:hover::after,
.cw-footer a:focus-visible::after {
  transform: translateX(4px);
}

.cw-navbar {
  padding: 8px 0 22px;
}

.cw-navbar > .container {
  align-items: center;
}

.cw-brand {
  display: inline-grid;
  grid-template-columns: auto auto;
  column-gap: 10px;
  align-items: center;
  color: var(--cw-ink);
  line-height: 1;
}

.cw-brand-logo {
  display: block;
  width: min(285px, 50vw);
  height: auto;
}

.cw-brand-logo--footer {
  width: min(210px, 70vw);
}

.cw-header-actions img {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
  transition: transform .2s ease, opacity .2s ease;
}

.cw-header-actions a:hover img,
.cw-header-actions a:focus-visible img {
  transform: scale(1.08);
  opacity: .85;
}

.cw-brand-icon {
  width: 50px;
  height: 50px;
  display: inline-grid;
  place-items: center;
  border: 3px solid var(--cw-ink);
  border-radius: 50%;
  color: var(--cw-red);
  font-size: 26px;
  font-family: var(--cw-serif);
}

.cw-brand-text {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: clamp(26px, 3.6vw, 44px);
}

.cw-brand-text span,
.cw-brand small {
  color: var(--cw-red);
}

.cw-brand small {
  grid-column: 2;
  margin-top: 2px;
  font-weight: 700;
  letter-spacing: 2px;
}

.cw-navbar .nav-link {
  position: relative;
  padding: .35rem .72rem;
  color: var(--cw-ink);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color .2s ease;
}

.cw-link,
.cw-team-member a,
.cw-property-card h3 a,
.cw-property-card p a,
.cw-spot,
.cw-cta-card {
  transition: color .2s ease, transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.cw-navbar .nav-item + .nav-item {
  border-left: 1px solid rgba(23, 37, 79, .16);
}

.cw-navbar .nav-link::after {
  content: "";
  position: absolute;
  left: .72rem;
  right: .72rem;
  bottom: -.28rem;
  height: 1px;
  background: var(--cw-red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease;
}

.cw-navbar .nav-link:hover,
.cw-navbar .nav-link:focus-visible,
.cw-navbar .nav-link.active {
  color: var(--cw-red);
}

.cw-navbar .nav-link:hover::after,
.cw-navbar .nav-link:focus-visible::after,
.cw-navbar .nav-link.active::after {
  transform: scaleX(1);
}

.cw-main {
  overflow: hidden;
}

.cw-builder-area {
  padding: 0;
  background: transparent;
}

.cw-builder-area > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.cw-builder-area .cms-layout-widget-render,
.cw-builder-area .cms-layout-widget {
  display: contents;
}

.cw-hero {
  min-height: clamp(460px, 58vw, 760px);
  background-size: cover;
  background-position: center 11%;
  display: grid;
  align-items: end;
  position: relative;
}

.cw-hero::before,
.cw-secret::before,
.cw-cta-sea::before,
.cw-property-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(251, 248, 246, .42);
}

.cw-hero-panel {
  position: relative;
  max-width: 620px;
  margin: 0 auto -70px;
  padding: 58px 40px 46px;
  background: var(--cw-paper);
  text-align: center;
}

.cw-cross {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: url("../img/cotes-west/icone_coteswest.svg") center / contain no-repeat;
}

.cw-section-title {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.cw-hero h1,
.cw-section-title h1,
.cw-section-title h2,
.cw-detail-summary h1,
.cw-secret-card h2,
.cw-search-band h2,
.cw-spots h2,
.cw-subtitle {
  font-family: var(--cw-serif);
  color: var(--cw-ink);
  font-weight: 400;
  line-height: 1.05;
}

.cw-hero h1,
.cw-section-title h1,
.cw-section-title h2 {
  font-size: clamp(34px, 5vw, 56px);
}

.cw-section-title p,
.cw-hero-panel p,
.cw-search-band p {
  color: var(--cw-muted);
  font-family: var(--cw-serif);
  font-size: clamp(18px, 2.4vw, 25px);
  font-style: italic;
}

.cw-section {
  padding: clamp(72px, 9vw, 132px) 0;
}

.cw-editorial {
  background: var(--cw-paper);
}

.cw-hero-copy {
  color: var(--cw-muted);
  line-height: 1.75;
}

.cw-search-band {
  margin-top: 70px;
  padding: 78px 0 70px;
  background: var(--cw-stone);
  text-align: center;
}

.form-control,
.form-select {
  min-height: 46px;
  border: 0;
  border-bottom: 1px solid var(--cw-line);
  border-radius: 0;
  background: transparent;
  color: var(--cw-ink);
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: var(--cw-red);
}

.cw-btn {
  min-height: 46px;
  border-radius: 0;
  background: var(--cw-red);
  color: #fff;
  text-transform: lowercase;
  padding-inline: 28px;
}

.cw-btn:hover {
  background: var(--cw-ink);
  color: #fff;
}

.cw-property-card {
  height: 100%;
}

.cw-property-image {
  position: relative;
  display: block;
  aspect-ratio: 1.55 / 1;
  overflow: hidden;
  background: var(--cw-stone);
}

.cw-property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.cw-property-card:hover img {
  transform: scale(1.035);
}

.cw-property-card h3 a:hover,
.cw-property-card h3 a:focus-visible,
.cw-property-card p a:hover,
.cw-property-card p a:focus-visible,
.cw-team-member a:hover,
.cw-team-member a:focus-visible {
  color: var(--cw-red);
}

.cw-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--cw-red);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.cw-property-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--cw-muted);
  font-size: 13px;
}

.cw-property-meta span + span::before {
  content: "· ";
}

.cw-property-meta button,
.cw-heart {
  border: 0;
  background: transparent;
  color: var(--cw-red);
  padding: 0;
}

.cw-property-card h3 {
  margin: 10px 0 8px;
  font-family: var(--cw-serif);
  font-weight: 400;
  font-size: clamp(24px, 3vw, 33px);
}

.cw-property-card p {
  display: flex;
  gap: 16px;
  margin: 0;
  color: var(--cw-muted);
}

.cw-secret,
.cw-cta-sea {
  position: relative;
  padding: clamp(80px, 11vw, 150px) 0;
  background-size: cover;
  background-position: center;
}

.cw-secret-card {
  position: relative;
  max-width: 720px;
  margin: auto;
  padding: 58px;
  background: rgba(251, 248, 246, .94);
  text-align: center;
}


.cw-map-card {
  min-height: 430px;
  display: grid;
  place-items: center;
  padding: 48px;
  background: linear-gradient(135deg, rgba(251, 248, 246, .9), rgba(222, 217, 215, .84));
  border: 1px solid var(--cw-line);
  text-align: center;
  font-family: var(--cw-serif);
}

.cw-map-card span {
  display: block;
  color: var(--cw-muted);
  font-style: italic;
}

.cw-map-card strong {
  display: block;
  margin-top: 12px;
  color: var(--cw-red);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 400;
}

.cw-map-illustration {
  display: block;
  width: 100%;
  height: auto;
}

.cw-inline-photo {
  width: min(100%, 520px);
  aspect-ratio: 1.72 / 1;
  object-fit: cover;
}

.cw-spots {
  padding: clamp(72px, 9vw, 132px) 0;
}

.cw-spot {
  display: grid;
  gap: 14px;
  text-align: center;
  font-family: var(--cw-serif);
}

.cw-spot img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
}

.cw-cta-card,
.cw-alert-card {
  min-height: 180px;
  display: grid;
  place-items: center;
  padding: 36px;
  background: rgba(255, 255, 255, .94);
  color: var(--cw-ink);
  font-family: var(--cw-serif);
  font-size: clamp(23px, 3vw, 34px);
  text-align: center;
}

.cw-team-section {
  padding: clamp(72px, 9vw, 120px) 0;
  background: var(--cw-stone);
}

.cw-team-member {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 42px;
  align-items: center;
}

.cw-team-member--text {
  grid-template-columns: 1fr;
  padding: 34px 0;
  border-top: 1px solid var(--cw-line);
  border-bottom: 1px solid var(--cw-line);
}

.cw-team-member img {
  width: 210px;
  aspect-ratio: 1 / 1.18;
  object-fit: cover;
}

.cw-team-member h3 {
  margin: 0;
  font-family: var(--cw-serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
}

.cw-team-member p {
  margin: 2px 0 18px;
  font-family: var(--cw-serif);
  font-style: italic;
  color: var(--cw-muted);
}

.cw-team-member strong {
  display: block;
  margin-bottom: 28px;
  color: var(--cw-red);
  font-family: var(--cw-serif);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 400;
}

.cw-team-member a {
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
}

.cw-team-member a:hover,
.cw-team-member a:focus-visible,
.cw-link:hover,
.cw-link:focus-visible {
  transform: translateX(3px);
}

.cw-footer {
  padding: 72px 0 28px;
  background: var(--cw-stone);
  color: var(--cw-ink);
}

.cw-footer h2 {
  font-size: 15px;
  font-weight: 800;
  text-transform: none;
  margin-bottom: 18px;
}

.cw-footer a {
  position: relative;
  display: block;
  width: fit-content;
  color: var(--cw-ink);
  margin: 5px 0;
  transition: color .2s ease, transform .2s ease;
}

.cw-footer a:hover,
.cw-footer a:focus-visible {
  color: var(--cw-red);
  transform: translateX(3px);
}

.cw-footer-copy {
  margin-top: 28px;
  color: var(--cw-muted);
}

.cw-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 36px;
  margin-top: 54px;
  border-top: 1px solid var(--cw-line);
  color: var(--cw-muted);
  font-size: 12px;
}

.cw-property-hero {
  min-height: clamp(360px, 50vw, 650px);
  position: relative;
  background-size: cover;
  background-position: center;
}

.cw-detail-main-img,
.cw-gallery-img {
  width: 100%;
  object-fit: cover;
}

.cw-detail-main-img {
  aspect-ratio: 1.35 / 1;
}

.cw-gallery-img {
  aspect-ratio: 1.2 / 1;
}

.cw-detail-summary {
  text-align: center;
  padding: 24px 20px;
}

.cw-detail-summary h1 {
  font-size: clamp(38px, 5vw, 62px);
}

.cw-detail-price {
  margin-top: 28px;
  font-weight: 800;
}

.cw-detail-highlight {
  margin-top: 36px;
  color: var(--cw-red);
  font-family: var(--cw-serif);
  font-size: 24px;
}

.cw-richtext {
  max-width: 1040px;
  color: var(--cw-muted);
  line-height: 1.85;
}

.cw-richtext h1 {
  font-family: var(--cw-serif);
  color: var(--cw-ink);
}

.cw-subtitle,
.cw-technical h2,
.cw-contact-agent h2 {
  font-size: clamp(26px, 3vw, 38px);
}

.cw-technical {
  background: var(--cw-paper);
}

.cw-technical dl div {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) 1.2fr;
  gap: 18px;
  border-bottom: 1px solid var(--cw-line);
  padding: 9px 0;
}

.cw-technical dt {
  font-weight: 400;
  color: var(--cw-muted);
}

.cw-technical dd {
  margin: 0;
}

.cw-contact-agent {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 28px;
  align-items: center;
}

.cw-contact-agent--text {
  grid-template-columns: 1fr;
  padding: 34px 0;
  border-top: 1px solid var(--cw-line);
  border-bottom: 1px solid var(--cw-line);
}

.cw-contact-agent img {
  width: 170px;
  height: 210px;
  object-fit: cover;
}

.cw-property-search {
  padding: 34px;
  background: var(--cw-stone);
}

@media (max-width: 991.98px) {
  .cw-header-top,
  .cw-header-actions,
  .cw-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .cw-navbar {
    padding-bottom: 14px;
  }

  .cw-brand-logo {
    width: min(245px, 70vw);
  }

  .cw-navbar .nav-item + .nav-item {
    border-left: 0;
    border-top: 1px solid rgba(23, 37, 79, .12);
  }

  .cw-navbar .nav-link {
    padding: .8rem 0;
  }

  .cw-navbar .nav-link::after {
    left: 0;
    right: auto;
    bottom: .35rem;
    width: 42px;
    transform-origin: left;
  }

  .cw-hero-panel,
  .cw-secret-card {
    padding: 42px 24px;
  }

  .cw-contact-agent {
    grid-template-columns: 1fr;
  }

  .cw-team-member {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 575.98px) {
  .cw-brand-icon {
    width: 42px;
    height: 42px;
  }

  .cw-brand-text {
    font-size: 24px;
  }

  .cw-cross {
    width: 46px;
    height: 46px;
  }

  .cw-section {
    padding: 64px 0;
  }
}

.cw-property-hero--detail {
  min-height: clamp(360px, 43vw, 620px);
  background-position: center 45%;
}

.cw-breadcrumb {
  padding: 22px 0 0;
  color: var(--cw-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.cw-breadcrumb .container {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
}

.cw-breadcrumb a:hover {
  color: var(--cw-red);
}

.cw-breadcrumb span::before {
  content: "›";
  margin-right: 9px;
  color: var(--cw-red);
}

.cw-detail-intro {
  padding-top: clamp(48px, 6vw, 82px);
}

.cw-detail-main {
  position: relative;
  margin: 0;
}

.cw-detail-main figcaption {
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  padding: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .93);
  color: var(--cw-red);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.cw-detail-main-img,
.cw-gallery-img {
  display: block;
}

.cw-detail-summary {
  padding: clamp(18px, 3vw, 34px) clamp(14px, 3vw, 28px);
}

.cw-detail-summary h1 {
  margin-bottom: 22px;
}

.cw-detail-meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  color: var(--cw-muted);
  font-size: 15px;
}

.cw-detail-meta span + span::before {
  content: "·";
  margin-right: 12px;
}

.cw-detail-fees {
  max-width: 420px;
  margin: 10px auto 0;
  color: var(--cw-muted);
  font-size: 13px;
  line-height: 1.6;
}

.cw-detail-highlight {
  line-height: 1.22;
}

.cw-detail-gallery {
  align-items: stretch;
}

.cw-detail-gallery .row-span-2 .cw-gallery-img {
  height: 100%;
  min-height: 100%;
}

.cw-detail-description .cw-richtext {
  max-width: 100%;
}

.cw-technical h2 {
  margin-bottom: 24px;
}

.cw-legal-note {
  margin-top: 24px;
  color: var(--cw-muted);
  font-size: 13px;
  line-height: 1.7;
}

.cw-contact-agent h3 {
  margin: 18px 0 0;
  font-family: var(--cw-serif);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
}

.cw-agent-position {
  margin: 0 0 12px;
  color: var(--cw-muted);
  font-family: var(--cw-serif);
  font-style: italic;
}

.cw-contact-agent strong {
  display: block;
  margin-bottom: 18px;
  color: var(--cw-red);
  font-family: var(--cw-serif);
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 400;
}

.cw-alert-card {
  min-height: 230px;
  gap: 16px;
}

.cw-alert-card small {
  display: block;
  color: var(--cw-muted);
  font-family: var(--cw-sans);
  font-size: 12px;
  text-transform: uppercase;
}

.cw-related-properties {
  padding-top: clamp(64px, 8vw, 112px);
}

@media (max-width: 991.98px) {
  .cw-detail-summary {
    padding-inline: 0;
  }
}

@media (max-width: 575.98px) {
  .cw-detail-main-img,
  .cw-gallery-img,
  .cw-property-image {
    aspect-ratio: 1.22 / 1;
  }

  .cw-detail-main figcaption {
    width: 78px;
    height: 78px;
    top: 14px;
    right: 14px;
  }
}
