:root { --background:#fafaf8; --foreground:#262724; --muted:#eeeee9; --muted-foreground:#72736b; --border:#ddded7; --red:#984139; --radius:0; }
* { box-sizing:border-box; }
body { margin:0; background:var(--background); color:var(--foreground); font:16px Arial,Helvetica,sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
button { font:inherit; cursor:pointer; }
button:disabled { cursor:default; opacity:.45; }
a,button { -webkit-tap-highlight-color:transparent; }
:focus-visible { outline:2px solid var(--red); outline-offset:5px; }
::selection { color:var(--background); background:var(--red); }
.skip-link { position:fixed; top:8px; left:8px; transform:translateY(-200%); padding:12px; background:var(--foreground); color:white; z-index:100; }
.skip-link:focus { transform:none; }
.site-header { width:88%; max-width:1320px; margin:0 auto; padding:42px 0; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.artist-name { font-size:clamp(32px,3.2vw,44px); font-weight:700; letter-spacing:-.06em; line-height:1.2; }
.site-header nav { display:flex; flex-wrap:wrap; column-gap:26px; row-gap:4px; align-items:center; }
.site-header nav a { display:flex; min-height:44px; align-items:center; font-size:14px; }
.site-header nav a:hover,.text-link:hover { color:var(--red); }
.page { width:88%; max-width:1160px; margin:0 auto; }
.home-page { max-width:1080px; padding:34px 0 58px; }
.home-carousel:focus-visible { outline-offset:12px; }
.slide-track { margin-left:0; }
.hero-slide { padding-left:0; height:clamp(340px,54vh,680px); display:flex; justify-content:center; align-items:center; }
.hero-slide img { display:block; height:100%; width:100%; object-fit:contain; }
.slider-toolbar { display:flex; align-items:center; justify-content:space-between; gap:24px; padding-top:22px; }
.slider-toolbar h2 { font-weight:400; font-size:14px; margin:0; color:var(--muted-foreground); }
.slider-controls,.slider-buttons { display:flex; gap:23px; align-items:center; }
.image-count { font-size:12px; color:var(--muted-foreground); white-space:nowrap; font-variant-numeric:tabular-nums; }
.control-button { min-height:44px; display:inline-flex; align-items:center; justify-content:center; gap:10px; background:none; border:0; padding:8px 0; font-size:14px; }
.control-button:hover { color:var(--red); }
.site-footer { width:88%; max-width:1320px; margin:0 auto; padding:30px 0 35px; font-size:12px; color:var(--muted-foreground); }
.page-title { font-size:30px; font-weight:400; letter-spacing:-.045em; margin:28px 0 50px; line-height:1.15; }
.collection-grid { display:grid; grid-template-columns:1fr 1fr; gap:7%; padding:12px 0 85px; }
.collection-cover { display:flex; align-items:center; aspect-ratio:1.25; }
.collection-cover img { width:100%; height:100%; object-fit:contain; }
.collection-caption { display:flex; justify-content:space-between; gap:20px; align-items:center; padding-top:22px; }
.collection-caption h2 { font-size:18px; font-weight:400; letter-spacing:-.025em; margin:0; }
.collection-caption span { font-size:14px; color:var(--muted-foreground); }
.cv-section { max-width:760px; margin-top:70px; }
.cv-section h2 { font-size:24px; font-weight:400; letter-spacing:-.035em; margin:0 0 24px; }
.cv-section h3 { font-size:14px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; margin:42px 0 14px; }
.cv-section p,.cv-section li { font-size:16px; line-height:1.7; }
.cv-section p { margin:0; }
.cv-contact { color:var(--muted-foreground); }
.cv-section ul { margin:0; padding-left:20px; }
.cv-section li { margin:0 0 12px; }
.cv-list { list-style:none; padding-left:0 !important; }
.cv-list li { margin-bottom:18px; }
