*{box-sizing:border-box}
:root{--black:#050505;--white:#fff;--grey:#f5f5f7;--text:#1d1d1f;--muted:#6e6e73;--blue:#0066cc;--gold:#b89754}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--grey);color:var(--text);overflow-x:hidden}
.top-blur{display:none}
.apple-nav{
  position:fixed;
  top:16px;
  left:50%;
  transform:translateX(-50%);
  width:min(1180px,calc(100% - 28px));
  height:auto;
  min-height:74px;
  z-index:100;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 18px;
  color:#082a4d;
  border-radius:999px;
  background:rgba(255,255,255,.58);
  border:1px solid rgba(255,255,255,.7);
  backdrop-filter:saturate(180%) blur(26px);
  box-shadow:0 18px 60px rgba(8,42,77,.1);
}
.logo-link{
  display:flex;
  align-items:center;
  gap:12px;
  color:inherit;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
}
.logo-link img{
  height:44px;
  max-width:170px;
  object-fit:contain;
}
.logo-link span{
  display:none;
  font-family:Georgia,serif;
  font-size:22px;
  letter-spacing:.18em;
}
.apple-nav nav{
  display:flex;
  gap:30px;
}
.apple-nav nav a,.pill{
  color:inherit;
  text-decoration:none;
  font-size:13px;
  letter-spacing:.15em;
  opacity:.76;
}
.apple-nav nav a:hover{opacity:1}
.pill{
  background:#082a4d;
  color:white;
  opacity:1;
  padding:13px 20px;
  border-radius:999px;
  box-shadow:0 12px 28px rgba(8,42,77,.16);
}
.menu-button,.mobile-panel{display:none}.section-dark{background:#000;color:white}
.hero{min-height:100vh;position:relative;overflow:hidden;padding:96px 24px 0;display:flex;flex-direction:column;align-items:center}
.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 50% 8%,rgba(62,184,214,.32),transparent 28%),radial-gradient(circle at 12% 52%,rgba(184,151,84,.15),transparent 30%),linear-gradient(#020407,#071827 60%,#020407)}
.hero-water{position:absolute;left:-20%;right:-20%;bottom:-22%;height:44%;background:radial-gradient(ellipse at center,rgba(127,225,241,.3),transparent 58%),repeating-radial-gradient(ellipse at center,rgba(255,255,255,.22) 0 1px,transparent 2px 18px);opacity:.55;transform:perspective(500px) rotateX(62deg);animation:waterMove 9s ease-in-out infinite}
@keyframes waterMove{0%,100%{transform:perspective(500px) rotateX(62deg) translateX(0)}50%{transform:perspective(500px) rotateX(62deg) translateX(40px)}}
.hero-copy{position:relative;z-index:2;text-align:center;max-width:980px;margin-top:54px}.kicker{margin:0 0 14px;color:#8fd8ff;font-size:13px;letter-spacing:.18em;font-weight:600}.kicker.blue{color:var(--blue)}
.hero h1{margin:0;font-size:clamp(56px,8vw,112px);line-height:.9;letter-spacing:-.065em;font-weight:700}
.subtitle{max-width:760px;margin:24px auto 0;color:rgba(255,255,255,.72);font-size:clamp(21px,2.3vw,30px);line-height:1.25;font-weight:500}
.links{margin-top:24px;display:flex;justify-content:center;gap:26px}.links a{color:#2997ff;text-decoration:none;font-size:21px}.links a:after,.tile-copy a:after{content:" ›"}
.hero-device{position:relative;z-index:2;width:min(1050px,94vw);margin-top:46px;border-radius:42px 42px 0 0;overflow:hidden;box-shadow:0 -20px 90px rgba(47,183,221,.24)}
.hero-device img{display:block;width:100%;height:min(48vh,520px);object-fit:cover}
.product-section{padding:92px 22px}.white{background:white}.grey{background:var(--grey)}
.center-copy{max-width:920px;margin:0 auto 54px;text-align:center}.center-copy h2,.cinema h2,.contact-shell h2{margin:0;font-size:clamp(46px,6vw,86px);line-height:.95;letter-spacing:-.055em;font-weight:700}.center-copy p:not(.kicker){max-width:690px;margin:18px auto 0;color:var(--muted);font-size:24px;line-height:1.25}
.apple-grid{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:14px}.tile{min-height:620px;position:relative;overflow:hidden;background:#fbfbfd;display:flex;justify-content:center;align-items:flex-end}.tile.big{grid-row:span 2;min-height:1254px}.tile img{position:absolute;inset:auto 0 0;width:100%;height:70%;object-fit:cover;transition:1s ease}.tile:hover img{transform:scale(1.035)}
.tile-copy{position:absolute;top:52px;left:8%;right:8%;z-index:2;text-align:center}.tile-copy p{margin:0 0 8px;font-size:20px;font-weight:600}.tile-copy h3{margin:0 auto;max-width:520px;font-size:clamp(34px,4vw,58px);line-height:1;letter-spacing:-.045em}.tile-copy a{display:inline-block;margin-top:18px;color:var(--blue);text-decoration:none;font-size:18px}.dark-tile{background:#050607;color:white}.dark-tile img{height:78%}.sand-tile{background:#f2e8d7}

.styles-luxury{
  background:white;
  padding:120px 22px 90px;
}
.styles-head{
  max-width:980px;
  margin:0 auto 60px;
  text-align:center;
}
.styles-head h2{
  margin:0;
  font-size:clamp(52px,6vw,92px);
  line-height:.92;
  letter-spacing:-.065em;
  font-weight:700;
}
.styles-head p:not(.kicker){
  max-width:760px;
  margin:20px auto 0;
  color:var(--muted);
  font-size:24px;
  line-height:1.35;
}
.styles-layout{
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
}
.style-feature,
.style-small{
  position:relative;
  overflow:hidden;
  border-radius:42px;
  background:#000;
}
.style-feature{
  min-height:760px;
}
.style-small{
  min-height:371px;
}
.styles-stack{
  display:grid;
  gap:18px;
}
.style-feature img,
.style-small img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:1.2s cubic-bezier(.22,1,.36,1);
}
.style-feature:hover img,
.style-small:hover img{
  transform:scale(1.06);
}
.style-feature:after,
.style-small:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.08));
}
.style-overlay,
.style-small div{
  position:absolute;
  z-index:2;
  left:36px;
  right:36px;
  bottom:34px;
  color:white;
}
.style-overlay span,
.style-small span{
  color:#8fd8ff;
  letter-spacing:.22em;
  font-size:12px;
  font-weight:700;
}
.style-overlay h3{
  margin:14px 0 18px;
  max-width:620px;
  font-size:clamp(56px,6vw,94px);
  line-height:.88;
  letter-spacing:-.07em;
}
.style-overlay a{
  color:#2997ff;
  text-decoration:none;
  font-size:20px;
}
.style-overlay a:after{
  content:" ›";
}
.style-small h3{
  margin:10px 0 0;
  font-size:40px;
  line-height:.95;
  letter-spacing:-.045em;
}
.style-marquee{
  max-width:1380px;
  margin:20px auto 0;
  overflow:hidden;
  border-top:1px solid rgba(0,0,0,.08);
  border-bottom:1px solid rgba(0,0,0,.08);
}
.style-track{
  display:flex;
  width:max-content;
  animation:styleMove 26s linear infinite;
}
.style-track span{
  padding:24px 34px;
  font-size:38px;
  font-family:Georgia,serif;
  letter-spacing:-.04em;
  color:rgba(0,0,0,.55);
  white-space:nowrap;
}
@keyframes styleMove{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}


.exterior-design{
  background:#f5f5f7;
  padding:120px 22px 90px;
}
.exterior-head{
  max-width:980px;
  margin:0 auto 60px;
  text-align:center;
}
.exterior-head h2{
  margin:0;
  font-size:clamp(52px,6vw,92px);
  line-height:.92;
  letter-spacing:-.065em;
  font-weight:700;
}
.exterior-head p:not(.kicker){
  max-width:780px;
  margin:20px auto 0;
  color:var(--muted);
  font-size:24px;
  line-height:1.35;
}
.exterior-layout{
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
}
.exterior-feature,
.exterior-small{
  position:relative;
  overflow:hidden;
  border-radius:42px;
  background:#000;
}
.exterior-feature{
  min-height:720px;
}
.exterior-small{
  min-height:351px;
}
.exterior-stack{
  display:grid;
  gap:18px;
}
.exterior-feature img,
.exterior-small img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:1.2s cubic-bezier(.22,1,.36,1);
}
.exterior-feature:hover img,
.exterior-small:hover img{
  transform:scale(1.06);
}
.exterior-feature:after,
.exterior-small:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.08));
}
.exterior-overlay,
.exterior-small div{
  position:absolute;
  z-index:2;
  left:36px;
  right:36px;
  bottom:34px;
  color:white;
}
.exterior-overlay span,
.exterior-small span{
  color:#8fd8ff;
  letter-spacing:.22em;
  font-size:12px;
  font-weight:700;
}
.exterior-overlay h3{
  margin:14px 0 18px;
  max-width:660px;
  font-size:clamp(54px,6vw,88px);
  line-height:.88;
  letter-spacing:-.07em;
}
.exterior-overlay a{
  color:#2997ff;
  text-decoration:none;
  font-size:20px;
}
.exterior-overlay a:after{
  content:" ›";
}
.exterior-small h3{
  margin:10px 0 0;
  font-size:40px;
  line-height:.95;
  letter-spacing:-.045em;
}

