
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,600;6..96,700&family=Inter:wght@300;400;500;600;700&display=swap");

:root{
  --cream:#f5efe5;
  --cream-2:#faf7f1;
  --charcoal:#202427;
  --black:#111315;
  --muted:#777a7d;
  --gold:#b58a45;
  --gold-soft:#c5a268;
  --line:rgba(32,36,39,.10);
  --white:#ffffff;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream);
  color:var(--charcoal);
  font-family:"Inter", Arial, sans-serif;
  line-height:1.65;
}
img{max-width:100%; display:block}
a{color:inherit}

.skip-link{position:absolute;left:-9999px;top:0;background:var(--gold);color:#fff;padding:10px 14px;z-index:100}
.skip-link:focus{left:10px;top:10px}

h1,h2,h3,.display,.artist-name{
  font-family:"Bodoni Moda", serif;
  font-weight:500;
  margin:0;
  line-height:1.03;
  letter-spacing:-.025em;
}
h1{font-size:clamp(3.25rem,7vw,5.4rem); margin-bottom:16px}
h2{font-size:clamp(2.45rem,4vw,3.75rem); margin-bottom:18px}
h3{font-size:1.55rem; margin-bottom:10px}
p{margin:0 0 16px}

.container{max-width:1280px;margin:0 auto;padding:0 24px}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(245,239,229,.95);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(32,36,39,.06);
}
.header-inner{
  max-width:1280px;
  margin:0 auto;
  padding:10px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{
  display:flex;
  align-items:center;
  text-decoration:none;
}
.brand img{
  width:214px;
  height:auto;
}
.nav{
  display:flex;
  align-items:center;
  gap:24px;
  font-size:.64rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:500;
}
.nav a{text-decoration:none; opacity:.92}
.nav a:hover{color:var(--gold)}

.hero{
  position:relative;
  min-height:735px;
  overflow:hidden;
  background:var(--black);
}
.hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(9,10,11,.88) 0%, rgba(9,10,11,.62) 42%, rgba(9,10,11,.15) 100%);
}
.hero-inner{
  position:relative;
  max-width:1280px;
  margin:0 auto;
  padding:104px 24px 82px;
  color:var(--cream-2);
}
.hero-logo{
  width:280px;
  margin-bottom:52px;
  opacity:1;
  filter: drop-shadow(0 8px 26px rgba(0,0,0,.38));
}
.hero-copy{max-width:410px}
.eyebrow{
  font-size:.64rem;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:600;
  margin-bottom:15px;
}
.hero .eyebrow{color:var(--gold-soft)}
.lede{
  color:rgba(250,247,241,.84);
  font-size:.96rem;
  max-width:390px;
  margin-bottom:28px;
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  padding:12px 18px;
  border:1px solid var(--gold);
  background:var(--gold);
  color:#fff;
  font-size:.64rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:600;
}
.button:hover{background:#9e783b;border-color:#9e783b}
.button.ghost{background:transparent;color:var(--gold)}
.button.ghost:hover{background:rgba(181,138,69,.08)}

.section{padding:74px 0}
.section-tight{padding:46px 0}
.soft{color:var(--muted)}

.board-frame{
  border:1px solid rgba(32,36,39,.12);
  background:rgba(255,255,255,.68);
}
.about-layout{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:0;
}
.about-copy{padding:50px 42px}
.about-art{min-height:548px}
.about-art img{width:100%;height:100%;object-fit:cover}

.services-hero{
  text-align:center;
  max-width:960px;
  margin:0 auto 40px;
}
.services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:34px;
  text-align:center;
}
.icon{
  width:36px;
  height:36px;
  margin:0 auto 13px;
  display:block;
}
.icon path,.icon rect,.icon circle,.icon line{
  stroke:var(--gold);
  stroke-width:1.75;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.service-name{
  font-size:1rem;
  font-weight:600;
  margin:8px 0;
}
.service-copy{
  font-size:.82rem;
  color:var(--muted);
}
.centered-cta{text-align:center;margin-top:28px}
.services-line{
  margin-top:28px;
  border-top:1px solid rgba(216,203,183,.42);
}
.services-line img{width:100%;height:auto}

.artist-filter{
  display:flex;
  justify-content:center;
  gap:28px;
  flex-wrap:wrap;
  margin:0 0 30px;
  font-size:.64rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--muted);
}
.artist-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.artist-card{
  background:#fff;
  border:1px solid var(--line);
  overflow:hidden;
}
.artist-portrait{
  height:336px;
  background:
    linear-gradient(180deg,rgba(8,10,10,.05),rgba(8,10,10,.72)),
    radial-gradient(circle at 40% 32%, rgba(245,239,229,.86), transparent 18%),
    linear-gradient(135deg,#c2b49d,#16181a);
  display:flex;
  align-items:flex-end;
  padding:20px;
  color:#fff;
}
.artist-card:nth-child(2) .artist-portrait{
  background:
    linear-gradient(180deg,rgba(8,10,10,.05),rgba(8,10,10,.72)),
    radial-gradient(circle at 48% 34%, rgba(245,239,229,.80), transparent 14%),
    linear-gradient(135deg,#404345,#111314);
}
.artist-card:nth-child(3) .artist-portrait{
  background:
    linear-gradient(180deg,rgba(8,10,10,.05),rgba(8,10,10,.72)),
    radial-gradient(circle at 46% 30%, rgba(245,239,229,.75), transparent 14%),
    linear-gradient(135deg,#7d8184,#151719);
}
.artist-name{font-size:1.62rem}
.artist-meta{padding:16px;font-size:.86rem}

.projects-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.projects-grid img{
  width:100%;
  border:1px solid var(--line);
}

.news-list{
  display:grid;
  gap:18px;
  max-width:900px;
  margin:0 auto;
}
.news-item{
  display:grid;
  grid-template-columns:154px 1fr;
  gap:20px;
  align-items:start;
  background:#fff;
  border:1px solid var(--line);
  padding:14px;
}
.news-thumb{height:108px;overflow:hidden}
.news-thumb img{width:100%;height:100%;object-fit:cover}
.news-date{
  font-size:.62rem;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:6px;
}

.contact-shell{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  min-height:calc(100vh - 74px);
}
.contact-copy{
  background:#151719;
  color:var(--cream-2);
  padding:72px 56px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.contact-logo{
  width:min(100%,405px);
  margin-bottom:28px;
  filter: drop-shadow(0 8px 26px rgba(0,0,0,.35));
}
.contact-copy .lede{max-width:420px}
.contact-list{
  list-style:none;
  padding:0;
  margin:18px 0 28px;
  display:grid;
  gap:14px;
}
.contact-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:rgba(245,239,229,.86);
}
.contact-list a{color:inherit;text-decoration:none}
.contact-art img{width:100%;height:100%;object-fit:cover}
.socials{display:flex;gap:12px;margin-top:22px}
.socials span{
  display:inline-grid;
  place-items:center;
  width:28px;
  height:28px;
  border:1px solid rgba(245,239,229,.34);
  border-radius:50%;
  font-size:.65rem;
  color:rgba(245,239,229,.84);
}

.logo-page-grid{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:24px;
  align-items:start;
}
.logo-box{
  background:#fff;
  border:1px solid var(--line);
  padding:24px;
}
.logo-box.dark{
  background:#151719;
}
.logo-box img{margin:0 auto}
.note-box{
  margin-top:24px;
  background:#fff;
  border:1px solid var(--line);
  padding:24px;
  color:var(--muted);
}

.footer{
  border-top:1px solid var(--line);
  padding:28px 0;
}
.footer-inner{
  max-width:1280px;
  margin:0 auto;
  padding:0 24px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  font-size:.82rem;
  color:var(--muted);
}

@media (max-width: 1024px){
  .header-inner{flex-direction:column}
  .nav{gap:12px;flex-wrap:wrap;justify-content:center}
  .about-layout,.contact-shell,.logo-page-grid{grid-template-columns:1fr}
  .services-grid,.artist-grid,.projects-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 680px){
  .brand img{width:200px}
  .hero{min-height:650px}
  .hero-inner{padding-top:82px}
  .hero-logo{width:224px;margin-bottom:44px}
  .hero-copy{max-width:320px}
  .services-grid,.artist-grid,.projects-grid{grid-template-columns:1fr}
  .news-item{grid-template-columns:1fr}
  .container,.header-inner,.footer-inner,.hero-inner{padding-left:18px;padding-right:18px}
  .about-copy,.contact-copy{padding:38px 24px}
}


.solo-artist{
  max-width:880px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:0;
  background:#fff;
  border:1px solid var(--line);
}
.solo-artist .artist-portrait{
  height:420px;
}
.solo-artist-copy{
  padding:36px;
}
.discipline-list{
  display:flex;
  justify-content:center;
  gap:28px;
  flex-wrap:wrap;
  margin:0 0 30px;
  font-size:.64rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--muted);
}
.project-card{
  background:#fff;
  border:1px solid var(--line);
  padding:26px;
  min-height:230px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:
    linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.95)),
    radial-gradient(circle at 20% 10%, rgba(181,138,69,.16), transparent 26%);
}
.project-card.dark-project{
  color:#f5efe5;
  background:
    linear-gradient(180deg, rgba(17,19,21,.15), rgba(17,19,21,.88)),
    radial-gradient(circle at 50% 15%, rgba(181,138,69,.24), transparent 28%),
    linear-gradient(135deg,#273833,#111315);
}
.project-kicker{
  font-size:.62rem;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:8px;
}
@media (max-width: 760px){
  .solo-artist{grid-template-columns:1fr}
}
