:root{
  --paper:#f7f4ee;--paper-2:#efe9df;--ink:#151512;--muted:#726c63;--gold:#a77b28;--line:#d8d0c3;--white:#fff;
  --serif:"Cormorant Garamond",Georgia,serif;--sans:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --shadow:0 18px 45px rgba(49,39,26,.10);--max:1240px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.55}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 40px),var(--max));margin:auto}.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;font-weight:700}.eyebrow:before{content:"";width:26px;height:1px;background:var(--gold)}.serif{font-family:var(--serif)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(247,244,238,.93);backdrop-filter:blur(12px);border-bottom:1px solid rgba(216,208,195,.72)}.mobile-menu{display:none}.nav{height:82px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:12px;min-width:210px}.brand img{width:62px;height:48px;object-fit:contain;background:#fff;border-radius:4px}.brand-word{font-family:var(--serif);font-size:1.55rem;letter-spacing:.2em}.brand-sub{font-size:.58rem;letter-spacing:.24em;color:var(--muted)}.nav-links{display:flex;gap:28px;margin-left:auto;font-family:var(--serif);font-size:1.05rem}.nav-links a{padding:29px 0 24px;border-bottom:2px solid transparent}.nav-links a:hover,.nav-links a.active{border-color:var(--gold)}.nav-actions{display:flex;gap:8px}.icon-btn{width:42px;height:42px;border:1px solid var(--line);background:transparent;border-radius:50%;display:grid;place-items:center;position:relative}.cart-count{position:absolute;right:-4px;top:-4px;background:var(--gold);color:white;width:20px;height:20px;font-size:.68rem;border-radius:50%;display:grid;place-items:center}.mobile-toggle{display:none}
.hero{min-height:680px;display:grid;grid-template-columns:1fr 1.18fr;align-items:stretch;border-bottom:1px solid var(--line)}.hero-copy{padding:105px max(30px,calc((100vw - var(--max))/2)) 90px max(20px,calc((100vw - var(--max))/2));padding-right:70px;display:flex;flex-direction:column;justify-content:center}.hero h1{font-family:var(--serif);font-size:clamp(3.2rem,5.6vw,6rem);font-weight:500;line-height:.88;margin:22px 0}.hero p{max-width:580px;color:#514b43;font-family:var(--serif);font-size:1.2rem}.hero-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--gold);padding:14px 20px;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700;background:transparent}.btn.primary{background:var(--gold);color:#fff}.btn.dark{background:var(--ink);color:white;border-color:var(--ink)}.btn:hover{transform:translateY(-1px)}.hero-art{position:relative;overflow:hidden;background:#ddd}.hero-art img{width:100%;height:100%;object-fit:cover}.hero-art:after{content:"ORIGINAL WORKS · ILAJ";position:absolute;right:25px;bottom:22px;background:rgba(247,244,238,.92);padding:9px 12px;font-size:.65rem;letter-spacing:.18em}.hero-notes{margin-top:38px;padding-top:18px;border-top:1px solid var(--gold);display:flex;gap:18px;flex-wrap:wrap;font-size:.66rem;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}
.section{padding:92px 0}.section.alt{background:#fff}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-head h2{font-family:var(--serif);font-size:3.4rem;font-weight:500;line-height:1;margin:10px 0 0}.text-link{text-transform:uppercase;font-size:.68rem;letter-spacing:.16em;border-bottom:1px solid var(--gold);padding-bottom:5px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.product-card{display:flex;flex-direction:column;min-width:0}.product-image{aspect-ratio:4/5;overflow:hidden;background:var(--paper-2);position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.product-card:hover img{transform:scale(1.025)}.badge{position:absolute;top:12px;left:12px;background:rgba(247,244,238,.94);padding:7px 9px;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase}.product-meta{padding:16px 0}.product-title{font-family:var(--serif);font-size:1.4rem;line-height:1.1}.product-sub{font-size:.74rem;color:var(--muted);margin-top:6px}.price{font-family:var(--serif);font-size:1.25rem;margin-top:7px}.card-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:auto}.card-actions .btn{padding:11px 12px}.card-actions .icon-btn{border-radius:0}
.about-split{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center}.about-art{min-height:520px;background:var(--paper-2);position:relative;overflow:hidden}.about-art img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;filter:saturate(.75)}.about-copy h2{font-family:var(--serif);font-size:4rem;line-height:.95;font-weight:500;margin:20px 0}.about-copy p{font-family:var(--serif);font-size:1.18rem;color:#514b43}.quote{border-left:1px solid var(--gold);padding-left:24px;margin:28px 0;font-family:var(--serif);font-size:1.55rem;font-style:italic;color:#4d463d}
.commission-banner{display:grid;grid-template-columns:.8fr 1.2fr;min-height:360px;background:var(--paper-2);overflow:hidden}.commission-graphic{background:#fff url('./assets/brand/ilaj-mark.jpg') center/76% auto no-repeat}.commission-copy{padding:62px;display:flex;flex-direction:column;justify-content:center}.commission-copy h2{font-family:var(--serif);font-weight:500;font-size:3.5rem;line-height:1;margin:14px 0}.commission-copy p{max-width:630px;color:var(--muted)}
.footer{border-top:1px solid var(--line);padding:58px 0 28px}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:35px}.footer h4{font-size:.69rem;text-transform:uppercase;letter-spacing:.18em;margin:0 0 16px}.footer a,.footer p{display:block;color:var(--muted);font-size:.85rem;margin:8px 0}.footer-bottom{margin-top:45px;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:.72rem}
.page-hero{padding:90px 0 55px;border-bottom:1px solid var(--line)}.page-hero h1{font-family:var(--serif);font-size:4.6rem;font-weight:500;line-height:1;margin:10px 0}.page-hero p{max-width:720px;color:var(--muted);font-family:var(--serif);font-size:1.2rem}.filters{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:28px}.chip{border:1px solid var(--line);background:transparent;padding:9px 14px;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}.chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.product-page{padding:65px 0 95px}.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:70px}.product-main-image{background:#eee;aspect-ratio:4/5;overflow:hidden}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:20px;position:sticky;top:110px;align-self:start}.product-info h1{font-family:var(--serif);font-size:4rem;font-weight:500;line-height:.95;margin:15px 0}.product-info .price{font-size:2rem}.specs{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin:24px 0}.spec{display:flex;justify-content:space-between;gap:20px;padding:7px 0;font-size:.82rem}.spec span:first-child{color:var(--muted)}.product-description{font-family:var(--serif);font-size:1.18rem;color:#514b43}.product-buy{display:grid;grid-template-columns:1fr;gap:10px;margin-top:24px}.fine{font-size:.72rem;color:var(--muted)}
.cart-page{padding:60px 0 100px}.cart-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:60px}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:22px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-item img{width:120px;height:150px;object-fit:cover}.cart-item h3{font-family:var(--serif);font-size:1.5rem;margin:0}.remove{border:0;background:transparent;text-decoration:underline;font-size:.75rem;color:var(--muted);padding:0}.summary{border:1px solid var(--line);padding:28px;height:max-content;position:sticky;top:110px}.summary h2{font-family:var(--serif);font-weight:500;font-size:2rem;margin-top:0}.summary-row{display:flex;justify-content:space-between;padding:10px 0}.summary-row.total{border-top:1px solid var(--line);margin-top:8px;padding-top:18px;font-weight:700}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}.field input,.field textarea,.field select{border:1px solid var(--line);background:#fff;padding:14px 15px;outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--gold)}.field textarea{min-height:150px;resize:vertical}.notice{padding:14px 16px;border:1px solid var(--line);background:#fff;color:#5e574e;font-size:.82rem}
.about-page-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.about-page-grid .portrait{aspect-ratio:4/5;background:#fff;display:grid;place-items:center;padding:40px}.about-page-grid .portrait img{max-width:80%}.prose h2{font-family:var(--serif);font-weight:500;font-size:2.6rem}.prose p{font-family:var(--serif);font-size:1.18rem;color:#514b43}
.empty-state{text-align:center;padding:80px 20px;border:1px solid var(--line);background:#fff}.status-message{margin-top:12px;font-size:.82rem}.success{color:#226139}.error{color:#8a2525}
@media(max-width:1000px){.nav-links{display:none}.mobile-toggle{display:grid;margin-left:auto}.nav-actions{margin-left:0}.nav{gap:10px}.brand{min-width:0}.hero{grid-template-columns:1fr}.hero-copy{padding:80px 30px}.hero-art{min-height:540px}.product-grid{grid-template-columns:repeat(2,1fr)}.about-split,.product-layout,.cart-layout,.about-page-grid{grid-template-columns:1fr}.product-info,.summary{position:static}.commission-banner{grid-template-columns:1fr}.commission-graphic{min-height:280px}.footer-grid{grid-template-columns:1fr 1fr}.mobile-menu{position:fixed;inset:82px 0 auto 0;background:var(--paper);border-bottom:1px solid var(--line);padding:22px 20px;display:none;z-index:49}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:14px 0;border-bottom:1px solid var(--line);font-family:var(--serif);font-size:1.2rem}}
@media(max-width:620px){.container{width:min(calc(100% - 28px),var(--max))}.brand-sub{display:none}.brand-word{font-size:1.2rem}.brand img{width:50px;height:42px}.nav{height:72px}.mobile-menu{top:72px}.hero{min-height:auto}.hero-copy{padding:64px 20px 55px}.hero h1{font-size:3.4rem}.hero-art{min-height:430px}.section{padding:68px 0}.section-head{align-items:flex-start}.section-head h2,.page-hero h1{font-size:3rem}.product-grid{grid-template-columns:1fr}.about-split{gap:34px}.about-copy h2,.commission-copy h2,.product-info h1{font-size:3rem}.commission-copy{padding:40px 24px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:10px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.cart-item{grid-template-columns:88px 1fr}.cart-item img{width:88px;height:110px}.cart-item .price{grid-column:2}.page-hero{padding-top:60px}.product-layout{gap:30px}}

/* =========================================================
   ILAJ — Modern gallery redesign
   Visual-only upgrade: rounded artwork cards, stronger type,
   softer surfaces, refined motion, and compact hero artwork.
   ========================================================= */
:root{
  --paper:#f4f1eb;
  --paper-2:#ebe5da;
  --ink:#141310;
  --muted:#756f66;
  --gold:#a97a22;
  --gold-deep:#866018;
  --line:rgba(69,58,43,.13);
  --white:#fff;
  --shadow:0 20px 70px rgba(49,39,26,.10);
  --soft-shadow:0 10px 35px rgba(49,39,26,.075);
  --radius-lg:28px;
  --radius-md:18px;
  --radius-sm:12px;
  --ease:cubic-bezier(.22,.8,.24,1);
}

@view-transition{navigation:auto}
::view-transition-old(root){animation:ilaj-page-out .18s ease both}
::view-transition-new(root){animation:ilaj-page-in .42s var(--ease) both}
@keyframes ilaj-page-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@keyframes ilaj-page-out{to{opacity:0;transform:translateY(-5px)}}
@keyframes ilaj-reveal{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@keyframes ilaj-image-in{from{opacity:0;transform:scale(.975)}to{opacity:1;transform:scale(1)}}

body{background:var(--paper);letter-spacing:-.005em}
#app{animation:ilaj-page-in .48s var(--ease) both;transition:opacity .2s ease,transform .2s ease,filter .2s ease}
#app.page-exit{opacity:0;transform:translateY(6px);filter:blur(2px)}
main{overflow:hidden}

/* Header / navigation */
.site-header{background:rgba(248,246,241,.84);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);border-bottom:1px solid rgba(69,58,43,.08)}
.nav{height:78px;gap:18px}
.brand{gap:13px;min-width:220px}
.brand img{width:52px;height:52px;object-fit:cover;background:#fff;border-radius:13px;border:1px solid rgba(69,58,43,.08);box-shadow:0 6px 20px rgba(49,39,26,.06)}
.brand-word{font-size:1.42rem;letter-spacing:.22em;font-weight:600}
.brand-sub{font-size:.54rem;letter-spacing:.26em}
.nav-links{gap:6px;font-family:var(--sans);font-size:.82rem;font-weight:500;letter-spacing:-.01em}
.nav-links a{position:relative;padding:10px 14px;border:0;border-radius:999px;transition:background .25s var(--ease),color .25s var(--ease),transform .25s var(--ease)}
.nav-links a:hover{border:0;background:rgba(20,19,16,.055);transform:translateY(-1px)}
.nav-links a.active{border:0;background:var(--ink);color:#fff;box-shadow:0 7px 18px rgba(20,19,16,.12)}
.nav-actions{margin-left:8px}
.icon-btn{width:42px;height:42px;border-color:rgba(69,58,43,.13);background:rgba(255,255,255,.55);border-radius:13px;transition:transform .25s var(--ease),background .25s var(--ease),border-color .25s var(--ease),box-shadow .25s var(--ease)}
.icon-btn:hover{transform:translateY(-2px);background:#fff;border-color:rgba(69,58,43,.22);box-shadow:0 8px 24px rgba(49,39,26,.08)}
.icon-btn svg{width:18px;height:18px;stroke:currentColor}
.cart-count{right:-5px;top:-5px;width:19px;height:19px;background:var(--gold-deep);box-shadow:0 2px 7px rgba(49,39,26,.16)}

/* Compact, designer-style homepage hero */
.hero{width:min(calc(100% - 40px),var(--max));min-height:620px;margin:34px auto 46px;grid-template-columns:minmax(0,1.08fr) minmax(360px,.78fr);gap:72px;align-items:center;border:0}
.hero-copy{padding:72px 4px 72px 6px;justify-content:center}
.hero h1{font-size:clamp(3.8rem,5.2vw,5.65rem);line-height:.91;letter-spacing:-.045em;margin:23px 0 24px}
.hero p{max-width:610px;font-size:1.14rem;line-height:1.62;color:#5d564d}
.hero-actions{gap:10px;margin-top:30px}
.hero-notes{margin-top:42px;padding-top:19px;gap:22px;border-top-color:rgba(169,122,34,.45)}
.hero-art{width:100%;aspect-ratio:4/5;max-height:570px;min-height:0;overflow:hidden;border-radius:30px;background:#fff;border:1px solid rgba(69,58,43,.09);box-shadow:0 28px 80px rgba(49,39,26,.13);animation:ilaj-image-in .72s .08s var(--ease) both;isolation:isolate}
.hero-art:before{content:"";position:absolute;inset:0;z-index:1;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.52);pointer-events:none}
.hero-art img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}
.hero-art:hover img{transform:scale(1.025)}
.hero-art:after{right:16px;bottom:16px;border-radius:999px;background:rgba(248,246,241,.88);backdrop-filter:blur(10px);padding:8px 12px;border:1px solid rgba(69,58,43,.08)}

/* Typography and controls */
.eyebrow{font-size:.66rem;letter-spacing:.22em}
.eyebrow:before{width:22px;background:var(--gold)}
.btn{min-height:46px;padding:13px 18px;border-radius:12px;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease)}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(49,39,26,.10)}
.btn.primary{background:var(--ink);border-color:var(--ink);color:#fff}
.btn.primary:hover{background:#2b2924;border-color:#2b2924}
.btn.dark{border-radius:12px}

/* Sections */
.section{padding:88px 0}
.section.alt{background:#fbfaf7;border-top:1px solid rgba(69,58,43,.055);border-bottom:1px solid rgba(69,58,43,.055)}
.section-head{margin-bottom:30px}
.section-head h2{font-size:3.25rem;letter-spacing:-.035em}
.text-link{font-weight:600;border-bottom:0;padding:9px 0;position:relative}
.text-link:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:1px;background:var(--gold);transform-origin:right;transition:transform .25s var(--ease)}
.text-link:hover:after{transform:scaleX(.55)}

/* Modern product cards */
.product-grid{gap:22px}
.product-card{background:rgba(255,255,255,.72);border:1px solid rgba(69,58,43,.09);border-radius:22px;padding:10px 10px 13px;overflow:hidden;transition:transform .36s var(--ease),box-shadow .36s var(--ease),border-color .36s var(--ease),background .36s var(--ease)}
.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 55px rgba(49,39,26,.105);border-color:rgba(69,58,43,.14);background:#fff}
.product-image{aspect-ratio:4/5;border-radius:15px;background:var(--paper-2)}
.product-image img{transition:transform .7s var(--ease),filter .7s var(--ease)}
.product-card:hover img{transform:scale(1.045);filter:saturate(1.03)}
.badge{top:12px;left:12px;padding:7px 10px;border-radius:999px;background:rgba(250,248,244,.9);backdrop-filter:blur(10px);border:1px solid rgba(69,58,43,.08);font-size:.58rem;font-weight:700}
.product-meta{padding:16px 4px 12px}
.product-title{font-family:var(--serif);font-size:1.58rem;font-weight:600;line-height:1;letter-spacing:-.025em;color:#13120f;transition:color .25s ease}
.product-card:hover .product-title{color:var(--gold-deep)}
.product-sub{font-size:.72rem;line-height:1.58;margin-top:9px;color:#7d766c}
.price{font-family:var(--sans);font-size:.92rem;font-weight:700;letter-spacing:-.025em;margin-top:10px;color:#1f1d19}
.card-actions{gap:8px;padding:0 4px 2px}
.card-actions .btn{min-height:42px;border-color:rgba(69,58,43,.18);font-size:.66rem;background:transparent}
.card-actions .btn:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.card-actions .icon-btn{width:42px;height:42px;border-radius:12px;background:transparent}

/* Homepage content cards */
.about-split{gap:64px}
.about-art{min-height:520px;border-radius:26px;box-shadow:var(--soft-shadow);border:1px solid rgba(69,58,43,.08)}
.about-art img{filter:saturate(.82);transition:transform .8s var(--ease)}
.about-art:hover img{transform:scale(1.025)}
.about-copy h2{font-size:3.75rem;letter-spacing:-.04em}
.quote{border-left:0;padding:22px 24px;margin:28px 0;border-radius:16px;background:rgba(169,122,34,.075);font-size:1.42rem}
.commission-banner{border-radius:28px;box-shadow:var(--soft-shadow);border:1px solid rgba(69,58,43,.08)}
.commission-copy{padding:58px}
.commission-copy h2{font-size:3.35rem;letter-spacing:-.035em}

/* Inner-page heroes */
.page-hero{padding:34px 0 18px;border:0}
.page-hero .container{padding:62px 64px 58px;border-radius:28px;background:linear-gradient(135deg,#fbfaf7 0%,#eee8dc 100%);border:1px solid rgba(69,58,43,.08);box-shadow:0 16px 50px rgba(49,39,26,.055)}
.page-hero h1{font-size:4.35rem;letter-spacing:-.045em;margin:13px 0 12px}
.page-hero p{font-size:1.13rem;line-height:1.6}
.filters{gap:8px;margin-bottom:30px}
.chip{border-color:rgba(69,58,43,.15);border-radius:999px;padding:9px 15px;background:rgba(255,255,255,.6);transition:all .25s var(--ease)}
.chip:hover{background:#fff;transform:translateY(-1px)}
.chip.active{background:var(--ink);border-color:var(--ink);box-shadow:0 7px 18px rgba(20,19,16,.12)}

/* Artwork page */
.product-page{padding:44px 0 96px}
.product-layout{gap:76px;align-items:start}
.product-main-image{border-radius:28px;box-shadow:var(--soft-shadow);border:1px solid rgba(69,58,43,.08)}
.product-info{top:105px;padding:26px 0}
.product-info h1{font-size:4.15rem;letter-spacing:-.045em}
.product-info .price{font-size:1.2rem}
.specs{border-color:rgba(69,58,43,.12)}
.product-buy{gap:9px}

/* About page */
.about-page-grid{gap:76px}
.about-page-grid .portrait{border-radius:28px;border:1px solid rgba(69,58,43,.09);box-shadow:var(--soft-shadow);overflow:hidden}
.prose h2{font-size:2.9rem;letter-spacing:-.035em}

/* Forms */
.notice{border-color:rgba(69,58,43,.10);background:#fbfaf7;border-radius:14px;padding:16px 18px}
.field input,.field textarea,.field select{border-color:rgba(69,58,43,.14);border-radius:13px;background:rgba(255,255,255,.9);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.field input:focus,.field textarea:focus,.field select:focus{border-color:rgba(169,122,34,.7);box-shadow:0 0 0 4px rgba(169,122,34,.09);background:#fff}

/* Cart / empty states */
.cart-item{padding:16px;border:1px solid rgba(69,58,43,.09);border-radius:18px;background:#fbfaf7;margin-bottom:12px;align-items:center}
.cart-item img{border-radius:12px}
.summary{border-color:rgba(69,58,43,.10);background:#fbfaf7;border-radius:20px;box-shadow:var(--soft-shadow)}
.empty-state{border-color:rgba(69,58,43,.09);border-radius:24px;background:#fbfaf7}

/* Footer */
.footer{background:#efebe3;border-top-color:rgba(69,58,43,.09);padding-top:64px}
.footer .brand img{background:#fff}
.footer-bottom{border-top-color:rgba(69,58,43,.10)}

/* Reveal movement for primary content */
.hero-copy,.section-head,.page-hero .container{animation:ilaj-reveal .6s .04s var(--ease) both}
.product-grid .product-card{animation:ilaj-reveal .58s var(--ease) both}
.product-grid .product-card:nth-child(2){animation-delay:.04s}.product-grid .product-card:nth-child(3){animation-delay:.08s}.product-grid .product-card:nth-child(4){animation-delay:.12s}

@media(max-width:1000px){
  .nav-links{display:none}
  .mobile-toggle{display:grid;margin-left:auto}
  .nav-actions{margin-left:0}
  .hero{width:min(calc(100% - 36px),760px);grid-template-columns:1fr;gap:12px;margin-top:22px}
  .hero-copy{padding:58px 4px 28px}
  .hero-art{width:min(100%,560px);justify-self:center;max-height:none;aspect-ratio:4/5;margin:0 0 42px}
  .hero h1{font-size:clamp(3.7rem,9vw,5.3rem)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .about-split,.product-layout,.cart-layout,.about-page-grid{grid-template-columns:1fr}
  .product-info,.summary{position:static}
  .commission-banner{grid-template-columns:1fr}
  .commission-graphic{min-height:280px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .mobile-menu{top:78px;background:rgba(248,246,241,.96);backdrop-filter:blur(18px);padding:12px 20px 20px}
  .mobile-menu a{font-family:var(--sans);font-size:.95rem;padding:14px 4px}
  .page-hero .container{padding:50px 46px}
}

@media(max-width:620px){
  .container{width:min(calc(100% - 28px),var(--max))}
  .brand{min-width:0}.brand-sub{display:none}.brand-word{font-size:1.16rem}.brand img{width:44px;height:44px;border-radius:11px}.nav{height:70px}.mobile-menu{top:70px}
  .hero{width:calc(100% - 28px);margin:14px auto 34px;gap:8px}
  .hero-copy{padding:48px 2px 22px}
  .hero h1{font-size:3.45rem;line-height:.92}
  .hero p{font-size:1.04rem}
  .hero-art{width:100%;border-radius:22px;margin-bottom:30px}
  .hero-notes{gap:11px 18px;margin-top:32px}
  .section{padding:64px 0}
  .section-head{align-items:flex-start}
  .section-head h2,.page-hero h1{font-size:2.9rem}
  .product-grid{grid-template-columns:1fr;gap:18px}
  .product-card{border-radius:20px}.product-image{border-radius:14px}.product-title{font-size:1.65rem}
  .about-split{gap:32px}.about-art{min-height:430px;border-radius:22px}
  .about-copy h2,.commission-copy h2,.product-info h1{font-size:2.95rem}
  .commission-banner{border-radius:22px}.commission-copy{padding:38px 24px}
  .footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:10px}
  .form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}
  .cart-item{grid-template-columns:88px 1fr}.cart-item img{width:88px;height:110px}.cart-item .price{grid-column:2}
  .page-hero{padding:16px 0 10px}.page-hero .container{padding:40px 26px;border-radius:22px}
  .product-layout{gap:30px}.product-main-image{border-radius:22px}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* =========================================================
   ILAJ — Editorial gallery refinement
   Makes the Gallery / Shop feel more like a curated art site.
   ========================================================= */

/* Gallery hero: cleaner, slightly more compact */
.page-hero:has(+ .section .filters){
  padding-top:26px;
  padding-bottom:8px;
}
.page-hero:has(+ .section .filters) .container{
  padding:48px 54px 46px;
  background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(235,229,218,.72));
  backdrop-filter:blur(10px);
}
.page-hero:has(+ .section .filters) h1{
  font-size:clamp(3.25rem,5vw,4.7rem);
  margin:8px 0 10px;
}
.page-hero:has(+ .section .filters) p{
  max-width:650px;
  font-size:1.05rem;
}

/* Filter bar */
.page-hero + .section .filters{
  width:max-content;
  max-width:100%;
  margin:0 0 34px;
  padding:6px;
  gap:4px;
  border:1px solid rgba(69,58,43,.09);
  border-radius:16px;
  background:rgba(255,255,255,.62);
  box-shadow:0 10px 30px rgba(49,39,26,.045);
}
.page-hero + .section .chip{
  border:0;
  border-radius:11px;
  padding:10px 16px;
  background:transparent;
  color:#615b52;
  font-size:.66rem;
  font-weight:700;
  letter-spacing:.12em;
  transition:background .24s var(--ease),color .24s var(--ease),transform .24s var(--ease),box-shadow .24s var(--ease);
}
.page-hero + .section .chip:hover{
  background:rgba(20,19,16,.05);
  transform:none;
}
.page-hero + .section .chip.active{
  color:#fff;
  background:var(--ink);
  box-shadow:0 7px 18px rgba(20,19,16,.14);
}

/* Larger editorial grid on gallery/archive pages */
.page-hero + .section .product-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:46px 24px;
}
.page-hero + .section .product-card{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  overflow:visible;
  box-shadow:none;
  transition:transform .34s var(--ease);
}
.page-hero + .section .product-card:hover{
  transform:translateY(-4px);
  background:transparent;
  box-shadow:none;
  border-color:transparent;
}
.page-hero + .section .product-image{
  aspect-ratio:4/5;
  border-radius:21px;
  border:1px solid rgba(69,58,43,.08);
  box-shadow:0 10px 32px rgba(49,39,26,.055);
  isolation:isolate;
}
.page-hero + .section .product-image::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.25);
  pointer-events:none;
}
.page-hero + .section .product-image::after{
  content:"↗";
  position:absolute;
  right:14px;
  bottom:14px;
  z-index:2;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:rgba(248,246,241,.90);
  border:1px solid rgba(69,58,43,.08);
  backdrop-filter:blur(12px);
  font:600 1rem/1 var(--sans);
  color:var(--ink);
  opacity:0;
  transform:translateY(8px) scale(.94);
  transition:opacity .28s var(--ease),transform .28s var(--ease);
}
.page-hero + .section .product-card:hover .product-image::after{
  opacity:1;
  transform:none;
}
.page-hero + .section .product-image img{
  transition:transform .8s var(--ease),filter .8s var(--ease);
}
.page-hero + .section .product-card:hover .product-image img{
  transform:scale(1.035);
  filter:saturate(1.035) contrast(1.01);
}

/* Product information: title becomes the visual anchor */
.page-hero + .section .product-meta{
  padding:18px 3px 11px;
}
.page-hero + .section .product-title{
  display:inline;
  font-family:var(--serif);
  font-size:clamp(1.72rem,2vw,2.05rem);
  font-weight:600;
  line-height:.98;
  letter-spacing:-.035em;
  color:#12110f;
  background-image:linear-gradient(var(--gold),var(--gold));
  background-size:0 1px;
  background-position:0 100%;
  background-repeat:no-repeat;
  transition:color .25s ease,background-size .35s var(--ease);
}
.page-hero + .section .product-card:hover .product-title{
  color:#12110f;
  background-size:100% 1px;
}
.page-hero + .section .product-sub{
  margin-top:11px;
  font-size:.72rem;
  line-height:1.65;
  letter-spacing:.015em;
  color:#817a70;
}
.page-hero + .section .price{
  margin-top:11px;
  font-family:var(--sans);
  font-size:.88rem;
  font-weight:750;
  letter-spacing:-.015em;
  color:#1a1916;
}

/* Actions feel lighter and more intentional */
.page-hero + .section .card-actions{
  padding:0 3px;
  gap:8px;
}
.page-hero + .section .card-actions .btn{
  min-height:44px;
  border-radius:12px;
  border-color:rgba(69,58,43,.14);
  background:rgba(255,255,255,.42);
  font-size:.64rem;
  letter-spacing:.14em;
}
.page-hero + .section .card-actions .btn:hover{
  background:var(--ink);
  color:#fff;
  border-color:var(--ink);
}
.page-hero + .section .card-actions .icon-btn{
  width:44px;
  height:44px;
  border-radius:12px;
  border-color:rgba(69,58,43,.13);
  background:rgba(255,255,255,.42);
}

/* Smaller, cleaner badge */
.page-hero + .section .badge{
  top:13px;
  left:13px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(248,246,241,.88);
  backdrop-filter:blur(12px);
  color:#24211c;
  font-size:.56rem;
  letter-spacing:.14em;
  box-shadow:0 5px 16px rgba(49,39,26,.05);
}

/* Homepage product names: stronger without changing layout */
.section:not(.page-hero + .section) .product-title{
  font-size:1.72rem;
  font-weight:600;
  letter-spacing:-.035em;
}

@media(max-width:1000px){
  .page-hero + .section .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 18px}
  .page-hero:has(+ .section .filters) .container{padding:42px 40px}
}

@media(max-width:620px){
  .page-hero:has(+ .section .filters){padding-top:14px}
  .page-hero:has(+ .section .filters) .container{padding:34px 22px}
  .page-hero + .section .filters{
    width:100%;
    overflow-x:auto;
    flex-wrap:nowrap;
    padding:5px;
    margin-bottom:26px;
    scrollbar-width:none;
  }
  .page-hero + .section .filters::-webkit-scrollbar{display:none}
  .page-hero + .section .chip{flex:0 0 auto;padding:10px 14px}
  .page-hero + .section .product-grid{grid-template-columns:1fr;gap:34px}
  .page-hero + .section .product-image{border-radius:18px}
  .page-hero + .section .product-title{font-size:2rem}
  .page-hero + .section .product-image::after{opacity:1;transform:none;width:38px;height:38px;border-radius:11px}
}