.cinema{padding:110px 22px;overflow:hidden}.cinema-copy{max-width:1050px;margin:0 auto 54px;text-align:center}.cinema-image{width:min(1200px,92vw);margin:0 auto;border-radius:36px;overflow:hidden;transform-origin:center}.cinema-image img{display:block;width:100%;height:min(68vh,720px);object-fit:cover}
.project-strip{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.project-card{background:white;min-height:540px;padding:30px;text-align:center;display:flex;flex-direction:column;justify-content:space-between}.project-card img{height:290px;object-fit:cover;margin:-30px -30px 28px;width:calc(100% + 60px)}.project-card h3{margin:0;font-size:34px;letter-spacing:-.035em}.project-card p{color:var(--muted);line-height:1.45;font-size:17px}

.projects-premium{
  background:#f5f5f7;
  padding:110px 22px;
}
.projects-hero{
  max-width:980px;
  margin:0 auto 54px;
  text-align:center;
}
.projects-hero h2{
  margin:0;
  font-size:clamp(48px,6vw,92px);
  line-height:.92;
  letter-spacing:-.06em;
  font-weight:700;
}
.projects-hero p:not(.kicker){
  max-width:720px;
  margin:20px auto 0;
  color:var(--muted);
  font-size:23px;
  line-height:1.32;
}
.projects-showcase{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:18px;
}
.featured-project,.mini-project{
  position:relative;
  overflow:hidden;
  background:#000;
  color:white;
  border-radius:38px;
  box-shadow:0 28px 90px rgba(8,42,77,.12);
}
.featured-project{
  min-height:720px;
}
.featured-project img,.mini-project img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:1.1s cubic-bezier(.22,1,.36,1);
}
.featured-project:hover img,.mini-project:hover img{
  transform:scale(1.055);
}
.featured-project:after,.mini-project:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(0,0,0,.74),rgba(0,0,0,.18) 55%,rgba(0,0,0,.08));
}
.featured-content{
  position:absolute;
  z-index:2;
  left:44px;
  right:44px;
  bottom:42px;
}
.featured-content span,.mini-project span,.catalog-card span{
  color:#8fd8ff;
  font-size:12px;
  letter-spacing:.22em;
  font-weight:700;
}
.featured-content h3{
  margin:12px 0 14px;
  font-size:clamp(52px,6vw,92px);
  line-height:.88;
  letter-spacing:-.06em;
}
.featured-content p{
  max-width:620px;
  color:rgba(255,255,255,.75);
  font-size:21px;
  line-height:1.35;
}
.featured-content a{
  display:inline-block;
  margin-top:10px;
  color:#2997ff;
  text-decoration:none;
  font-size:20px;
}
.featured-content a:after{content:" ›"}
.project-side{
  display:grid;
  gap:18px;
}
.mini-project{
  min-height:351px;
}
.mini-project div{
  position:absolute;
  z-index:2;
  left:28px;
  right:28px;
  bottom:26px;
}
.mini-project h3{
  margin:10px 0 8px;
  font-size:38px;
  letter-spacing:-.045em;
}
.mini-project p{
  margin:0;
  color:rgba(255,255,255,.72);
  line-height:1.45;
}
.style-catalog{
  max-width:1280px;
  margin:18px auto 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.catalog-card{
  min-height:250px;
  border-radius:34px;
  padding:30px;
  background:white;
  box-shadow:0 18px 60px rgba(8,42,77,.07);
  transition:.45s cubic-bezier(.22,1,.36,1);
}
.catalog-card:hover{
  transform:translateY(-8px);
  box-shadow:0 30px 90px rgba(8,42,77,.12);
}
.catalog-card span{
  color:var(--blue);
}
.catalog-card h3{
  margin:70px 0 12px;
  font-size:32px;
  letter-spacing:-.04em;
}
.catalog-card p{
  margin:0;
  color:var(--muted);
  line-height:1.5;
  font-size:17px;
}

.process-section{background:white;padding:100px 22px}.steps{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{background:var(--grey);padding:36px;min-height:310px}.step span{color:var(--blue);font-weight:700}.step h3{margin:70px 0 12px;font-size:34px;letter-spacing:-.035em}.step p{color:var(--muted);line-height:1.55;font-size:18px}
.contact-section{padding:110px 22px}.contact-shell{max-width:920px;margin:0 auto;text-align:center}.contact-shell>p:not(.kicker){max-width:680px;margin:22px auto 36px;color:rgba(255,255,255,.72);font-size:22px;line-height:1.35}
form{display:grid;gap:14px;max-width:680px;margin:0 auto}.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}input,select,textarea{width:100%;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.09);color:white;border-radius:16px;padding:18px 20px;font:inherit;outline:none}textarea{min-height:150px;resize:vertical}input::placeholder,textarea::placeholder{color:rgba(255,255,255,.48)}select option{color:#111}button[type="submit"]{border:0;border-radius:999px;background:var(--blue);color:white;padding:16px 22px;font:inherit;cursor:pointer}.email-link{display:inline-block;margin-top:24px;color:#2997ff;text-decoration:none}
footer{background:#000;color:rgba(255,255,255,.64);padding:34px 22px;text-align:center;display:grid;gap:8px;font-size:13px}footer strong{color:white}
.reveal{opacity:0;transform:translateY(44px);transition:1s cubic-bezier(.22,1,.36,1)}.reveal.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}.delay-3{transition-delay:.32s}
@media(max-width:900px){.apple-nav nav,.pill{display:none}.menu-button{display:block;border:0;background:transparent;font-size:22px}.mobile-panel{position:fixed;top:98px;left:0;right:0;z-index:99;background:rgba(255,255,255,.94);backdrop-filter:blur(20px);padding:18px 28px}.mobile-panel.open{display:grid}.mobile-panel a{padding:16px 0;color:var(--text);text-decoration:none;border-bottom:1px solid rgba(0,0,0,.08)}.hero h1{font-size:58px}.subtitle{font-size:22px}.links a{font-size:18px}.apple-grid,.project-strip,.steps,.two,.projects-showcase,.style-catalog,.styles-layout,.exterior-layout{grid-template-columns:1fr}.tile,.tile.big{min-height:660px;grid-row:auto}.featured-project{min-height:620px}.style-feature{min-height:620px}.style-small{min-height:300px}.exterior-feature{min-height:620px}.exterior-small{min-height:300px}.style-overlay,.style-small div,.exterior-overlay,.exterior-small div{left:24px;right:24px;bottom:24px}.style-overlay h3{font-size:56px}.style-small h3{font-size:34px}.exterior-overlay h3{font-size:54px}.exterior-small h3{font-size:34px}.featured-content{left:26px;right:26px;bottom:28px}.mini-project{min-height:330px}.catalog-card h3{margin-top:44px}.project-card{min-height:auto}}


/* --- Azuria upgrades: logo, language switch, premium animations --- */
.logo-link img{
  height:52px;
  max-width:92px;
  object-fit:contain;
  filter: drop-shadow(0 8px 18px rgba(8,42,77,.16));
  border-radius:18px;
}
.lang-switch{
  display:flex;
  align-items:center;
  gap:4px;
  padding:4px;
  border-radius:999px;
  background:rgba(8,42,77,.08);
  border:1px solid rgba(8,42,77,.08);
}
.lang-switch button{
  border:0;
  border-radius:999px;
  padding:8px 10px;
  background:transparent;
  color:#082a4d;
  font-size:11px;
  letter-spacing:.12em;
  cursor:pointer;
  transition:.3s ease;
}
.lang-switch button.active{
  background:#082a4d;
  color:white;
  box-shadow:0 8px 18px rgba(8,42,77,.18);
}
.reveal{
  opacity:0;
  transform:translateY(54px) scale(.985);
  filter:blur(8px);
  transition:1.05s cubic-bezier(.22,1,.36,1);
}
.reveal.visible{
  opacity:1;
  transform:translateY(0) scale(1);
  filter:blur(0);
}
.hero-device img,
.cinema-image img,
.style-feature img,
.style-small img,
.exterior-feature img,
.exterior-small img,
.featured-project img,
.mini-project img{
  will-change:transform;
}
.hero-copy.visible h1{
  animation:azuriaTitle 1.25s cubic-bezier(.22,1,.36,1) both;
}
@keyframes azuriaTitle{
  from{letter-spacing:-.09em;opacity:.2;transform:translateY(22px)}
  to{letter-spacing:-.065em;opacity:1;transform:translateY(0)}
}
.hero-water{
  animation:waterMove 9s ease-in-out infinite, waterGlow 5s ease-in-out infinite;
}
@keyframes waterGlow{
  0%,100%{opacity:.45}
  50%{opacity:.72}
}
.style-feature,
.style-small,
.exterior-feature,
.exterior-small,
.featured-project,
.mini-project,
.catalog-card{
  transition:transform .65s cubic-bezier(.22,1,.36,1), box-shadow .65s cubic-bezier(.22,1,.36,1);
}
.style-feature:hover,
.style-small:hover,
.exterior-feature:hover,
.exterior-small:hover,
.featured-project:hover,
.mini-project:hover,
.catalog-card:hover{
  transform:translateY(-8px);
  box-shadow:0 34px 100px rgba(8,42,77,.18);
}
@media(max-width:900px){
  .lang-switch{
    margin-left:auto;
    margin-right:8px;
  }
  .logo-link img{
    height:44px;
    max-width:80px;
  }
}

/* --- Loading animation --- */
.azuria-loader{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 50% 40%, rgba(143,216,255,.18), transparent 30%),
    linear-gradient(180deg,#020407,#071827 60%,#020407);
  color:white;
  opacity:1;
  visibility:visible;
  transition:opacity .65s cubic-bezier(.22,1,.36,1), visibility .65s;
}
.azuria-loader.loader-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.azuria-loader.loader-active{
  opacity:1;
  visibility:visible;
}
.loader-logo{
  display:grid;
  justify-items:center;
  gap:18px;
  transform:translateY(12px);
  animation:loaderIn .8s cubic-bezier(.22,1,.36,1) both;
}
.loader-logo img{
  width:118px;
  max-height:118px;
  object-fit:contain;
  filter:drop-shadow(0 20px 50px rgba(143,216,255,.25));
}
.loader-line{
  width:160px;
  height:2px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  position:relative;
}
.loader-line:after{
  content:"";
  position:absolute;
  inset:0;
  width:45%;
  border-radius:999px;
  background:#8fd8ff;
  animation:loaderLine 1.15s ease-in-out infinite;
}
.loader-logo p{
  margin:0;
  color:rgba(255,255,255,.7);
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
}
@keyframes loaderLine{
  0%{transform:translateX(-120%)}
  100%{transform:translateX(260%)}
}
@keyframes loaderIn{
  from{opacity:0;transform:translateY(28px) scale(.96);filter:blur(8px)}
  to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}
}

/* --- Section transitions --- */
.section-transition{
  height:120px;
  margin-top:-1px;
  margin-bottom:-1px;
  position:relative;
  overflow:hidden;
}
.section-transition:before,
.section-transition:after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  width:140vw;
  height:220px;
  border-radius:50%;
  filter:blur(.2px);
}
.transition-light{
  background:linear-gradient(180deg,#fff,#f5f5f7);
}
.transition-light:before{
  top:-150px;
  background:white;
}
.transition-dark{
  background:linear-gradient(180deg,#f5f5f7,#000);
}
.transition-dark:before{
  top:-140px;
  background:#f5f5f7;
}
.transition-soft{
  background:linear-gradient(180deg,#000,#f5f5f7);
}
.transition-soft:before{
  top:-140px;
  background:#000;
}
.transition-white{
  background:linear-gradient(180deg,#f5f5f7,#fff);
}
.transition-white:before{
  top:-140px;
  background:#f5f5f7;
}
.transition-black{
  background:linear-gradient(180deg,#fff,#000);
}
.transition-black:before{
  top:-140px;
  background:white;
}

