@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;1,400&display=swap');

:root { --blue:#35446f; --coral:#df8688; --pink:#f38792; --text:#44474c; --muted:#a5afc3; --border:rgba(196,198,205,.3); --pale:#f8f9fb; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--text); font-family:Inter,Arial,sans-serif; font-size:16px; }
a { color:inherit; text-decoration:none; }
button,input,select { font:inherit; }
.content-width { width:calc(100% - 128px); max-width:1152px; margin:auto; }
.site-header { height:154px; background:#fff; box-shadow:0 4px 4px #0000001a; position:relative; z-index:2; }
.site-header__inner { height:100%; width:100%; position:relative; }
.logo { width:109px; height:113px; flex:0 0 109px; overflow:hidden; display:flex; align-items:center; justify-content:center; }
.logo { position:absolute; left:16px; top:20px; }
.logo img { width:100%; height:100%; object-fit:contain; }
.header-divider { position:absolute; left:159px; top:76px; width:882px; height:1px; }
.site-header__content { position:static; }
.header-actions { position:absolute; top:31px; left:627px; display:flex; gap:10px; }
.header-actions a { padding:7px 17px; background:var(--blue); color:#fff; font-size:13px; font-weight:600; letter-spacing:1.5px; text-transform:uppercase; }
.primary-nav { position:absolute; left:139px; top:82px; display:flex; color:var(--blue); font-size:14px; font-weight:500; text-transform:uppercase; }
.primary-nav a { padding-left:32px; white-space:nowrap; }
.primary-nav a:hover,.primary-nav a:focus-visible,.underlined-link:hover { color:var(--coral); }
.phone { position:absolute; left:1102px; top:50px; width:178px; display:flex; align-items:flex-start; gap:8px; color:var(--blue); font-size:14px; font-weight:500; line-height:1.7; text-transform:uppercase; }
.phone__icon { width:25px; height:25px; margin-top:2px; object-fit:contain; }
.phone span:last-child { white-space:nowrap; }
.hero { height:818px; margin-top:-13px; padding-top:197px; background-image:url('/alize-assets/images/hero-beach.png'); background-position:center center; background-size:cover; }
.search-panel { width:940px; margin:0 auto; padding:54px 27px 32px 12px; background:#fff; border-radius:8px; box-shadow:0 25px 50px -12px #00000040; position:relative; }
.search-panel h1 { position:absolute; left:27px; top:31px; margin:0; color:var(--coral); font-size:25px; font-weight:400; line-height:20px; text-transform:uppercase; }
.search-form { display:grid; grid-template-columns:repeat(3,1fr) 198px; grid-template-rows:72px 72px; margin-top:6px; }
.search-field { min-width:0; padding:12px 16px; border-left:1px solid var(--border); }
.search-form > .search-field:nth-of-type(3n+1) { border-left:0; }
.search-form > .search-field:nth-of-type(1) { grid-column:1; grid-row:1; }
.search-form > .search-field:nth-of-type(2) { grid-column:2; grid-row:1; }
.search-form > .search-field:nth-of-type(3) { grid-column:3; grid-row:1; }
.search-form > .search-field:nth-of-type(4) { grid-column:1; grid-row:2; }
.search-form > .search-field:nth-of-type(5) { grid-column:2; grid-row:2; }
.search-form > .search-field:nth-of-type(6) { grid-column:3; grid-row:2; }
.search-field span { display:block; padding-bottom:4px; color:var(--blue); font-size:14px; font-weight:600; line-height:20px; text-transform:uppercase; }
.search-field input,.search-field select { width:100%; height:24px; border:0; outline:0; padding:0; color:var(--muted); background:#fff; font-size:13px; font-style:italic; }
.search-field select { appearance:none; background:url('/alize-assets/images/icon-chevron.svg') right center/24px no-repeat; }
.button { border:0; padding:16px 40px; background:var(--pink); color:#fff; font-size:14px; font-weight:600; letter-spacing:1.4px; text-transform:uppercase; cursor:pointer; }
.button--search { grid-column:4; grid-row:2; align-self:center; height:49px; display:flex; align-items:center; justify-content:center; gap:8px; background:var(--blue); }
.button--search img { width:15px; height:15px; filter:brightness(0) invert(1); }
.section { padding:93px 0; }
.properties { padding-top:61px; }
.section-heading { display:flex; justify-content:space-between; align-items:end; margin-bottom:31px; }
h2 { margin:0; color:var(--blue); font-size:42px; font-weight:400; line-height:1.2; text-transform:uppercase; }
.section-heading p { margin:15px 0 0; font-size:16px; }
.section-heading p a { color:var(--blue); font-weight:600; text-decoration:underline; text-transform:uppercase; }
.section-heading p span { margin:0 10px; color:#777; }
.underlined-link,.center-link { color:var(--blue); font-size:14px; font-weight:600; letter-spacing:1.4px; text-decoration:underline; text-transform:uppercase; }
.property-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.property-card { overflow:hidden; border:1px solid var(--border); background:var(--pale); }
.property-card__image { height:274px; position:relative; overflow:hidden; }
.property-card__image { display:block; }
.property-card__image img { width:100%; height:100%; display:block; object-fit:cover; }
.property-card__image:hover img,.property-card__image:focus-visible img { transform:scale(1.03); }
.property-card__image img { transition:transform .2s ease; }
.property-card__image span { position:absolute; top:16px; left:16px; padding:4px 12px; background:#fff; color:var(--blue); font-size:12px; font-weight:500; letter-spacing:1.2px; text-transform:uppercase; }
.property-card__image .property-card__badge--coral { background:var(--pink); color:#fff; }
.property-card__body { padding:24px; }
.property-card__title { display:flex; align-items:start; justify-content:space-between; gap:8px; text-transform:uppercase; }
.property-card h3 { margin:0; color:var(--blue); font-size:20px; font-weight:400; line-height:32px; }
.property-card__name { color:inherit; }
.property-card__name:hover,.property-card__name:focus-visible { color:var(--coral); text-decoration:underline; }
.property-card__title strong { color:var(--coral); font-size:24px; font-weight:400; line-height:32px; }
.property-card p { margin:8px 0 16px; font-size:16px; line-height:24px; }
.property-card__features { display:flex; justify-content:space-between; gap:10px; margin:0; padding:25px 0 0; border-top:1px solid var(--border); list-style:none; font-size:14px; font-weight:600; letter-spacing:.7px; }
.property-card__features li { display:flex; align-items:center; gap:8px; white-space:nowrap; }
.property-card__features img { width:20px; height:20px; object-fit:contain; }
.center-link { display:block; width:max-content; margin:30px auto 0; }
.about { padding-top:65px; padding-bottom:80px; }
.about__grid { display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:center; }
.eyebrow { margin:0 0 12px; color:var(--coral); font-size:13px; font-weight:600; letter-spacing:1.5px; text-transform:uppercase; }
.about h2 { font-size:42px; line-height:1.15; }
.about__text { margin:8px 0 25px; padding:39px 24px; border-left:3px solid var(--coral); background:var(--pale); font-size:16px; line-height:24px; }
.about__copy .underlined-link { display:block; width:max-content; margin-left:auto; }
.about__image { width:100%; height:480px; object-fit:cover; }
.services { padding-top:66px; padding-bottom:83px; background:var(--blue); }
.services h2 { margin-bottom:32px; color:#fff; }
.service-feature-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.service-feature { min-height:322px; padding:30px; border-radius:8px; background:#fff; }
.service-feature--highlight { color:var(--pink); background:#fff6f7; }
.service-feature img { width:50px; height:50px; object-fit:contain; }
.service-feature h3 { margin:23px 0 12px; font-size:20px; font-weight:400; line-height:28px; text-transform:uppercase; }
.service-feature p { margin:0; color:var(--blue); font-size:14px; line-height:24px; }
.service-feature a { display:block; margin-top:5px; color:var(--coral); font-size:11px; text-decoration:underline; text-transform:uppercase; }
.service-list { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:24px; }
.service-list article { min-height:238px; padding:20px 16px; border:1px dashed #fff; border-radius:8px; text-align:center; color:#fff; }
.service-list img { width:50px; height:50px; object-fit:contain; filter:brightness(0) invert(1); }
.service-list h3 { margin:12px 0 10px; color:var(--pink); font-size:18px; font-weight:400; line-height:24px; text-transform:uppercase; }
.service-list p { margin:0; font-size:13px; line-height:20px; }
.newsletter { padding:50px 0 58px; }
.newsletter__form { width:620px; margin:auto; }
.newsletter__form label { display:block; margin-bottom:10px; color:var(--coral); font-size:13px; font-weight:600; letter-spacing:1.5px; text-transform:uppercase; }
.newsletter__form div { display:flex; gap:24px; }
.newsletter input { flex:1; min-width:0; padding:14px; border:1px solid #9da8c1; color:var(--blue); font-size:14px; }
.newsletter .button { width:184px; }
.site-footer { padding:48px 0; background:rgba(196,198,205,.3); }
.footer-grid { display:grid; grid-template-columns:repeat(4,1fr); column-gap:24px; row-gap:24px; }
.footer-brand { padding-bottom:52px; }
.site-footer h2 { color:var(--blue); font-size:32px; font-weight:300; line-height:40px; text-transform:none; }
.site-footer h3 { margin:0 0 8px; padding-bottom:8px; color:var(--coral); font-size:14px; font-weight:600; letter-spacing:1.4px; line-height:20px; text-transform:uppercase; }
.site-footer p,.site-footer a { display:block; margin:0 0 8px; color:#8187a7; font-size:14px; line-height:20px; }
.footer-brand p { max-width:320px; margin:0; color:#8187a7; font-size:16px; line-height:24px; }
.footer-column { display:flex; flex-direction:column; gap:8px; }
.footer-column a { margin:0; color:#8187a7; font-size:14px; font-weight:600; letter-spacing:.7px; line-height:20px; text-transform:uppercase; }
.footer-column--continuation h3 { visibility:hidden; }
.footer-contact a { color:var(--blue); font-size:16px; font-weight:700; line-height:24px; text-transform:uppercase; }
.footer-contact .footer-social { width:20px; height:20px; margin-top:0; }
.footer-social img { width:20px; height:20px; display:block; object-fit:contain; }
.copyright { grid-column:1 / -1; margin:0 !important; padding-top:25px; border-top:1px solid rgba(129,146,167,.2); color:rgba(129,146,167,.7) !important; font-size:14px !important; font-weight:600; letter-spacing:.7px; line-height:20px !important; text-transform:uppercase; }
.callback { position:fixed; top:58%; right:0; z-index:20; display:flex; align-items:center; gap:10px; padding:11px 16px; border-radius:8px 0 0 8px; background:var(--pink); color:#fff; font-size:14px; font-weight:500; line-height:normal; text-transform:uppercase; box-shadow:0 4px 8px #0002; }
.callback span:first-child { font-size:30px; }
@media (max-width:1000px) { .site-header { height:auto; } .site-header__inner { flex-wrap:wrap; } .site-header__content { min-width:calc(100% - 170px); } .header-actions { padding-right:0; } .primary-nav { justify-content:flex-start; overflow:auto; padding-bottom:5px; } .phone { width:auto; margin-left:auto; } .hero { padding-left:24px; padding-right:24px; } .search-panel { width:100%; } .content-width { width:calc(100% - 48px); } }
@media (max-width:700px) { .site-header__inner { display:flex; gap:12px; padding:15px 12px; } .logo { position:static; width:78px; height:84px; flex-basis:78px; } .header-divider { display:none; } .site-header__content { position:static; min-width:calc(100% - 95px); gap:12px; } .header-actions { position:static; } .header-actions a { padding:5px 8px; font-size:9px; } .primary-nav { position:static; gap:14px; font-size:10px; } .phone { position:static; flex-basis:100%; justify-content:center; font-size:11px; } .hero { height:auto; min-height:700px; padding:64px 12px; } .search-panel { padding:58px 12px 18px; } .search-panel h1 { left:12px; top:42px; font-size:20px; } .search-form { display:grid; grid-template-columns:repeat(2,1fr); grid-template-rows:auto; } .search-field { grid-column:auto !important; grid-row:auto !important; border-left:0 !important; border-bottom:1px solid var(--border); padding:10px; } .search-field span { font-size:10px; } .button--search { grid-column:1 / -1; grid-row:auto; margin-top:12px; } .section { padding:52px 0; } .content-width { width:calc(100% - 32px); } h2,.about h2 { font-size:31px; } .section-heading { display:block; } .section-heading .underlined-link { margin-top:16px; } .property-grid,.about__grid,.service-feature-grid { grid-template-columns:1fr; } .property-card__image { height:240px; } .about__image { height:360px; } .service-list { grid-template-columns:repeat(2,1fr); } .newsletter__form { width:100%; } .newsletter__form div { display:block; } .newsletter input,.newsletter .button { width:100%; } .newsletter input { margin-bottom:10px; } .footer-grid { grid-template-columns:repeat(2,1fr); gap:25px; } .copyright { grid-column:1 / -1; } .callback { top:auto; bottom:12px; font-size:10px; } }
@media (max-width:420px) { .service-list { grid-template-columns:1fr; } .footer-grid { grid-template-columns:1fr; } }
