:root {
  --green: #315f52;
  --green-dark: #254b41;
  --cream: #f1dfc5;
  --cream-light: #fbf7f0;
  --blue: #0d116f;
  --ink: #252824;
  --muted: #6f736e;
  --white: #ffffff;
  --shadow: 0 14px 35px rgba(37, 44, 38, .11);
  --radius: 2px;
  --max-width: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, .brand strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.08;
  margin-top: 0;
}
h1 { font-size: 40px; }
h2 { font-size: clamp(2rem, 3vw, 3rem); }
h3 { font-size: clamp(1.65rem, 2.5vw, 2.2rem); }
p { margin-top: 0; }
.image-bg {
  background-position: center;
  background-size: cover;
}
.section-shell {
  width: min(calc(100% - 48px), var(--max-width));
  margin-inline: auto;
}

.site-header {
  min-height: 330px;
  display: grid;
  grid-template-columns: 220px minmax(300px, 1fr) 160px;
  align-items: start;
  gap: 40px;
  padding: 34px max(30px, calc((100vw - var(--max-width)) / 2));
  position: relative;
}
.main-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.7rem;
  line-height: 1.25;
  padding-top: 38px;
}
.main-nav a { text-decoration: none; }
.main-nav a:hover { color: var(--green); }
.menu-button {
  position: absolute;
  top: 28px;
  left: max(30px, calc((100vw - var(--max-width)) / 2));
  width: 32px;
  height: 28px;
  border: 0;
  padding: 5px 3px;
  background: transparent;
  display: grid;
  gap: 4px;
  cursor: pointer;
}
.col50 {
  display:inline-block;
  position: relative;
  width:50%;
  box-sizing: border-box;
  padding:2%;
  vertical-align: top;
}
.col33 {
  display:inline-block;
  position: relative;
  width:33%;
  box-sizing: border-box;
  padding:2%;
  vertical-align: top;
}
.col25 {
  display:inline-block;
  position: relative;
  width:25%;
  box-sizing: border-box;
  padding:2%;
  vertical-align: top;
}
.menu-button span { height: 2px; background: var(--ink); display: block; }
.brand { text-decoration: none; text-align: center; justify-self: center; }
.logo-placeholder { width: min(100%, 430px); height: 190px; border-radius: 50% 50% 12px 12px; }
.brand strong { display: block; margin-top: 8px; font-size: clamp(2rem, 4vw, 3.6rem); text-transform: uppercase; letter-spacing: .08em; }
.brand > span { color: #a34a3b; text-transform: uppercase; letter-spacing: .42em; font-size: .85rem; }
.language-switcher { display: flex; flex-direction: column; gap: 18px; padding-top: 12px; align-items: center; }
.language { text-decoration: none; font-family: "Cormorant Garamond", Georgia, serif; text-align: center; }
.flag { width: 38px; height: 25px; display: block; margin: 0 auto 4px; border-radius: 50% 50% 45% 45%; box-shadow: 0 1px 4px rgba(0,0,0,.18); }
.flag-de { background: linear-gradient(#111 0 33%, #d71920 33% 66%, #f4ca29 66%); }
.flag-gb { background: linear-gradient(135deg,#12327c 0 44%,#fff 44% 51%,#d51f32 51% 58%,#fff 58% 65%,#12327c 65%); }

.hero { padding-bottom: 66px; }
.hero-collage { min-height: 380px; position: relative; margin-bottom: 50px; }
.photo-card { position: absolute; width: 48%; height: 280px; box-shadow: var(--shadow); }
.photo-card2 { position: absolute; width: 48%; height: 380px; box-shadow: var(--shadow); }
.photo-one { left: 0; top: 15px; transform: rotate(-3deg); }
.photo-two { right: 0; top: 48px; transform: rotate(3deg); }
.note { position: absolute; background: #f3e3cc; padding: 15px 22px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.25rem; box-shadow: 0 6px 18px rgba(0,0,0,.08); z-index: 2; }
.note-one { left: 18px; bottom: 8px; }
.note-two { right: 8px; top: 0; }

.two-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(35px, 6vw, 90px); }
.three-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }

.map-section { width: 100%; }
#map_canvas { height: 390px; border: 0; }
.features { background: var(--green); color: var(--white); padding: 0; }
.feature { text-align: center; }
.feature-icon { font-size: 2.2rem; line-height: 1; margin-bottom: 7px; }
.feature h2 { font-size: 1.65rem; margin-bottom: 4px; }
.feature p { font-size: .88rem; margin: 0; opacity: .85; }

.apartments { padding: 76px 0 90px; background-color:#f1e4d5; }
.section-heading { margin-bottom: 55px; }
.eyebrow { text-transform: uppercase; letter-spacing: .22em; color: var(--green); font-size: .75rem; font-weight: 600; margin-bottom: 10px; }
.check-list { columns: 2; column-gap: 30px; padding-left: 18px; }
.check-list li { break-inside: avoid; margin-bottom: 9px; }

.apartment-card {
  margin: 0 0 68px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  background: var(--cream);
  box-shadow: var(--shadow);
}
.apartment-card.reverse .apartment-photo { order: 2; }
.apartment-card.reverse .apartment-copy { order: 1; }
.apartment-photo { min-height: 420px; }
.apartment-copy { background: var(--cream-light); padding: clamp(30px, 5vw, 62px); align-self: center; margin: 34px 0; }
.apartment-copy h3 { margin-bottom: 18px; }
.apartment-details { grid-column: 1 / -1; margin: 0 7% 34px 20%; padding: 24px 30px 24px 50px; background: rgba(255,255,255,.72); columns: 2; column-gap: 44px; }
.apartment-details li { break-inside: avoid; margin-bottom: 7px; }

.button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: var(--white);
  background: var(--green);
  border-radius: 999px;
  padding: 9px 12px 9px 22px;
  text-decoration: none;
  font-size: .92rem;
  font-weight: 500;
}
.button span { width: 28px; height: 28px; border-radius: 50%; background: var(--white); color: var(--green); display: grid; place-items: center; font-size: 1.8rem; line-height: 1; }
.button:hover { background: var(--green-dark); }

.availability {
  background-color:#254b41; color:#fff; padding:62px 0;
}

.island { background: var(--blue); color: var(--white); padding: 62px 0; }
.island-grid { align-items: center; }
.island-photo { min-height: 310px; }
.light { color: #d7d7fb; }
.button-light { background: #726fb1; }

.contact { padding: 70px 0; }
.contact-grid { align-items: center; }
.contact-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px; }
.contact-link { text-decoration: none; font-weight: 600; }
.contact-link span { font-size: 1.7rem; margin-right: 7px; vertical-align: middle; }

.site-footer { background: #ececec; font-size: .8rem; }
.footer-inner { min-height: 80px; display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.footer-inner a { text-decoration: none; }

.placeholder {
  color: rgba(37,40,36,.58);
  background:
    linear-gradient(135deg, rgba(49,95,82,.12), rgba(13,17,111,.08)),
    repeating-linear-gradient(45deg, #ece9e1 0 12px, #f6f3ed 12px 24px);
  border: 1px dashed rgba(49,95,82,.35);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 20px;
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.content-card-right {
  width:100%; padding:2% 2% 2% 52%; box-sizing:border-box; background-color:#fff;
}
.content-card-left {
  width:100%; padding:2% 52% 2% 2%; box-sizing:border-box; background-color:#fff;
}


@media (max-width: 900px) {
  .site-header {
    min-height: auto;
    grid-template-columns: 1fr auto;
    padding: 26px 24px 40px;
    align-items: center;
  }
  .brand { grid-column: 1 / -1; grid-row: 1; }
  .logo-placeholder { height: 145px; }
  .language-switcher { position: absolute; right: 22px; top: 22px; transform: scale(.8); transform-origin: top right; }
  .menu-button { left: 20px; top: 22px; z-index: 10; }
  .main-nav {
    display: none;
    position: absolute;
    left: 18px;
    top: 58px;
    z-index: 9;
    background: var(--white);
    box-shadow: var(--shadow);
    padding: 22px;
    min-width: 230px;
  }
  .main-nav.open { display: flex; }
  .section-shell { width: min(calc(100% - 32px), var(--max-width)); }
  .hero-collage { min-height: 670px; }
  .photo-card { width: 80%; height: 245px; }
  .photo-one { left: 0; top:50px; }
  .photo-two { right: 0; top: 350px; }
  .note-one { left: 8px; top: 0; bottom:auto;}
  .note-two { right: 18px; bottom: 0px; top:auto; }
  .two-columns, .three-columns { grid-template-columns: 1fr; gap: 30px; }
  .feature-grid { gap: 38px; }
  .check-list { columns: 1; }
  .apartment-card, .apartment-card.reverse { grid-template-columns: 1fr; }
  .apartment-card.reverse .apartment-photo, .apartment-card.reverse .apartment-copy { order: initial; }
  .apartment-photo { min-height: 320px; }
  .apartment-copy { margin: 0; }
  .apartment-details { margin: 0; columns: 1; padding: 26px 42px; }
  .footer-inner { justify-content: center; flex-wrap: wrap; padding: 20px 0; }

.content-card-right {
  width:100%; padding:4% 2% 2% 2%; box-sizing:border-box; background-color:#fff;
}
.content-card-left {
  width:100%; padding:2% 2% 2% 2%; box-sizing:border-box; background-color:#fff;
}
.photo-card2 { position: relative; width: 98%; height: 380px; box-shadow: var(--shadow); }

}

@media (max-width:800px) {
  .col50 {
  width:100%;
}
.col33 {
  width:50%;
}
.col25 {
  width:50%;
}



}

@media (max-width: 560px) {
  .brand strong { font-size: 2rem; letter-spacing: .04em; }
  .brand > span { letter-spacing: .25em; }
  .language-switcher { right: 10px; }
  .hero { padding-top: 10px; }
  .hero-collage { min-height: 555px; }
  .photo-card { width: 88%; height: 205px; }
  .photo-two { top: 295px; }
  .note { padding: 10px 14px; font-size: 1rem; }
  .note-one { left: 8px; top: 0; bottom:auto;}
  .note-two { right: 18px; bottom: 0px; top:auto; }
  .map-placeholder { height: 300px; }
  .apartments { padding-top: 55px; }
  .apartment-photo { min-height: 250px; }
  .apartment-copy { padding: 30px 24px; }
  .contact-actions { flex-direction: column; }
}


		
		/*button */
		
.button1,
.button2, .button3 {

    width:270px;
    max-width:100%;
position: relative;
    height:50px; 
	margin:0;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:0 8px 0 45px;

    box-sizing:border-box;

    border-radius:36px;

    text-decoration:none;

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

    color:#fff;
}

.button1{
    background:#3c5c50;
}

.button2{
    background:#c3b9aa;
    margin-top:18px;
}
		.button3{
    background:#4c4c94;
			margin:0;
    
}


.button1:hover,
.button2:hover{
    filter:brightness(1.05);
}
		
		
		.button_icon {
			position: absolute;
			right:5px;
			top:5px;
			width:40px;
			height:40px;
		}