@font-face{font-family:"Cormorant Garamond";font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/cormorant-garamond-v21-latin_latin-ext-600.woff2) format("woff2")}@font-face{font-family:"Outfit";font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/outfit-v15-latin_latin-ext-300.woff2) format("woff2")}@font-face{font-family:"Outfit";font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/outfit-v15-latin_latin-ext-regular.woff2) format("woff2")}@font-face{font-family:"Outfit";font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/outfit-v15-latin_latin-ext-600.woff2) format("woff2")}:root{--sv-navy:#003da5;--sv-navy-dark:#002d6e;--sv-red:#dc1c2e;--sv-white:#ffffff;--sv-cream:#f8f7f4;--sv-ink:#1a1a1a}*{margin:0;padding:0;box-sizing:border-box}html{font-size:10px;scroll-behavior:smooth}body{font-family:"Outfit",system-ui,-apple-system,sans-serif;background:linear-gradient(180deg,#2b3a4a 0%,#6b7684 50%,#d4d4d0 100%);background-attachment:fixed;color:var(--sv-ink);line-height:1.6}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:rgb(0 0 0 / .5)}::-webkit-scrollbar-thumb{background:#fff;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--sv-red)}.em-nav-container{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:1.6rem 4vw 0;margin-bottom:3.2rem}.em-brand{display:flex;flex-direction:column;text-decoration:none;flex-shrink:0}.em-brand-name{font-family:"Cormorant Garamond",Georgia,serif;font-size:2.7rem;font-weight:600;line-height:1.15;letter-spacing:.02em;color:var(--sv-white)}.em-brand:hover .em-brand-tagline{color:var(--sv-red)}.em-brand:focus-visible{outline:2px solid var(--sv-red);outline-offset:4px;border-radius:2px}.em-nav-container ul{list-style-type:none;display:flex;justify-content:flex-end;align-items:center;gap:1rem;margin:0}.em-nav-container ul li a{text-decoration:none;color:var(--sv-white);font-size:1.6rem;font-weight:400;font-style:italic;border-radius:1px;padding:3px 3px 3px 5px;position:relative;display:inline-block;transition:0.3s}.em-nav-container ul li a:hover::before{content:"✦";position:absolute;left:-2rem;top:50%;transform:translateY(-50%);display:block;color:var(--sv-white);font-size:1.4rem}.em-nav-container ul li a:hover{margin-left:1.5rem}.em-nav-container ul li a:focus-visible{outline:2px solid var(--sv-red);outline-offset:3px}#dropdown-menu li a{color:var(--sv-white)}.sv-hero{min-height:88vh;display:flex}.sp-line{margin:2rem auto 0 auto;width:75%;height:2px;background-color:var(--sv-white)}.sv-hero-inner{display:flex;width:100%;align-items:stretch}.sv-hero-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:0 4vw 0 6vw;color:var(--sv-white)}.sv-hero-image{flex:1;overflow:hidden;position:relative}.sv-hero-image::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 90% 92% at center,#fff0 78%,rgb(212 212 208 / .4) 90%,rgb(212 212 208 / .85) 100%);z-index:2;pointer-events:none}.sv-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;position:relative;z-index:1}.sv-eyebrow{font-size:1.28rem;letter-spacing:2px;text-transform:uppercase;color:rgb(255 255 255 / .85);margin-bottom:1.2rem;display:inline-block}.sv-eyebrow::after{content:"";display:block;height:2px;width:20rem;margin-top:.5rem;background:linear-gradient(90deg,var(--sv-red),var(--sv-navy))}.sv-hero-title{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(3.52rem, 4vw, 5.76rem);font-weight:600;line-height:1.12;margin-bottom:1.1rem}.sv-hero-sub{font-size:clamp(1.6rem, 1.4vw, 1.92rem);color:rgb(255 255 255 / .92);margin-bottom:2.4rem;font-weight:300}.sv-paths{display:flex;gap:1rem;flex-wrap:wrap}.sv-path{flex:1 1 180px;display:flex;flex-direction:column;gap:.4rem;padding:1.1rem 1.3rem;border-radius:12px;text-decoration:none;background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .22);transition:transform 0.25s ease,background 0.25s ease,border-color 0.25s ease}.sv-path:hover{transform:translateY(-4px);background:rgb(255 255 255 / .15);border-color:var(--sv-red)}.sv-path:focus-visible{outline:2px solid var(--sv-red);outline-offset:3px}.sv-path-q{font-size:1.68rem;font-weight:600;color:var(--sv-white)}.sv-path-cta{font-size:1.44rem;color:var(--sv-red)}.sv-path-ctb{font-size:1.44rem;color:var(--sv-navy)}.sv-path:hover .sv-path-cta{color:var(--sv-white)}.sv-container{max-width:1200px;margin:0 auto;padding:0 5vw}.sv-section-title{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(3.2rem, 3.5vw, 4.48rem);font-weight:600;color:var(--sv-white);text-align:center;margin-bottom:.6rem}.sv-section-sub{text-align:center;color:var(--sv-white);font-size:1.92rem;margin-bottom:3.8rem}.sv-understand{padding:5.5rem 0 4rem}.sv-understand .sv-section-title{margin-bottom:2rem}.sv-understand-text{max-width:760px;margin:0 auto 1.4rem;text-align:center;font-size:1.79rem;line-height:1.8;color:var(--sv-white)}.sv-services{padding:4rem 0 6rem}.sv-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;max-width:900px;margin:0 auto}.sv-card{position:relative;margin-top:34px;display:flex;flex-direction:column}.note{padding-top:3.5rem;text-align:center;color:var(--sv-white);font-size:1.76rem}.sv-roof{position:absolute;top:-32px;left:50%;transform:translateX(-50%);width:70px;height:32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 32'%3E%3Cpath d='M35 2 L68 30 L2 30 Z' fill='none' stroke='%23dc1c2e' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.sv-chimney{position:absolute;top:2px;right:16px;width:6px;height:13px;background:var(--sv-navy);border-radius:1px}.sv-card-body{background:#fff;border:1px solid #e8e5df;border-radius:10px;padding:1.9rem 1.4rem 1.6rem;flex:1;transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease}.sv-card:hover .sv-card-body{transform:translateY(-6px);box-shadow:0 12px 30px rgb(0 61 165 / .12);border-color:var(--sv-navy)}.sv-card h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:2.4rem;font-weight:600;color:var(--sv-red);margin-bottom:.6rem}.sv-card p{font-size:1.76rem;line-height:1.55;color:var(--sv-navy)}.sv-listings{padding:5rem 0 6rem}.sv-listings-note{max-width:720px;margin:0 auto 2.5rem;text-align:center;color:rgb(255 255 255 / .85);font-size:1.6rem;line-height:1.7}.sv-listings .sv-section-sub{color:rgb(255 255 255 / .75)}.sv-daire-swiper{padding:2rem 0 3rem;width:100%}.sv-daire-swiper .swiper-slide{width:340px;height:440px;border:2px solid var(--sv-red)}.sv-daire-card{width:340px;height:460px;position:relative;border-radius:14px;overflow:hidden;box-shadow:0 14px 40px rgb(0 0 0 / .28)}.sv-daire-card img{width:100%;height:100%;object-fit:cover;display:block}.sv-daire-overlay{position:absolute;left:0;right:0;bottom:0;padding:1.4rem 1.3rem 1.5rem;background:linear-gradient(to top,rgb(0 0 0 / .85) 0%,rgb(0 0 0 / .5) 55%,#fff0 100%);color:#fff}.sv-daire-overlay h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:2.56rem;font-weight:600;color:#fff;margin-bottom:.2rem}.sv-daire-overlay p{font-size:1.47rem;color:rgb(255 255 255 / .85);margin-bottom:.5rem}.sv-daire-tag{display:inline-block;background:var(--sv-red);color:#fff;font-size:1.15rem;font-weight:600;text-transform:uppercase;padding:.25rem .7rem;border-radius:20px;margin-bottom:.7rem}.sv-daire-price{font-size:1.92rem;font-weight:700;color:#fff}.sv-listings-cta{text-align:center;margin:2rem 0 5rem 0}.sv-listings-cta a{display:inline-block;padding:.9rem 2rem;background:var(--sv-navy);color:#fff;font-size:1.6rem;text-decoration:none;border-radius:30px;font-weight:600;transition:transform 0.25s ease,background 0.25s ease}.sv-listings-cta a:hover{transform:translateY(-3px);background:var(--sv-red)}.sv-listings-cta a:focus-visible{outline:2px solid var(--sv-white);outline-offset:3px}.sv-yasam{padding:2rem 0 6rem}.personal-title{text-align:center;color:var(--sv-white);font-size:1.6rem;margin:2rem 0 4rem 0}.sv-yasam-intro{display:flex;gap:clamp(2rem, 5vw, 5rem);margin-bottom:4.5rem}.sv-yasam-intro>div{flex:1}.sv-yasam-intro>div:first-child{padding-right:clamp(1rem, 3vw, 3rem);border-right:1px solid rgb(255 255 255 / .25)}.sv-yasam-tag{display:inline-block;color:#fff;font-size:1.15rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;padding:.3rem .8rem;border-radius:20px;margin-bottom:.9rem}.sv-yasam-intro>div:first-child .sv-yasam-tag{background:var(--sv-red)}.sv-yasam-intro>div:last-child .sv-yasam-tag{background:var(--sv-navy)}.sv-yasam-intro p{color:rgb(255 255 255 / .9);font-size:1.68rem;line-height:1.75;font-weight:300}.sv-yasam-row{display:flex;align-items:center;gap:clamp(2rem, 5vw, 5rem);margin-bottom:5rem}.sv-yasam-row:last-child{margin-bottom:0}.sv-yasam-reverse{flex-direction:row-reverse}.sv-yasam-media{flex:1 1 55%;min-width:0}.sv-yasam-media img{width:100%;aspect-ratio:3 / 2;object-fit:contain;display:block;filter:drop-shadow(0 20px 40px rgb(0 0 0 / .3))}.sv-yasam-text{flex:1 1 45%;color:var(--sv-white)}.sv-yasam-text h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(2.88rem, 3vw, 4.16rem);font-weight:600;line-height:1.15;margin-bottom:1.1rem;color:var(--sv-white)}.sv-yasam-text p{font-size:1.73rem;line-height:1.8;color:rgb(255 255 255 / .92);font-weight:300}.em-article{padding:5rem 0 6rem}.em-article-inner{max-width:880px;margin:0 auto;padding:0 5vw}.em-article .post-content{font-size:1.68rem;color:rgb(255 255 255 / .92);line-height:1.75}.em-article .post-content .lead{font-size:1.92rem;line-height:1.6;color:#fff;border-left:3px solid var(--sv-red);padding-left:1.25rem;margin-bottom:2rem}.em-article .post-content h2{font-family:"Outfit",system-ui,sans-serif;font-size:2.4rem;font-weight:600;color:#fff;margin:2.5rem 0 1rem;line-height:1.3}.em-article .post-content h3{font-size:1.84rem;font-weight:600;color:rgb(255 255 255 / .95);margin:1.8rem 0 .6rem}.em-article .post-content p{margin-bottom:1.2rem}.em-article .post-content strong{color:#fff;font-weight:600}.em-article .post-figure{margin:2rem 0}.em-article .post-figure img{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block;border-radius:12px;box-shadow:0 10px 30px rgb(0 61 165 / .14)}.em-article .post-callout{background:rgb(255 255 255 / .1);border-left:4px solid var(--sv-white);border-radius:8px;padding:1.2rem 1.4rem;margin:1.8rem 0}.em-article .post-callout.warn{border-left-color:var(--sv-red)}.em-article .post-callout p{margin:0;font-size:1.57rem;color:rgb(255 255 255 / .95)}.sv-footer{position:relative;z-index:2;margin-top:4rem;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;border-top:1px solid rgb(255 255 255 / .25);overflow:hidden}.sv-footer-brand a{font-family:"Cormorant Garamond",Georgia,serif;font-size:2.24rem;font-weight:400;letter-spacing:.02em;color:var(--sv-navy-dark);position:relative;z-index:1}.sv-footer-brand em{font-style:normal;font-weight:400;font-size:.85em;color:var(--sv-navy-dark)}.sv-footer-contact{display:flex;gap:2rem;align-items:center;font-family:"Outfit",system-ui,sans-serif;font-size:1.6rem;font-weight:400;letter-spacing:.02em;position:relative;z-index:1;flex-wrap:wrap;justify-content:center}.sv-footer-item{display:flex;align-items:center;gap:.6rem;color:var(--sv-navy-dark)}.sv-footer-item a{text-decoration:none;color:var(--sv-navy-dark);transition:color 0.2s ease,text-shadow 0.2s ease}.sv-footer-item a:hover{color:#fff;text-shadow:0 0 12px rgb(220 28 46 / .6)}.sv-footer-item a:focus-visible{outline:2px solid var(--sv-red);outline-offset:3px}.sv-footer-copy{font-family:"Outfit",system-ui,sans-serif;font-size:1.36rem;font-weight:400;letter-spacing:.05em;color:var(--sv-navy-dark);position:relative;z-index:1}@media (max-width:575.98px){.em-nav-container{flex-direction:column;gap:1.6rem;padding:1.6rem 4vw 0}.em-brand{align-items:flex-start}.em-brand-name{font-size:2rem}.em-brand-tagline{margin-left:2.4rem;font-size:1rem}.em-nav-container ul{flex-wrap:wrap;justify-content:center}.em-nav-container ul li a{font-size:1.6rem}.sv-cards{grid-template-columns:1fr;max-width:340px}.sv-daire-card{width:280px}.sv-hero-inner{flex-direction:column}.sv-hero-content{padding:3rem 6vw}.sv-hero-image{min-height:320px}.sv-hero-image img{height:370px;object-position:center 10%}.sv-paths{flex-direction:column}.sv-yasam-row,.sv-yasam-reverse{flex-direction:column;gap:1.6rem;margin-bottom:3.5rem;text-align:center}}@media (min-width:576px) and (max-width:767.98px){.em-nav-container{flex-direction:column;gap:1.6rem}.em-nav-container ul{flex-wrap:wrap;justify-content:center}.em-nav-container ul li a{font-size:1.7rem}.sv-cards{grid-template-columns:repeat(2,1fr);max-width:520px}.sv-hero-inner{flex-direction:column}.sv-hero-content{padding:3rem 6vw}.sv-hero-image{min-height:320px}.sv-hero-image img{height:370px;object-position:center 10%}.sv-paths{flex-direction:column}}@media (min-width:768px) and (max-width:991.98px){.em-nav-container{flex-direction:column;gap:1.6rem}.em-nav-container ul{flex-wrap:wrap;justify-content:center}.em-nav-container ul li a{font-size:1.8rem}.sv-cards{max-width:720px}}@media (min-width:992px) and (max-width:1199.98px){.em-nav-container{gap:2rem}.em-nav-container ul{gap:.6rem}.em-nav-container ul li a{font-size:1.7rem}.sv-cards{max-width:900px}}@media (min-width:1200px) and (max-width:1399.98px){.em-nav-container ul li a{font-size:1.9rem}}