/* FONTS: proxima-nova 400/600; eb-garamond 400/600 */

/* VARIABLES */
:root {
	--default-font: proxima-nova, Arial, sans-serif;
	--default-font-size: 16px;
	--default-line-height: 1.45;
	--default-input-font: proxima-nova, Arial, sans-serif;
	--default-input-font-size: 12px;
	--dim-input-height: 48px;
	--button-input-font: eb-garamond, Georgia, serif;
	--button-font-size: 14px;
	--button-height: 49px;
	--col-primary: #0d3928;
	--col-accent: #9b8060;
	--col-burger: #ffffff;
	--col-text: #11182b;
	--col-page-bg: #ffffff;
	--col-border: #d9d9d9;
	--col-input: #10251d;
	--col-placeholder: #10251d;
	--col-input-bg: transparent;
	--col-button: #ffffff;
	--col-button-bg: #0d3928;
	--col-link: #10251d;
	--col-link-hover: #72ccd2;
	--col-error: #ff6633;
	--col-attention: #ff6633;
	--col-warning: #f5b00e;
	--col-missing: #ff6633;
	--col-primary-rgb: 13, 57, 40;
	--col-accent-rgb: 155, 128, 96;
	--col-button-rgb: 255, 255, 255;
	--col-link-rgb: 16, 37, 29;
	--col-link-hover-rgb: 114, 204, 210;
	--col-error-rgb: 255, 51, 0;
	--col-attention-rgb: 255, 51, 0;
	--col-warning-rgb: 245, 176, 14;
	--col-border-rgb: 217, 217, 217;
	--col-missing-rgb: 255, 51, 0;
	--col-navy: #11182b;
	--col-blue: #72ccd2;
	--col-bronze: #9b8060;
	--col-green: #0d3928;
	--dim-site-width: 1440px;
	--dim-site-inner-width: 1128px;
	--dim-default-space: 100px;
	--vh: 1vh;
}

