:root { --ink: #10110f; --paper: #e9e5dc; --paper-soft: #f4f1ea; --brass: #b6975f; --line: rgba(16, 17, 15, 0.16); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper-soft); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.hero { position: relative; min-height: 100svh; overflow: hidden; background: #111; color: white; }
.hero-image, .editorial-image { background-image: url('/legal-architecture.png'); background-position: center; background-size: cover; }
.hero-image { position: absolute; inset: 0; transform: scale(1.02); animation: settle 1.8s cubic-bezier(.2,.8,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,7,6,.94) 0%, rgba(6,7,6,.72) 43%, rgba(6,7,6,.12) 78%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 25vw 25vw; mask-image: linear-gradient(90deg, black, transparent 75%); }
.hero::after { content: ''; position: absolute; z-index: 1; left: 8vw; bottom: 8vh; width: 1px; height: 23vh; background: linear-gradient(transparent, var(--brass), transparent); transform-origin: top; animation: line-drop 1.4s 1s ease both; }
.nav { position: relative; z-index: 4; height: 92px; padding: 0 clamp(24px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: flex; align-items: center; gap: 13px; font-size: 13px; letter-spacing: .19em; font-weight: 700; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.nav-links > a:not(.nav-cta) { color: rgba(255,255,255,.72); transition: color .2s; }
.nav-links > a:hover { color: white; }
.nav-cta { display: flex; align-items: center; gap: 9px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.4); }
.hero-content { position: relative; z-index: 2; width: min(720px, 90vw); margin: clamp(100px, 16vh, 180px) 7vw 90px auto; direction: rtl; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.67); font-size: 13px; letter-spacing: .04em; animation: rise .8s .15s both; }
.eyebrow span { width: 42px; height: 1px; background: var(--brass); }
.hero h1 { margin: 25px 0 24px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(62px, 8.4vw, 132px); line-height: .88; font-weight: 400; letter-spacing: -.055em; animation: rise .95s .23s both; }
.hero-content > p { max-width: 560px; margin: 0 0 34px auto; color: rgba(255,255,255,.75); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.9; animation: rise .9s .35s both; }
.hero-action { width: max-content; display: flex; align-items: center; gap: 14px; padding-bottom: 8px; border-bottom: 1px solid var(--brass); font-size: 15px; animation: rise .9s .48s both; }
.hero-action svg { transition: transform .25s; }
.hero-action:hover svg { transform: translateX(-5px); }
.concept-label { position: absolute; z-index: 2; left: clamp(24px, 5vw, 80px); bottom: 34px; display: flex; flex-direction: column; gap: 8px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.hero-action, .nav-cta, .contact > a { transition: letter-spacing .3s ease, background .3s ease; }
.hero-action:hover, .nav-cta:hover, .contact > a:hover { letter-spacing: .08em; }
.statement { max-width: 1320px; margin: 0 auto; padding: 150px 6vw; display: grid; grid-template-columns: 1fr 3fr; gap: 50px; direction: rtl; }
.section-kicker { padding-top: 10px; font-size: 12px; letter-spacing: .15em; color: #76664a; text-transform: uppercase; }
.statement h2, .editorial h2, .contact h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; }
.statement h2 { max-width: 950px; margin: 0; font-size: clamp(42px, 5.3vw, 78px); line-height: 1.16; }
.statement p { max-width: 660px; margin: 35px 0 0 auto; font-size: 17px; line-height: 1.95; color: #595a55; }
.principles { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.principle { min-height: 390px; padding: 42px clamp(28px, 4vw, 64px); border-left: 1px solid var(--line); direction: rtl; transition: background .35s, color .35s; }
.principle:last-child { border-left: 0; }
.principle:hover { background: var(--ink); color: white; }
.principle-number { font-family: Georgia, serif; color: #8c7954; font-size: 13px; }
.principle-icon { width: 45px; height: 45px; margin: 72px 0 25px auto; border: 1px solid #aa936a; display: grid; place-items: center; color: #8c7954; transform: rotate(45deg); }
.principle-icon svg { transform: rotate(-45deg); }
.principle h3 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.principle p { margin: 0; color: #676862; line-height: 1.9; font-size: 15px; }
.principle:hover p { color: rgba(255,255,255,.68); }
.editorial { min-height: 760px; display: grid; grid-template-columns: 1.1fr .9fr; background: #151614; color: white; }
.editorial-image { min-height: 650px; background-position: 67% center; filter: saturate(.8) contrast(1.05); }
.editorial-copy { padding: clamp(70px, 9vw, 145px) clamp(36px, 7vw, 110px); direction: rtl; display: flex; flex-direction: column; justify-content: center; }
.section-kicker.light { color: #bba77f; padding: 0; }
.editorial h2 { margin: 26px 0; font-size: clamp(46px, 5.3vw, 76px); line-height: 1.05; }
.editorial p { margin: 0; color: rgba(255,255,255,.66); line-height: 1.95; font-size: 16px; }
.editorial ul { list-style: none; padding: 0; margin: 42px 0 0; }
.editorial li { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.82); font-size: 14px; }
.contact { padding: 90px 7vw 36px; background: #b79b67; color: #11120f; direction: rtl; }
.contact-topline { display: flex; justify-content: space-between; padding-bottom: 28px; border-bottom: 1px solid rgba(0,0,0,.28); font-size: 12px; letter-spacing: .11em; }
.contact h2 { margin: 100px 0 50px; font-size: clamp(54px, 8vw, 120px); line-height: .98; }
.contact > a { display: flex; align-items: center; gap: 15px; width: max-content; padding: 17px 0; border-bottom: 1px solid #111; font-size: 17px; }
.contact footer { margin-top: 130px; padding-top: 28px; border-top: 1px solid rgba(0,0,0,.28); display: flex; justify-content: space-between; gap: 20px; direction: ltr; font-size: 10px; letter-spacing: .09em; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes settle { from { opacity: .25; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }
@keyframes line-drop { from { opacity: 0; transform: scaleY(0); } to { opacity: 1; transform: scaleY(1); } }
.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
@media (max-width: 760px) {
  .nav { height: 76px; } .nav-links > a:not(.nav-cta) { display: none; } .nav-cta { padding: 10px 12px; }
  .hero-content { margin-top: 17vh; } .hero h1 { font-size: clamp(60px, 20vw, 92px); }
  .statement { padding: 95px 24px; grid-template-columns: 1fr; gap: 24px; }
  .principles { grid-template-columns: 1fr; } .principle { min-height: 320px; border-left: 0; border-bottom: 1px solid var(--line); } .principle:last-child { border-bottom: 0; } .principle-icon { margin-top: 45px; }
  .editorial { grid-template-columns: 1fr; } .editorial-image { min-height: 460px; } .editorial-copy { padding: 80px 25px; }
  .contact { padding: 70px 24px 28px; } .contact h2 { margin-top: 70px; } .contact footer { flex-direction: column; margin-top: 100px; }
}
