:root{--navy:#14213d;--gold:#c9a24b;--cream:#f7f3ea;--ink:#1d2433;--muted:#5b6478;--wood:#8a5a36}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
a{color:inherit;text-decoration:none}
.wrap{max-width:1120px;margin:0 auto;padding:0 20px}
header{background:#fff;border-bottom:1px solid #e6e1d3;position:sticky;top:0;z-index:10}
header .wrap{display:flex;align-items:center;justify-content:space-between;height:76px;gap:16px;flex-wrap:wrap}
header img{height:52px;display:block}
nav{display:flex;gap:26px;font-weight:600;font-size:15px}
nav a{padding:6px 0;border-bottom:2px solid transparent}
nav a:hover,nav a.on{border-color:var(--gold);color:var(--navy)}
.hero{background:linear-gradient(135deg,var(--navy),#22345f);color:#fff;padding:96px 0}
.hero h1{font-family:Georgia,serif;font-size:clamp(32px,5vw,54px);line-height:1.15;max-width:760px}
.hero p{max-width:620px;margin:20px 0 32px;color:#d9deea;font-size:18px}
.hero.wood{background:linear-gradient(135deg,#4a2f1c,var(--wood))}
.hero.cab{background:linear-gradient(135deg,#1f2a44,#3c4c73)}
.eyebrow{color:var(--gold);letter-spacing:3px;font-size:13px;font-weight:700;text-transform:uppercase;margin-bottom:14px}
.btn{display:inline-block;background:var(--gold);color:var(--navy);font-weight:700;padding:14px 30px;border-radius:4px;margin-right:10px}
.btn.ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}
section{padding:72px 0}
section.alt{background:var(--cream)}
h2{font-family:Georgia,serif;color:var(--navy);font-size:32px;margin-bottom:12px}
.lead{color:var(--muted);max-width:640px;margin-bottom:38px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}
.card{background:#fff;border:1px solid #e6e1d3;border-radius:8px;overflow:hidden}
.card .art{height:150px;display:flex;align-items:center;justify-content:center;background:var(--cream)}
.card .art svg{width:96px;height:96px;stroke:var(--navy);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.card div.b{padding:20px}
.card h3{color:var(--navy);margin-bottom:6px}
.card p{color:var(--muted);font-size:15px}
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px;text-align:center}
.stats b{display:block;font-family:Georgia,serif;font-size:38px;color:var(--gold)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.info{background:#fff;border:1px solid #e6e1d3;border-radius:8px;padding:32px}
.info h3{color:var(--navy);margin-bottom:10px}
.info p{margin-bottom:18px}
.ar{direction:rtl;text-align:right;font-size:18px}
footer{background:var(--navy);color:#c9cfdd;padding:40px 0;font-size:14px}
footer .wrap{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
footer a{color:var(--gold)}
@media(max-width:720px){.split{grid-template-columns:1fr}nav{gap:16px;font-size:14px}.hero{padding:64px 0}}
/* polish */
html{scroll-behavior:smooth}
body{-webkit-font-smoothing:antialiased}
header{backdrop-filter:blur(8px);background:rgba(255,255,255,.92)}
header img{height:48px;max-width:100%}
.hero{position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(45deg,rgba(255,255,255,.035) 0 2px,transparent 2px 22px)}
.hero::after{content:"";position:absolute;right:-120px;top:-120px;width:420px;height:420px;border:60px solid rgba(201,162,75,.12);border-radius:50%}
.hero .wrap{position:relative;z-index:1}
.hero.slim{padding:64px 0}
.btn{transition:transform .2s,box-shadow .2s}
.btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.25)}
.btn.ghost{color:#fff}
h2::after{content:"";display:block;width:56px;height:3px;background:var(--gold);margin-top:12px}
.card{transition:transform .25s,box-shadow .25s}
.card:hover{transform:translateY(-6px);box-shadow:0 16px 32px rgba(20,33,61,.12)}
.card .art{background:linear-gradient(180deg,var(--cream),#efe7d3)}
.card .art svg{stroke:var(--wood)}
.info{text-align:left;box-shadow:0 8px 24px rgba(20,33,61,.06)}
.ico{width:48px;height:48px;border-radius:50%;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}
.mail{color:var(--wood);font-weight:600;font-size:18px;border-bottom:2px solid var(--gold)}
.ar{margin-bottom:0}
.flogo{height:40px;margin-bottom:10px;display:block}
.flinks{display:flex;flex-direction:column;gap:6px;text-align:right}
.flinks a{color:#c9cfdd}.flinks a:hover{color:var(--gold)}
@media(max-width:720px){header .wrap{height:auto;padding:12px 20px;justify-content:center}nav{width:100%;justify-content:center}.flinks{text-align:left}}
/* photos */
.hero.photo{background-image:linear-gradient(100deg,rgba(20,33,61,.92) 20%,rgba(20,33,61,.45)),var(--bg);background-size:cover;background-position:center}
.hero.wood.photo{background-image:linear-gradient(100deg,rgba(50,30,15,.92) 20%,rgba(50,30,15,.4)),var(--bg)}
.hero.photo::after{display:none}
.card .art.img{height:210px;padding:0}
.card .art.img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
.card:hover .art.img img{transform:scale(1.05)}
.feat{align-items:center}
.feat img{width:100%;height:340px;object-fit:cover;border-radius:10px;box-shadow:0 16px 36px rgba(20,33,61,.18)}
.btn.dark{background:var(--navy);color:#fff}
/* mobile */
@media(max-width:720px){
 section{padding:48px 0}
 h2{font-size:26px}
 .hero{padding:52px 0}
 .hero p{font-size:16px}
 .btn{display:block;text-align:center;margin:0 0 12px}
 .feat img{height:230px}
 .stats{grid-template-columns:1fr 1fr}
 footer .wrap{flex-direction:column}
 .info{padding:24px}
 .mail{font-size:16px;word-break:break-all}
 .hero.photo{background-image:linear-gradient(rgba(20,33,61,.85),rgba(20,33,61,.7)),var(--bg)}
}
@media(max-width:720px){
 .grid:not(:has(.art.img)){grid-template-columns:1fr 1fr;gap:12px}
 .grid:not(:has(.art.img)) .card .art{height:96px}
 .grid:not(:has(.art.img)) .card .art svg{width:60px;height:60px}
 .grid:not(:has(.art.img)) .card div.b{padding:14px}
 .grid:not(:has(.art.img)) .card h3{font-size:16px}
 .grid:not(:has(.art.img)) .card p{font-size:13.5px;line-height:1.5}
}
.tiles .card .art.img{height:190px}
@media(max-width:720px){
 .grid.tiles{grid-template-columns:1fr 1fr;gap:12px}
 .tiles .card .art.img{height:110px}
 .tiles .card div.b{padding:14px}
 .tiles .card h3{font-size:16px}
 .tiles .card p{font-size:13.5px;line-height:1.5}
}
@media(min-width:721px){
 .tiles:has(.card:nth-child(6)){grid-template-columns:repeat(3,1fr)}
 .tiles:not(:has(.card:nth-child(5))){grid-template-columns:repeat(4,1fr)}
}
/* audit fixes */
nav a{padding:12px 2px}
.flinks a{padding:7px 0;display:inline-block}
.ico svg{width:22px;height:22px;fill:none;stroke:var(--gold);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.mail{display:inline-block;padding:6px 0}
a:focus-visible,.btn:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
@media(max-width:720px){nav{gap:10px}nav a{padding:12px 6px}}
.wrap[style*="text-align:center"] h2::after{margin-left:auto;margin-right:auto}
@media(max-width:720px){.hero.photo,.hero.wood.photo{background-image:linear-gradient(rgba(20,33,61,.9),rgba(20,33,61,.8)),var(--bg)}.hero.wood.photo{background-image:linear-gradient(rgba(45,28,15,.9),rgba(45,28,15,.8)),var(--bg)}}
.hero.photo::before{display:none}