/* CORE */
html { scroll-behavior: smooth; }
body { color: var(--col-text); background: var(--col-page-bg); }
body.nav-open { overflow: hidden; }
img { max-width: 100%; }
h1, h2, h3 { font-family: eb-garamond, Georgia, serif; font-weight: 400; text-transform: uppercase; }
h1, h2 { font-size: 43px; line-height: 1.16; letter-spacing: 5px; }
p { letter-spacing: 0.48px; }
a { transition: color 0.25s ease, background-color 0.25s ease, opacity 0.25s ease; }
section { scroll-margin-top: 92px; }
.site-inner { width: 100%; max-width: var(--dim-site-inner-width); margin: 0 auto; }
.short { width: 100%; max-width: 935px; margin-left: auto; margin-right: auto; }
.shorter { width: 100%; max-width: 855px; margin-left: auto; margin-right: auto; }
.center { text-align: center; }
.eyebrow { margin-bottom: 8px; font-size: 20px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; }
.tagline { font-family: eb-garamond, Georgia, serif; font-weight: 600; letter-spacing: 2.3px; text-transform: uppercase; }
.c-green { color: var(--col-green) !important; }
.c-bronze { color: var(--col-bronze) !important; }
.b-green { color: #fff; background: var(--col-green) !important; }
.b-navy { color: #fff; background: var(--col-navy) !important; }
.b-bronze { color: #fff; background: var(--col-bronze) !important; }
.btn, a.btn, span.btn, button.btn { display: inline-flex; min-height: 49px; margin: 0; padding: 14px 40px; align-items: center; justify-content: center; border: 0; border-radius: 0; color: #fff; font-family: eb-garamond, Georgia, serif; font-size: 14px; font-weight: 600; letter-spacing: 2.3px; line-height: 1.3; text-transform: uppercase; cursor: pointer; }
.btn:hover, .btn:focus { color: #fff; opacity: 0.82; }
.btn.btn-green { background: var(--col-green); }
.btn.btn-blue { background: var(--col-blue); }
.btn.btn-bronze { background: var(--col-bronze); }
.ornament { display: block; width: 29px; height: 28px; margin: 0 auto 42px; object-fit: contain; }

/* HEADER AND NAV */
.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 192px; padding: 47px 0; background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0)); transform: translateY(0); transition: height 0.35s ease, padding 0.35s ease, background 0.35s ease, transform 0.35s ease; }
.site-header.header-hidden { transform: translateY(-100%); }
.site-header.header-compact { height: 88px; padding: 10px 0; background: rgba(13,57,40,0.96); box-shadow: 0 3px 14px rgba(0,0,0,0.15); }
.site-header nav { display: grid; width: calc(100% - 80px); max-width: 936px; height: 98px; margin: 0 auto; grid-template-columns: 1fr 68px 1fr; align-items: center; gap: 74px; }
.site-header .nav-group { display: flex; align-items: center; justify-content: space-between; }
.site-header a { color: #fff; font-family: eb-garamond, Georgia, serif; font-size: 12px; font-weight: 600; letter-spacing: 1.9px; text-transform: uppercase; }
.site-header a:hover, .site-header a:focus { color: var(--col-blue); }
.site-header .logo { display: block; width: 68px; height: 98px; }
.site-header .logo img { display: block; width: 68px; height: 98px; object-fit: contain; transition: width 0.35s ease, height 0.35s ease; }
.site-header.header-compact nav { height: 68px; }
.site-header.header-compact .logo, .site-header.header-compact .logo img { width: 47px; height: 68px; }
.site-header.header-compact nav { grid-template-columns: 1fr 47px 1fr; }
.burger { display: none; }
.mobile-logo { display: none; }

/* HERO */
.hero-section { height: 761px; max-width: 100%; background: url('/img/home/hero.webp') center 44% / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(0,0,0,0) 20%, rgba(0,0,0,0.18) 48%, rgba(0,0,0,0.9) 100%); }
.hero-title { position: absolute; right: 20px; bottom: 52px; left: 20px; text-align: center; }
.hero-title h1 { margin: 0 auto 28px; color: #fff; }

/* PRESENTER */
.presenter-section { min-height: 556px; }
.presenter-grid { display: grid; min-height: 556px; grid-template-columns: 40% 60%; align-items: end; }
.presenter-photo { align-self: end; height: 477px; overflow: hidden; }
.presenter-photo img { width: 100%; height: 100%; object-fit: contain; object-position: bottom; }
.presenter-copy { align-self: center; padding: 60px 0 35px; }
.presenter-copy .ornament { margin-bottom: 42px; }
.presenter-copy h2 { margin: 0 0 12px; }
.presenter-copy .quote { margin-bottom: 28px; font-size: 18px; font-weight: 600; }

/* PROJECT */
.project-intro { max-width: 100%; margin: 0; overflow: hidden; }
.project-copy { position: absolute; z-index: 2; top: 100px; right: 40px; left: 40px; color: #fff; }
.project-copy h2 { margin-bottom: 22px; font-size: 32px; }
.project-copy p { color: #fff; line-height: 1.4; }
.project-copy .tagline { margin-top: 38px; }
.project-intro > img { display: block; width: 100%; height: auto; min-height: 700px; max-height: 945px; object-fit: cover; }

/* FEATURES */
.feature-section { width: 100%; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 120px; }
.feature-copy h2.small { margin-bottom: 18px; font-size: 32px; line-height: 1.2; letter-spacing: 4px; }
.feature-copy .tagline { margin-bottom: 30px; }
.feature-copy .feature-tagline { color: var(--col-bronze); font-family: proxima-nova, Arial, sans-serif; font-size: 16px; font-weight: 600; text-transform: uppercase; }
.feature-image { height: 576px; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.accordion { margin-top: 17px; margin-bottom: 45px; }
.accordion h3 { display: block; width: 100%; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--col-bronze); color: var(--col-bronze); font-family: proxima-nova, Arial, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.35; text-align: left; text-transform: none; cursor: pointer; }
.accordion h3::after { content: '+'; float: right; color: var(--col-bronze); font-size: 18px; line-height: 1; }
.accordion h3.active::after { content: '–'; }
.accordion h3:focus-visible { outline: 2px solid var(--col-bronze); outline-offset: 4px; }
.accordion-panel { display: none; padding: 14px 0 22px; }
.accordion h3.active + .accordion-panel { display: block; }
.amenity-list { margin: 0 0 40px; padding-left: 20px; list-style: disc; }
.amenity-list li { margin-bottom: 4px; font-family: proxima-nova, Arial, sans-serif; font-size: 18px; line-height: 1.45; }

/* GALLERY */
.gallery-section { width: 100%; }
.section-heading { margin-bottom: 45px; padding: 0 40px; }
.section-heading h2 { margin-bottom: 18px; }
.gallery-intro { font-weight: 600; }
.interior-slider { width: 100%; max-width: 1128px; margin: 0 auto; }
.interior-slider img { display: block; width: 100%; aspect-ratio: 1.89 / 1; object-fit: cover; }
.slider-controls { display: flex; width: 130px; height: 18px; margin: 45px auto 0; align-items: center; justify-content: space-between; }
.slider-controls button { display: block; width: 8px; min-width: 8px; height: 16px; min-height: 0; margin: 0; padding: 0; border: 0; background: transparent; }
.slider-controls button:hover, .slider-controls button:focus { background: transparent; }
.slider-controls .slider-prev::before, .slider-controls .slider-next::before { content: ''; display: block; width: 9px; height: 9px; border-top: 1px solid var(--col-bronze); border-left: 1px solid var(--col-bronze); }
.slider-controls .slider-prev::before { transform: rotate(-45deg); }
.slider-controls .slider-next::before { transform: rotate(135deg); }
.slider-dots { display: flex; align-items: center; justify-content: center; gap: 12px; }
.slider-dots button { width: 5px; min-width: 5px; height: 5px; border: 0; border-radius: 50%; background: #d9d9d9; }
.slider-dots button.active { background: var(--col-bronze); }
.slider-dots button:focus-visible, .slider-controls > button:focus-visible { outline: 2px solid var(--col-bronze); outline-offset: 4px; }

/* COLLECTION */
.collection-section { width: 100%; }
.residence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.residence-card { min-height: 481px; padding: 48px 35px 42px; }
.residence-card h3, .residence-card p { color: #fff; }
.residence-title { width: 210px; margin: 0 auto 38px; padding: 42px 0 34px; border-top: 1px solid #c9bdb0; border-bottom: 1px solid #c9bdb0; }
.residence-card .floorplan-label { margin-bottom: 16px; font-size: 12px; letter-spacing: 12px; text-indent: 12px; }
.residence-card h3 { margin: 0; font-size: 32px; line-height: 36px; letter-spacing: 3.8px; }
.residence-card > p:not(.floorplan-label) { margin: 0; font-size: 17px; line-height: 1.45; }
.residence-card .btn { margin-top: 34px; }

/* REGISTRATION */
.register-section { width: 100%; }
.register-grid { display: grid; grid-template-columns: 360px 552px; justify-content: space-between; gap: 120px; }
.register-grid h2 { margin: 0; }
.register-grid > div:last-child > p { margin: 33px 0 28px; }
.registration-form .reveal-response { text-align: left; }
.registration-form input[type='text'], .registration-form input[type='email'], .registration-form input[type='tel'], .registration-form select { height: 35px; padding: 8px 10px; border: 0; border-bottom: 1px solid var(--col-border); color: var(--col-input); background: transparent; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; }
.registration-form select { appearance: auto; }
.registration-form .consent-field { margin-top: 12px; }
.registration-form .checkbox { display: flex; align-items: flex-start; gap: 8px; }
.registration-form .checkbox input { flex: 0 0 16px; width: 16px; height: 16px; margin-top: 3px; }
.registration-form .checkbox label { display: block; font-size: 12px; line-height: 22px; }
.registration-form button { justify-self: start; margin-top: 12px; }

/* CONTACT AND FOOTER */
.contact-section { width: 100%; padding: 72px 0 0; }
.contact-grid { display: grid; grid-template-columns: 496px 1fr; align-items: center; gap: 25px; }
.contact-photo { height: 480px; overflow: hidden; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.contact-copy { padding-left: 0; }
.contact-copy .ornament { margin: 0 0 48px; }
.contact-copy h3 { margin: 0 0 5px; color: #000; font-size: 28px; line-height: 36px; letter-spacing: 3.4px; }
.contact-copy .role { color: var(--col-green); font-weight: 600; letter-spacing: 3.2px; }
.contact-copy p { color: var(--col-green); font-size: 18px; font-weight: 600; line-height: 24px; }
.contact-copy .email { color: var(--col-blue); text-decoration: underline; }
.site-footer { width: 100%; min-height: 520px; padding: 115px 30px 50px; }
.footer-content > img { display: block; width: 412px; height: 172px; margin: 0 auto 40px; object-fit: contain; }
.footer-legal { color: #c9bdb0; }
.footer-legal p { color: #c9bdb0; }
.footer-legal img { display: block; width: 216px; height: 17px; margin: 0 auto 12px; object-fit: contain; }
.footer-legal p { margin: 8px 0; font-size: 10px; }
.footer-legal p:last-child { font-size: 12px; font-weight: 600; }

@media only screen and (max-width: 1140px) {
	.site-inner { width: calc(100% - 60px); }
	.section-heading { padding-right: 30px; padding-left: 30px; }
	.project-copy { right: 30px; left: 30px; }
	.site-header nav { width: calc(100% - 60px); gap: 25px; }
	.feature-grid { gap: 35px; }
	.interior-slider { width: 100%; }
	.residence-grid { gap: 16px; }
	.register-grid { grid-template-columns: 1fr 1.25fr; gap: 35px; }
	.contact-grid { grid-template-columns: 45% 55%; }
}

@media only screen and (max-width: 930px) {
	.residence-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
	.residence-card { padding-right: 12px; padding-left: 12px; }
	.residence-title { width: 100%; max-width: 210px; }
}

@media only screen and (max-width: 760px) {
	:root { --dim-default-space: 65px; }
	h1, h2 { font-size: 30px; line-height: 1.2; letter-spacing: 3px; }
	.site-inner { width: calc(100% - 40px); }
	.site-header, .site-header.header-compact, .site-header.header-hidden { position: relative; height: 140px; padding: 20px; background: var(--col-green); box-shadow: none; transform: none; }
	.site-header nav, .site-header.header-compact nav { position: fixed; top: 0; right: 0; bottom: 0; display: flex; width: min(82vw, 360px); height: 100vh; padding: 100px 35px 40px; flex-direction: column; justify-content: flex-start; gap: 0; background: var(--col-green); transform: translateX(100%); transition: transform 0.3s ease; }
	body.nav-open .site-header nav { transform: translateX(0); }
	.site-header .nav-group { display: contents; }
	.site-header .nav-group a { display: block; width: 100%; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.2); font-size: 15px; }
	.site-header .logo, .site-header .logo img, .site-header.header-compact .logo, .site-header.header-compact .logo img { width: 42px; height: 60px; }
	.site-header nav .logo { display: none; }
	.mobile-logo { position: absolute; z-index: 3; top: 20px; left: 50%; display: block; width: auto; height: 100px; transform: translateX(-50%); }
	.mobile-logo img { display: block; width: auto; height: 100%; }
	div.burger { position: absolute; z-index: 60; top: 0; left: 0; display: block; width: 60px; height: 60px; padding: 0; cursor: pointer; }
	div.burger ul { position: absolute; top: 21px; left: 20px; display: block; width: 20px; height: 18px; margin: 0; padding: 0; list-style: none; }
	div.burger ul li { position: absolute; top: 0; left: 0; display: block; width: 20px; height: 1px; margin: 0; padding: 0; background: #fff; transition: transform 0.25s ease, opacity 0.25s ease; }
	div.burger ul li:nth-child(2) { top: 8px; }
	div.burger ul li:nth-child(3) { top: 16px; }
	.site-header.header-scrolled .burger { position: fixed; top: 0; left: 0; width: 60px; height: 60px; padding: 0; background: var(--col-green); }
	body.nav-open .burger li:nth-child(1) { transform: translateY(8px) rotate(45deg); }
	body.nav-open .burger li:nth-child(2) { opacity: 0; }
	body.nav-open .burger li:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
	.hero-section { height: 680px; background-position: 61% center; }
	.hero-title { bottom: 50px; }
	.hero-title h1 { font-size: 28px; }
	.presenter-grid { min-height: 0; grid-template-columns: 1fr; }
	.presenter-photo { height: 430px; order: 2; }
	.presenter-copy { padding: 70px 0 25px; order: 1; }
	.presenter-copy .ornament { margin-bottom: 25px; }
	.project-intro { display: flex; flex-direction: column; overflow: visible; }
	.project-copy { position: relative; top: auto; right: auto; left: auto; padding: 55px 20px 0; color: var(--col-text); order: 2; }
	.project-copy h2 { font-size: 28px; }
	.project-copy p { color: var(--col-text); }
	.project-intro > img { min-height: 500px; object-fit: cover; order: 1; }
	.feature-section { width: 100%; }
	.feature-grid { grid-template-columns: 1fr; gap: 40px; }
	.feature-image-right .feature-image { order: -1; }
	.feature-image { height: 470px; }
	.feature-copy { text-align: center; }
	.feature-copy h2.small { font-size: 27px; letter-spacing: 3px; }
	.feature-copy .accordion, .feature-copy .accordion h3, .feature-copy .accordion-panel { text-align: left; }
	.feature-copy .btn { margin-right: auto; margin-left: auto; }
	.amenity-list { padding-left: 0; list-style: none; text-align: center; }
	.gallery-section { width: 100%; }
	.section-heading { padding: 0 20px; }
	.interior-slider { width: 100%; }
	.interior-slider img { aspect-ratio: 1 / 1; }
	.slider-controls { margin-top: 30px; }
	.collection-section { width: 100%; }
	.residence-grid { grid-template-columns: 1fr; }
	.residence-card { min-height: 445px; }
	.register-section { width: 100%; }
	.register-grid { grid-template-columns: 1fr; gap: 25px; }
	.register-grid { text-align: center; }
	.register-grid > div:last-child > p { margin-top: 0; }
	.registration-form, .registration-form form, .registration-form .form-row, .registration-form .field, .registration-form label { text-align: left; }
	.registration-form button { margin-right: auto; margin-left: auto; }
	.contact-section { padding-top: 60px; }
	.contact-grid { width: 100%; grid-template-columns: 1fr; gap: 0; }
	.contact-photo { height: 450px; }
	.contact-copy { padding: 55px 20px 70px; text-align: center; }
	.contact-copy .ornament { margin: 0 auto 25px; }
	.contact-copy .email { font-size: 15px; white-space: nowrap; }
	.contact-copy .btn { margin-right: auto; margin-left: auto; }
	.site-footer { min-height: 440px; padding: 80px 20px 45px; }
	.footer-content > img { width: min(100%, 350px); height: auto; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
