:root{--ink:#232323;--ink2:#0F1B30;--paper:#F5F3EE;--white:#fff;--teal:#1B2A45;--copper:#A6823C;--line:#d8d4ca;--muted:#6B6E76;--serif:'Libre Caslon Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.6}main{display:flex;flex-direction:column}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.topbar{height:38px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;background:#101917;color:#d5dbd8;font-size:12px;border-top:3px solid var(--teal)}.topbar>div{display:flex;gap:24px}.topbar i{color:var(--teal);margin-right:7px}.site-header{height:104px;padding:0 5vw;display:flex;align-items:center;gap:38px;background:#172220;color:white;position:relative;z-index:20;border-bottom:1px solid rgba(255,255,255,.12)}.brand{display:flex;align-items:center;gap:13px;margin-right:auto}.brand strong{display:block;font:22px/1.1 var(--serif);letter-spacing:4px}.brand small{display:block;font-size:8px;letter-spacing:2px;color:#d2b6a8}.monogram{font:56px/1 var(--serif);color:var(--copper);font-style:italic}.site-header nav{display:flex;gap:30px;font-size:14px}.site-header nav a{transition:.2s}.site-header nav a:hover{color:#d8a38b}.header-phone{font-size:14px;white-space:nowrap}.header-phone i{margin-right:10px}.menu-button{display:none;background:none;border:0;color:white}.hero{min-height:650px;position:relative;color:white;overflow:hidden;order:1}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(rgba(8,18,20,.68),rgba(8,18,20,.78))}.hero-content{position:relative;z-index:2;width:min(820px,90%);margin:auto;padding:105px 20px 95px;text-align:center}.eyebrow{font-size:12px;font-weight:600;letter-spacing:2px;color:#d29a7e}.hero-label{display:inline-block;border:1px solid rgba(207,156,124,.6);border-radius:99px;padding:8px 18px;background:rgba(8,31,34,.55)}.hero h1,.section h2{font-family:var(--serif);font-weight:400;line-height:1.08;margin:22px 0}.hero h1{font-family:var(--sans);font-size:clamp(46px,5vw,76px);font-weight:600;text-transform:uppercase;line-height:1}.hero-copy{font-size:25px;max-width:680px;margin:0 auto;color:#f2f2ef}.hero-actions{display:flex;justify-content:center;gap:14px;margin:34px 0 22px}.button{display:inline-flex;justify-content:center;align-items:center;gap:12px;padding:15px 24px;border:1px solid transparent;font:600 14px var(--sans);cursor:pointer}.button.primary{background:var(--teal);color:white}.button.primary:hover{background:#09686a}.button.secondary{border-color:#ddd;color:white;background:rgba(0,0,0,.15)}.privacy{font-size:13px;color:#d8ddda}.privacy i{margin-right:8px}.quick-info{order:2;position:relative;z-index:4;width:min(1280px,92%);margin:-34px auto 0;display:grid;grid-template-columns:1fr 1fr 1.35fr;background:white;padding:10px;border-radius:10px;box-shadow:0 18px 45px rgba(14,32,31,.13)}.quick-info>a{display:grid;grid-template-columns:56px 1fr 20px;align-items:center;gap:13px;padding:24px;border-right:1px solid #e2e8e5}.quick-info>a:last-child{border:0}.quick-info small{display:block;color:#75827f;font-weight:600;letter-spacing:1px}.quick-info strong{display:block;line-height:1.25}.quick-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#e5f2ef;color:var(--teal)}.quick-cta{background:#143c3f;color:white;border-radius:7px}.quick-cta small{color:#b8ceca}.section{padding:95px max(7vw,24px)}.expertise{order:3;padding-top:125px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}.section h2{font-size:clamp(38px,4vw,58px)}.copper{color:var(--copper)}.text-link{font-size:14px;font-weight:600;color:var(--teal)}.text-link i{margin-left:10px}.expertise>.section-heading{justify-content:center;text-align:center}.expertise>.section-heading .text-link{display:none}.practice-row{display:inline-grid;vertical-align:top;width:calc(33.333% - 20px);margin:10px 8px;grid-template-columns:1fr 34px;align-items:start;gap:0;background:#132d30;color:white;border:0;border-radius:14px;overflow:hidden}.practice-row img{grid-column:1/-1;width:100%;height:230px;object-fit:cover}.practice-row .number{display:none}.practice-row div{padding:25px 8px 28px 28px}.practice-row h3{font:32px/1.08 var(--serif);margin:0 0 12px}.practice-row p{color:#bdc9c6;font-size:14px;min-height:70px}.practice-row>a{align-self:center;padding-right:20px;font-size:20px;color:#78c6bc}.about{order:6;background:white}.about>h2{max-width:800px}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin-top:55px}.values>div{background:white;padding:40px}.values i{font-size:26px;color:var(--teal)}.values h3{font:28px var(--serif)}.values p{color:var(--muted)}.articles{order:5;padding-bottom:120px}.contact{order:4;display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;background:#eeece6}.contact-copy h2{font-size:48px}.contact-copy>p{color:var(--muted)}.contact-lines{display:flex;flex-direction:column;gap:12px;margin-top:30px}.contact-lines i{width:28px;color:var(--teal)}form{background:white;padding:36px;box-shadow:0 16px 50px rgba(20,25,24,.07)}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600;margin-bottom:17px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}input,select,textarea{width:100%;border:1px solid #d8dad7;background:#fafafa;padding:13px 14px;font:15px var(--sans);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(8,122,124,.12)}textarea{resize:vertical}.form-status{padding:12px;margin-bottom:18px;font-size:14px}.form-status.success{background:#e1f3ed;color:#12624b}.form-status.error{background:#f8e8e5;color:#9a3729}footer{background:var(--ink);color:white;padding:42px 7vw;display:flex;align-items:center;gap:35px}footer .brand{margin-right:auto}footer p,footer>a{font-size:12px;color:#bbb}.menu-button{width:44px;height:44px}.menu-button span{display:block;width:24px;height:1px;background:white;margin:7px auto}
@media(max-width:900px){.topbar{display:none}.site-header{height:72px;padding:0 20px}.brand strong{font-size:17px}.monogram{font-size:44px}.header-phone{display:none}.menu-button{display:block}.site-header nav{display:none;position:absolute;top:72px;left:0;right:0;padding:20px;background:#1a211f;flex-direction:column}.site-header nav.open{display:flex}.hero{min-height:690px}.hero-image{object-position:61% center}.hero-content{padding:80px 22px 70px}.hero h1{font-size:45px}.hero-copy{font-size:19px}.hero-actions{align-items:stretch;flex-direction:column;max-width:360px;margin-left:auto;margin-right:auto}.quick-info{grid-template-columns:1fr;margin-top:-20px}.quick-info>a{border-right:0;border-bottom:1px solid #e2e8e5}.section{padding:70px 22px}.expertise{padding-top:90px}.section-heading{align-items:flex-start;flex-direction:column}.expertise>.section-heading{text-align:left}.practice-row{display:grid;width:100%;margin:10px 0;grid-template-columns:1fr 40px}.practice-row img{grid-column:1/-1;height:230px}.practice-row div{grid-column:1}.practice-row>a{grid-column:2}.values{grid-template-columns:1fr}.contact{grid-template-columns:1fr;gap:35px}.form-grid{grid-template-columns:1fr}footer{align-items:flex-start;flex-direction:column}footer .brand{margin-right:0}}
@media(max-width:520px){.brand small{letter-spacing:1px}.hero h1{font-size:43px}.hero-copy{font-size:17px}.hero-image{object-position:64% center}.practice-row h3{font-size:31px}.practice-row img{height:190px}.contact-copy h2{font-size:38px}form{padding:23px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Hero slider */
.hero{height:650px;min-height:0}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease}.hero-slide.active{opacity:1;visibility:visible;z-index:1}.hero-slide .hero-image{transform:scale(1.01);transition:transform 6s ease}.hero-slide.active .hero-image{transform:scale(1.06)}.slider-arrow{position:absolute;z-index:5;top:50%;width:48px;height:48px;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(8,22,23,.45);color:white;cursor:pointer;transform:translateY(-50%);transition:.2s}.slider-arrow:hover{background:var(--teal);border-color:var(--teal)}.slider-arrow.prev{left:28px}.slider-arrow.next{right:28px}.slider-dots{position:absolute;z-index:5;left:50%;bottom:55px;display:flex;gap:9px;transform:translateX(-50%)}.slider-dots button{width:9px;height:9px;padding:0;border:1px solid white;border-radius:50%;background:transparent;cursor:pointer}.slider-dots button.active{width:30px;border-radius:8px;background:white}.hero-slide:nth-child(2) .hero-image,.hero-slide:nth-child(3) .hero-image{filter:brightness(.72)}
@media(max-width:900px){.hero{height:690px;min-height:0}.slider-arrow{width:40px;height:40px;top:auto;bottom:23px}.slider-arrow.prev{left:22px}.slider-arrow.next{right:22px}.slider-dots{bottom:40px}.hero-slide:nth-child(2) .hero-image,.hero-slide:nth-child(3) .hero-image{object-position:center}}

/* Homepage section order and lawyer introduction */
.lawyer-intro{order:3;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;background:white;padding-top:130px}.intro-visual{position:relative;min-height:560px;overflow:hidden}.intro-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:68% center}.intro-visual span{position:absolute;left:24px;bottom:22px;padding:8px 15px;background:rgba(19,45,48,.92);color:white;font-size:11px;letter-spacing:2px}.intro-copy h2{font-size:clamp(38px,4vw,58px)}.intro-copy>p{color:var(--muted);font-size:17px}.intro-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}.intro-points span{font-weight:600}.intro-points i{margin-right:9px;color:var(--teal)}.expertise{order:4!important;padding-top:110px}.contact{order:5!important}.articles{order:6!important}.about{order:7!important}
@media(max-width:900px){.lawyer-intro{grid-template-columns:1fr;gap:38px;padding-top:90px}.intro-visual{min-height:430px}.intro-copy>p{font-size:16px}.intro-points{grid-template-columns:1fr}}

/* Four-column footer */
.site-footer{position:relative;display:block;padding:0;background:#10383e;color:#e8f0ee}.footer-grid{display:grid;grid-template-columns:1.05fr .75fr 1.2fr 1fr;gap:65px;padding:70px max(7vw,24px) 58px}.footer-brand .brand{margin-bottom:24px}.footer-brand p{max-width:260px;margin:0;color:#d1dcda;font-size:14px;line-height:1.9}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-column h3{position:relative;margin:0 0 18px;font:600 18px var(--sans);color:white}.footer-column h3:after{content:"";position:absolute;left:0;bottom:-10px;width:42px;height:3px;background:#18a799}.footer-column>a,.footer-column>span{font-size:14px;color:#e2eae8;line-height:1.45}.footer-column>a:hover{color:#7ed5ca}.footer-contact>a,.footer-contact>span{display:grid;grid-template-columns:38px 1fr;align-items:center;font-weight:600}.footer-contact>a>i,.footer-contact>span>i{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.1);color:#85d7cf}.socials{display:flex;gap:9px;margin-top:10px}.socials a{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:50%;color:white;background:rgba(255,255,255,.06)}.socials a:hover{background:var(--teal)}.footer-bottom{padding:18px 24px;border-top:1px solid rgba(255,255,255,.12);background:#0c3035;text-align:center}.footer-bottom p{margin:0;color:#e2e9e7;font-size:13px}.back-to-top{position:absolute;right:22px;bottom:57px;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#74c9df;color:white;box-shadow:0 8px 20px rgba(0,0,0,.2)}
@media(max-width:1000px){.footer-grid{grid-template-columns:1fr 1fr;gap:45px}}
@media(max-width:600px){.footer-grid{grid-template-columns:1fr;padding-top:55px}.footer-column{padding-top:8px}.footer-bottom{padding-right:70px;text-align:left}.back-to-top{right:18px;bottom:12px}}

/* Reference-style header navigation */
.site-header nav{align-items:center;gap:42px}.site-header nav>a,.nav-dropdown>a{font-size:16px;font-weight:600;color:#f5f6f6}.nav-dropdown{position:relative}.nav-dropdown>a i{font-size:11px;margin-left:4px}.submenu{position:absolute;top:calc(100% + 20px);left:-20px;width:235px;padding:10px;background:white;border-top:3px solid var(--teal);box-shadow:0 18px 45px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.submenu:before{content:"";position:absolute;left:0;right:0;top:-23px;height:23px}.submenu a{display:block;padding:10px 12px;color:var(--ink);font-size:13px;font-weight:600;border-bottom:1px solid #edf0ef}.submenu a:last-child{border:0}.submenu a:hover{color:var(--teal);background:#f3f8f7}.nav-dropdown:hover .submenu,.nav-dropdown:focus-within .submenu{opacity:1;visibility:visible;transform:translateY(0)}.header-contact-button{display:inline-flex;align-items:center;justify-content:center;min-width:162px;height:54px;margin-left:10px;border-radius:5px;background:#10608c;color:white;font-size:13px;font-weight:600;letter-spacing:1px}.header-contact-button:hover{background:#0c5278}
@media(max-width:1100px) and (min-width:901px){.site-header nav{gap:22px}.site-header nav>a,.nav-dropdown>a{font-size:14px}.header-contact-button{min-width:125px}}
@media(max-width:900px){.header-contact-button{display:none}.site-header nav{align-items:stretch;gap:0}.site-header nav>a,.nav-dropdown>a{display:block;padding:13px 0;font-size:15px}.nav-dropdown .submenu{position:static;width:100%;padding:0 0 4px 15px;border:0;box-shadow:none;background:transparent;opacity:1;visibility:visible;transform:none}.nav-dropdown .submenu a{padding:8px 0;color:#b9c7c4;border:0;font-size:13px}}

/* Generated EA identity lockup */
.brand-image-link{display:block;flex:0 0 auto}.brand-logo{width:275px;height:76px;object-fit:cover;object-position:center}.site-header .brand-logo{width:270px;height:76px}.footer-logo{width:285px;height:82px}.footer-brand .brand-image-link{margin-bottom:22px}
@media(max-width:1100px){.site-header .brand-logo{width:220px;height:64px}}
@media(max-width:900px){.site-header .brand-logo{width:190px;height:58px}.footer-logo{width:250px;height:72px}}

/* Final contrast corrections for the distinctive composition */
.hero,.hero-slide{background:#0F1B30}.quick-info{background:#0F1B30!important}.quick-info>a{color:#F5F3EE!important}.quick-info small{color:#b9bdc6!important}.quick-info strong{color:#F5F3EE}.quick-info .quick-cta{background:#1B2A45!important}

/* Distinct Esra Aslan composition: editorial split hero and service list */
.topbar{display:none}.site-header{height:92px}.hero{height:700px}.hero-slide .hero-image{left:auto;width:58%;object-position:center}.hero-shade{background:linear-gradient(90deg,#0F1B30 0%,#0F1B30 37%,rgba(15,27,48,.82) 48%,rgba(15,27,48,.06) 78%)}.hero-content{width:min(1280px,90%);margin:0 auto;padding:105px 52% 80px 0;text-align:left}.hero-label{padding:0;border:0;border-radius:0;background:transparent;color:#d4b66f}.hero h1{font-family:var(--serif);font-size:clamp(48px,4.7vw,72px);font-weight:400;text-transform:none;line-height:1.04}.hero-copy{max-width:500px;margin:0;color:#e0e1e5;font-size:19px}.hero-actions{justify-content:flex-start}.privacy{color:#bfc2c9}.slider-arrow{top:auto;bottom:34px}.slider-arrow.prev{left:auto;right:88px}.slider-arrow.next{right:28px}.slider-dots{left:auto;right:150px;bottom:52px;transform:none}.quick-info{width:100%;margin:0;border-radius:0;padding:0 max(7vw,24px);box-shadow:none;background:#1B2A45}.quick-info>a{min-height:105px;border-right:1px solid rgba(255,255,255,.14);color:#F5F3EE}.quick-info>a:last-child{border:0}.quick-info small{color:#b7bac2}.quick-info .quick-icon{background:transparent;border:1px solid #A6823C;color:#d5b568}.quick-info .quick-cta{background:transparent;border-radius:0}.lawyer-intro{padding-top:105px}.expertise{background:#F5F3EE}.expertise>.section-heading{justify-content:flex-start;text-align:left;max-width:1180px;margin-left:auto;margin-right:auto}.practice-row{display:grid;width:min(1180px,100%);margin:0 auto;grid-template-columns:320px 64px 1fr 50px;background:transparent;color:#232323;border-radius:0;border-bottom:1px solid #d8d4ca}.practice-row img{grid-column:1;width:100%;height:190px}.practice-row .number{display:block;grid-column:2;align-self:start;padding-top:28px;color:#A6823C}.practice-row div{grid-column:3;padding:28px 15px}.practice-row h3{font-size:38px}.practice-row p{min-height:0;color:#6B6E76}.practice-row>a{grid-column:4;align-self:center;color:#A6823C}.contact{margin:0 max(5vw,20px) 90px;border-top:5px solid #A6823C}.site-footer{border-top:1px solid rgba(166,130,60,.45)}
@media(max-width:900px){.site-header{height:72px}.hero{height:720px}.hero-slide .hero-image{left:0;width:100%;object-position:62% center}.hero-shade{background:linear-gradient(rgba(15,27,48,.7),rgba(15,27,48,.94))}.hero-content{width:100%;padding:95px 22px 90px;text-align:left}.hero h1{font-size:43px}.hero-copy{margin:0}.hero-actions{margin-left:0;margin-right:0}.slider-arrow.prev{left:22px;right:auto}.slider-arrow.next{right:22px}.slider-dots{left:50%;right:auto;bottom:40px;transform:translateX(-50%)}.quick-info{padding:0 16px}.quick-info>a{min-height:92px}.practice-row{grid-template-columns:52px 1fr 36px}.practice-row img{grid-column:1/-1;height:220px}.practice-row .number{grid-column:1}.practice-row div{grid-column:2;padding:22px 8px}.practice-row>a{grid-column:3}.practice-row h3{font-size:31px}.contact{margin:0}}

/* Approved navy, antique-gold and cream palette */
body{background:#F5F3EE;color:#232323}.topbar{background:#0A1425;border-top-color:#A6823C;color:#d6d8dd}.topbar i{color:#A6823C}.site-header{background:#0F1B30}.site-header nav a:hover,.nav-dropdown>a:hover{color:#d6b66f}.header-contact-button,.button.primary{background:#1B2A45}.header-contact-button:hover,.button.primary:hover{background:#A6823C;color:#0F1B30}.hero-shade{background:linear-gradient(rgba(15,27,48,.64),rgba(15,27,48,.84))}.hero-label{color:#ead9b4;border-color:rgba(166,130,60,.8);background:rgba(15,27,48,.68)}.slider-arrow:hover{background:#A6823C;border-color:#A6823C;color:#0F1B30}.quick-info{background:#F5F3EE}.quick-icon{background:#e9e1d1;color:#A6823C}.quick-cta,.practice-row{background:#1B2A45}.quick-cta small,.practice-row p{color:#c5c8ce}.practice-row>a,.text-link,.intro-points i,.values i,.contact-lines i{color:#A6823C}.copper,.eyebrow{color:#A6823C}.contact{background:#ebe8e1}.site-footer{background:#0F1B30}.footer-bottom{background:#0A1425}.footer-column h3:after{background:#A6823C}.footer-column>a:hover{color:#d6b66f}.footer-contact>a>i,.footer-contact>span>i{color:#d6b66f;background:rgba(166,130,60,.14)}.socials a:hover,.back-to-top{background:#A6823C;color:#0F1B30}.submenu{border-top-color:#A6823C}.submenu a:hover{color:#A6823C;background:#F5F3EE}input:focus,select:focus,textarea:focus{border-color:#A6823C;box-shadow:0 0 0 3px rgba(166,130,60,.14)}

/* Mobile footer cleanup */
.site-footer > .back-to-top{display:none!important}
@media(max-width:600px){body{padding-bottom:0!important}.site-footer{margin-bottom:0!important}.footer-bottom{padding-right:24px!important}}

/* Hard reset for the standalone home header gap */
html,
body,
body > .page-wrapper,
body > .page-wrapper > .source-home-shell{
  margin-top:0!important;
  padding-top:0!important;
}
body > .page-wrapper > .source-home-shell > .topbar{
  display:none!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}
body > .page-wrapper > .source-home-shell > .site-header{
  margin-top:0!important;
  top:0!important;
}

@media(max-width:900px){
  html,
  body,
  body > .page-wrapper,
  body > .page-wrapper > .source-home-shell{
    margin:0!important;
    padding:0!important;
  }
  body > .page-wrapper{
    background:#0F1B30!important;
  }
  body > .page-wrapper > .source-home-shell{
    position:relative!important;
    top:0!important;
    margin-bottom:0!important;
  }
}

/* Mobile navigation: keep service submenu closed until tapped */
@media(max-width:900px){
  .source-home-shell .site-header nav .nav-dropdown .submenu{
    display:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .source-home-shell .site-header nav .nav-dropdown.open .submenu{
    display:block!important;
  }
  .source-home-shell .site-header nav .nav-dropdown>a i{
    transition:transform .2s ease;
  }
  .source-home-shell .site-header nav .nav-dropdown.open>a i{
    transform:rotate(180deg);
  }
}
