
:root{
  --bg:#f5f2ec;--paper:#fbfaf7;--ink:#2b2a28;--muted:#81796f;
  --gold:#b7925c;--gold2:#d6b678;--line:rgba(77,66,52,.16);
  --glass:rgba(250,248,243,.76);--shadow:0 24px 70px rgba(67,54,39,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-weight:300;letter-spacing:.01em}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
main{overflow:hidden}
.site-header{
  position:fixed;z-index:80;top:0;left:0;right:0;height:92px;display:grid;grid-template-columns:1fr auto 1fr;
  align-items:center;padding:0 38px;background:linear-gradient(to bottom,rgba(248,246,241,.94),rgba(248,246,241,.72),transparent);
  backdrop-filter:blur(10px)
}
.brand{display:flex;flex-direction:column;gap:5px;width:max-content}
.brand-main{font-family:Georgia,'Times New Roman',serif;font-size:20px;letter-spacing:.11em}
.brand-sub{font-size:8px;color:var(--gold);letter-spacing:.38em}
.desktop-nav{display:flex;gap:44px;font-size:9px;letter-spacing:.12em}
.desktop-nav a{position:relative;padding:10px 0}
.desktop-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:2px;height:1px;background:var(--gold);transition:.35s}
.desktop-nav a:hover:after{left:0;right:0}
.header-actions{justify-self:end;display:flex;align-items:center;gap:14px;font-size:9px}
.header-actions>a{opacity:.45}.header-actions>a.active{opacity:1}
.menu-toggle{width:28px;height:22px;background:transparent;border:0;padding:0;cursor:pointer;display:flex;flex-direction:column;justify-content:center;gap:6px}
.menu-toggle span{height:1px;background:var(--ink);width:100%;display:block;transition:.35s}
body.menu-open .menu-toggle span:first-child{transform:translateY(3.5px) rotate(45deg)}
body.menu-open .menu-toggle span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.mobile-menu{position:fixed;z-index:70;inset:0;background:rgba(247,244,238,.97);backdrop-filter:blur(22px);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:28px;font-family:Georgia,serif;font-size:32px;opacity:0;pointer-events:none;transition:.45s}
body.menu-open .mobile-menu{opacity:1;pointer-events:auto}
.glass-panel{background:var(--glass);border:1px solid rgba(255,255,255,.66);backdrop-filter:blur(22px);box-shadow:var(--shadow)}
.eyebrow{font-size:8px;letter-spacing:.22em;color:#8b7860;text-transform:uppercase}
.gold-rule{width:34px;height:1px;background:var(--gold);margin:18px 0 22px}
.hero-gallery{height:100vh;min-height:720px;position:relative;background:#f3efe8;overflow:hidden}
.gallery-architecture{position:absolute;inset:0;overflow:hidden}
.gallery-wall{position:absolute;left:22%;right:19%;top:11%;bottom:19%;border-radius:48% 48% 0 0 / 9% 9% 0 0;background:linear-gradient(180deg,#f7f3ec,#e9e2d8 74%,#ddd4c9);box-shadow:inset 0 0 60px rgba(255,255,255,.95),0 0 70px rgba(255,255,255,.75)}
.gallery-floor{position:absolute;left:-8%;right:-8%;bottom:-25%;height:54%;transform:perspective(900px) rotateX(65deg);transform-origin:bottom;background:repeating-linear-gradient(90deg,rgba(187,177,163,.15) 0 1px,transparent 1px 220px),linear-gradient(#f0ece5,#ded7cd);box-shadow:inset 0 100px 100px rgba(255,255,255,.35)}
.gallery-light{position:absolute;top:8%;width:24%;height:70%;filter:blur(16px);opacity:.9}
.gallery-light-left{left:-5%;background:linear-gradient(90deg,#fff 10%,rgba(255,255,255,.52),transparent)}
.gallery-light-right{right:-5%;background:linear-gradient(270deg,#fff 10%,rgba(255,255,255,.54),transparent)}
.gallery-tree{position:absolute;right:9%;bottom:19%;width:56px;height:220px;border-left:2px solid rgba(110,111,92,.45);transform:rotate(3deg)}
.gallery-tree:before,.gallery-tree:after{content:"";position:absolute;border:2px solid rgba(128,134,111,.38);border-radius:50%;width:120px;height:150px;left:-58px;top:-16px}
.gallery-tree:after{width:90px;height:120px;left:-25px;top:15px}
.gallery-chair{position:absolute;right:8%;bottom:13%;width:145px;height:66px;border-radius:50% 50% 18% 18%;background:linear-gradient(#e6dfd5,#cdc1b2);box-shadow:0 12px 20px rgba(80,60,40,.12)}
.art-stage{position:absolute;z-index:5;left:32%;top:17%;width:42%;height:58%;display:flex;align-items:center;justify-content:center}
.art-glow{position:absolute;inset:-14%;background:radial-gradient(circle,rgba(255,255,255,.98),rgba(255,245,219,.33) 42%,transparent 72%);filter:blur(14px);pointer-events:none}
.art-frame{position:relative;width:min(44vw,640px);aspect-ratio:1.27;background:#fff;padding:5px;box-shadow:0 26px 60px rgba(62,49,36,.16),0 0 0 1px rgba(184,147,93,.4);overflow:hidden}
.hero-art{position:absolute;inset:5px;width:calc(100% - 10px);height:calc(100% - 10px);object-fit:cover;opacity:0;transform:scale(1.035) translateX(2%);filter:blur(2px);transition:opacity .8s ease,transform 1.1s cubic-bezier(.2,.75,.2,1),filter .8s}
.hero-art.active{opacity:1;transform:scale(1) translateX(0);filter:blur(0)}
.art-info-panel{position:absolute;z-index:10;left:5.2%;top:18%;width:255px;padding:40px 32px;border-radius:3px}
.art-info-panel h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:31px;line-height:1.02;letter-spacing:.03em;margin:22px 0 0;text-transform:uppercase;min-height:64px}
.art-info-panel dl{margin:0;display:grid;gap:14px}
.art-info-panel dl>div{display:flex;flex-direction:column;gap:3px}
.art-info-panel dt{font-size:7px;color:#999186;letter-spacing:.15em;text-transform:uppercase}
.art-info-panel dd{margin:0;font-size:11px}
.availability{margin:22px 0 7px;font-size:9px;letter-spacing:.08em;display:flex;gap:8px;align-items:center}
.availability span{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--gold2),#9b7d4e);box-shadow:0 0 0 4px rgba(184,146,92,.08)}
.hero-price{font-family:Georgia,serif;font-size:22px;margin:0 0 20px}
.btn-gold{min-height:44px;padding:0 16px;display:inline-flex;align-items:center;justify-content:space-between;gap:22px;border:0;background:linear-gradient(90deg,#b99561,#d9bc82);color:white;font-size:9px;letter-spacing:.05em;cursor:pointer;transition:.3s;box-shadow:0 8px 24px rgba(183,146,92,.18)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(183,146,92,.28)}
.gallery-counter{position:absolute;z-index:9;right:4.7%;top:31%;height:230px;width:30px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;font-family:Georgia,serif;font-size:16px}
.gallery-counter i{display:block;width:1px;height:150px;background:linear-gradient(transparent,var(--ink),transparent)}
.thumb-dock{position:absolute;z-index:11;bottom:5.5%;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:4px;max-width:55vw}
.thumbs{display:flex;gap:8px;overflow:hidden}
.thumb{width:68px;height:54px;border:1px solid transparent;background:transparent;padding:3px;cursor:pointer;opacity:.72;transition:.3s;flex:0 0 auto}
.thumb img{width:100%;height:100%;object-fit:cover}
.thumb.active{border-color:var(--gold);opacity:1;transform:translateY(-2px)}
.dock-arrow{width:34px;height:34px;border:1px solid rgba(96,82,66,.2);border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer;color:#7e705e;font-size:22px}
.hero-dots{position:absolute;z-index:15;left:1.7%;top:38%;display:grid;gap:13px}
.hero-dots button{width:7px;height:7px;border-radius:50%;border:1px solid rgba(104,92,76,.35);background:transparent;padding:0}
.hero-dots button.active{background:var(--gold);border-color:var(--gold)}
.scroll-hint{position:absolute;z-index:12;right:4.2%;bottom:6.5%;display:flex;align-items:center;gap:10px;font-size:8px;letter-spacing:.12em}.scroll-hint span{font-size:16px}
.editorial-section,.page-shell{padding:150px 6vw 110px;background:#f8f6f1}
.section-head,.page-top{display:flex;justify-content:space-between;align-items:end;margin-bottom:36px}
.section-head h2,.page-top h1,.journal-page h1,.collections-page h1{font-family:Georgia,serif;font-size:47px;font-weight:400;margin:8px 0 0}
.text-link{font-size:9px;letter-spacing:.08em;border-bottom:1px solid var(--gold);padding-bottom:4px}
.editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.img-wrap{overflow:hidden;aspect-ratio:1.25;background:#ebe5db}
.img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.editorial-card:hover img{transform:scale(1.035)}
.card-meta,.artwork-card-caption{display:flex;justify-content:space-between;gap:15px;margin-top:11px;font-size:9px;text-transform:uppercase}
.card-meta strong,.artwork-card-caption strong{font-weight:400}
.card-meta span,.artwork-card-caption span{color:#8e867b}
.artist-teaser{display:grid;grid-template-columns:43% 57%;min-height:620px;background:#f1ede6}
.artist-copy{padding:110px 8vw;align-self:center}
.artist-copy h2{font-family:Georgia,serif;font-size:45px;line-height:1.05;font-weight:400;margin:16px 0 26px}
.artist-copy p{max-width:520px;font-size:14px;line-height:1.8;color:#6e675f;margin-bottom:32px}
.artist-image img{width:100%;height:100%;object-fit:cover}
.site-footer{min-height:145px;padding:38px 6vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#f8f6f1;border-top:1px solid var(--line)}
.footer-brand{font-family:Georgia,serif;font-size:18px;letter-spacing:.09em}.footer-sub{font-size:7px;letter-spacing:.35em;color:var(--gold);margin-top:5px}.footer-links{display:flex;gap:28px;font-size:8px}.footer-copy{justify-self:end;font-size:8px;color:#8b8379}
.page-shell{padding-top:145px;min-height:100vh}
.filters{display:flex;gap:30px;margin-bottom:28px;border-bottom:1px solid var(--line);padding-bottom:10px}
.filters button{border:0;background:transparent;padding:6px 0;font-size:8px;letter-spacing:.1em;color:#8d857b;cursor:pointer;position:relative}
.filters button.active{color:var(--ink)}.filters button.active:after{content:"";position:absolute;left:0;right:0;bottom:-11px;height:1px;background:var(--gold)}
.artwork-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px 18px}
.artwork-card{transition:.4s}.artwork-card.is-hidden{display:none}
.artwork-image{aspect-ratio:1.28;overflow:hidden;background:#ece6dd}
.artwork-image img{width:100%;height:100%;object-fit:cover;transition:.7s}
.artwork-card:hover img{transform:scale(1.03)}
.single-artwork{min-height:100vh;padding:140px 4.5vw 50px;display:grid;grid-template-columns:30% 1fr;grid-template-rows:auto 1fr auto;gap:20px 5vw;background:radial-gradient(circle at 76% 40%,#fff 0,#f6f1e9 35%,#efebe4 70%)}
.back-link{grid-column:1/-1;font-size:8px;color:#a49b90;letter-spacing:.12em}
.single-copy{align-self:center;padding-left:2vw}
.single-copy h1{font-family:Georgia,serif;font-size:43px;line-height:1.05;font-weight:400;margin:16px 0;text-transform:uppercase}
.single-details{display:grid;gap:16px;margin:0 0 24px}
.single-details div{display:grid;grid-template-columns:95px 1fr;gap:12px;font-size:10px}
.single-details dt{color:#777066}.single-details dd{margin:0}.single-details .price{font-family:Georgia,serif;font-size:18px}
.favorite{display:block;margin-top:13px;border:0;background:transparent;padding:0;color:#8e8274;font-size:8px;letter-spacing:.09em}
.single-image-wrap{display:flex;align-items:center;justify-content:center}
.single-image-wrap img{width:min(50vw,720px);max-height:67vh;object-fit:contain;box-shadow:0 25px 50px rgba(76,57,39,.12),0 0 0 1px rgba(181,145,91,.32)}
.single-nav{grid-column:1/-1;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:18px;font-size:8px;letter-spacing:.1em}
.about-page{min-height:86vh;padding-top:110px;display:grid;grid-template-columns:50% 50%;background:#f5f1ea}
.about-copy{padding:10vh 8vw;align-self:center}
.about-copy h1{font-family:Georgia,serif;font-size:50px;line-height:1.05;font-weight:400;margin:16px 0}
.about-copy p{max-width:600px;font-size:13px;line-height:1.8;color:#696159}
.signature{font-family:Georgia,serif;font-style:italic;font-size:37px;color:var(--gold);margin-top:30px;transform:rotate(-6deg);width:max-content}
.about-image img{width:100%;height:100%;object-fit:cover}
.credentials{display:grid;grid-template-columns:repeat(4,1fr);padding:65px 6vw;background:#faf8f4;border-top:1px solid var(--line);gap:0}
.credentials>div{padding:20px 34px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:7px}.credentials>div:last-child{border-right:0}.credentials span{font-family:Georgia,serif;color:var(--gold);font-size:24px}.credentials strong{font-size:10px;letter-spacing:.15em}.credentials small{font-size:9px;color:#8c8479}
.journal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.journal-card img{width:100%;aspect-ratio:1.3;object-fit:cover}.journal-card h2{font-family:Georgia,serif;font-weight:400;font-size:20px;margin:12px 0 4px}.journal-card time{font-size:8px;color:#999186;letter-spacing:.08em}
.contact-page{min-height:100vh;padding:140px 5vw 60px;display:grid;grid-template-columns:32% 36% 32%;align-items:center;background:#f5f1ea}
.contact-copy{padding-right:3vw}.contact-copy h1{font-family:Georgia,serif;font-size:48px;font-weight:400;margin:14px 0}.contact-copy p{font-size:12px;line-height:1.7;color:#6e675f}.contact-list{list-style:none;padding:10px 0;margin:20px 0;display:grid;gap:15px;font-size:10px}.contact-socials{display:flex;gap:26px;font-size:8px;letter-spacing:.1em}
.contact-form-panel{padding:34px;background:rgba(255,255,255,.42);border:1px solid rgba(176,158,136,.18);backdrop-filter:blur(10px)}
.contact-form-panel form{display:grid;gap:14px}.contact-form-panel label span{display:block;font-size:8px;color:#847c73;margin-bottom:5px}.contact-form-panel input,.contact-form-panel textarea{width:100%;border:1px solid rgba(112,96,77,.15);background:rgba(255,255,255,.4);padding:12px;outline:0}.contact-form-panel input:focus,.contact-form-panel textarea:focus{border-color:var(--gold)}.sent-message{font-size:10px;padding:10px 12px;background:#f2eadc;margin-bottom:15px}
.contact-image{height:72vh;overflow:hidden}.contact-image img{width:100%;height:100%;object-fit:cover}
.collections-grid{display:grid;grid-template-columns:1.45fr 1fr;grid-template-rows:1fr 1fr;gap:20px;min-height:650px}
.collection-card{position:relative;overflow:hidden;background:#eee6dc}.collection-card.collection-large{grid-row:1/3}.collection-card img{width:100%;height:100%;object-fit:cover;transition:.8s}.collection-card:hover img{transform:scale(1.03)}.collection-card>div{position:absolute;left:28px;bottom:26px;background:rgba(249,246,240,.8);padding:18px 20px;backdrop-filter:blur(12px);min-width:220px}.collection-card span{font-family:Georgia,serif;color:var(--gold)}.collection-card h2{font-family:Georgia,serif;font-weight:400;margin:5px 0 0;font-size:26px}.collection-card p{font-size:10px;color:#7b736b;max-width:260px}
.generic-page h1{font-family:Georgia,serif;font-size:48px;font-weight:400}
@media(max-width:1100px){
  .desktop-nav{gap:22px}.site-header{grid-template-columns:1fr auto}.desktop-nav{display:none}
  .art-info-panel{left:3%;width:235px}.art-stage{left:29%;width:48%}.thumb-dock{max-width:62vw}
  .artwork-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:780px){
  .site-header{height:76px;padding:0 18px}.brand-main{font-size:17px}.brand-sub{font-size:6px}
  .hero-gallery{height:auto;min-height:920px;padding-top:90px}
  .gallery-wall{left:8%;right:8%;top:10%;bottom:31%}.gallery-tree,.gallery-chair,.gallery-counter,.hero-dots,.scroll-hint{display:none}
  .art-stage{left:8%;top:14%;width:84%;height:auto}.art-frame{width:100%;margin-top:0}
  .art-info-panel{left:7%;right:7%;top:auto;bottom:145px;width:auto;padding:24px}
  .art-info-panel h1{font-size:25px;min-height:0}.art-info-panel dl{grid-template-columns:repeat(3,1fr);gap:10px}.art-info-panel .gold-rule{margin:12px 0}.availability{margin:14px 0 5px}.hero-price{font-size:20px;margin-bottom:12px}
  .thumb-dock{left:7%;right:7%;bottom:65px;transform:none;max-width:none;padding:8px}.thumb{width:52px;height:42px}
  .editorial-section,.page-shell{padding:110px 20px 70px}.editorial-grid{grid-template-columns:1fr}.artist-teaser{grid-template-columns:1fr}.artist-copy{padding:70px 24px}.artist-copy h2{font-size:36px}.artist-image{height:420px}
  .site-footer{grid-template-columns:1fr;gap:22px;text-align:left}.footer-copy{justify-self:start}.footer-links{flex-wrap:wrap}
  .artwork-grid{grid-template-columns:repeat(2,1fr);gap:28px 12px}.filters{overflow-x:auto}
  .single-artwork{padding:110px 20px 30px;grid-template-columns:1fr;grid-template-rows:auto}.back-link,.single-nav{grid-column:1}.single-copy{padding:0}.single-image-wrap{grid-row:2}.single-image-wrap img{width:100%;max-height:none}.single-copy{grid-row:3}.single-copy h1{font-size:34px}
  .about-page{grid-template-columns:1fr;padding-top:80px}.about-copy{padding:65px 24px}.about-copy h1{font-size:38px}.about-image{height:480px}.credentials{grid-template-columns:1fr 1fr;padding:30px 20px}.credentials>div{border-bottom:1px solid var(--line)}
  .journal-grid{grid-template-columns:1fr 1fr}.contact-page{grid-template-columns:1fr;padding:110px 20px 50px;gap:30px}.contact-image{height:420px}
  .collections-grid{grid-template-columns:1fr;grid-template-rows:auto}.collection-card,.collection-card.collection-large{grid-row:auto;height:390px}
}
@media(max-width:520px){
  .header-actions{gap:9px}.artwork-grid,.journal-grid{grid-template-columns:1fr}
  .art-info-panel dl{grid-template-columns:1fr 1fr}.thumbs{gap:4px}
  .section-head h2,.page-top h1,.journal-page h1,.collections-page h1{font-size:38px}
}
