
:root{--paper:#f1eee6;--ink:#111;--line:rgba(17,17,17,.17)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Courier New",Courier,monospace}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}
.site-header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 3vw;border-bottom:1px solid var(--line);background:rgba(241,238,230,.95);position:sticky;top:0;z-index:50}.brand{font-size:20px;font-weight:700;letter-spacing:.12em}.nav{display:flex;gap:38px;font-size:11px;letter-spacing:.24em}.menu-toggle{display:none;background:none;border:0;font:inherit}

.ai-hero{
  position:relative;
  width:100%;
  min-height:calc(100svh - 72px);
  overflow:hidden;
  background:#d8d3c9;
}
.ai-hero-image{
  width:100%;
  height:calc(100svh - 72px);
  object-fit:cover;
  object-position:center;
}
.hero-click{
  position:absolute;
  left:44%;
  right:44%;
  bottom:5%;
  height:11%;
  z-index:3;
}


.collection-intro{padding:48px 6vw;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);gap:35px}.collection-intro p:first-child{font-size:12px;letter-spacing:.24em}.collection-intro p:last-child{max-width:590px;line-height:1.6}
.work{min-height:80vh;padding:4.3vw 6vw;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(250px,.45fr);gap:5vw;align-items:center;border-bottom:1px solid var(--line)}.art{min-height:58vh;display:flex;align-items:center;justify-content:center}.art img{max-width:100%;max-height:70vh;width:auto;height:auto;object-fit:contain;box-shadow:0 18px 38px rgba(0,0,0,.12)}.meta{max-width:390px}.number,.status,.inquire{font-size:11px;letter-spacing:.22em}.meta h2{font-size:clamp(34px,4.1vw,62px);font-weight:400;letter-spacing:-.055em;line-height:1;margin:18px 0 8px}.meta .subject{font-size:14px;letter-spacing:.08em;margin:0;text-transform:none}.rule{display:block;width:38px;border-top:1px solid;margin:21px 0}.meta p{font-size:13px;line-height:1.6;margin:3px 0}.inquire,.status{display:inline-block;margin-top:21px!important;padding-bottom:6px;border-bottom:1px solid}
.about{display:grid;grid-template-columns:1.2fr .8fr;border-bottom:1px solid var(--line);padding:4.5vw 6vw;gap:4.5vw;align-items:center}.about-photo{display:flex;align-items:center;justify-content:center}.about-photo img{width:100%;height:auto;max-height:78vh;object-fit:contain;box-shadow:0 16px 32px rgba(0,0,0,.10)}.about-copy h2{font-size:clamp(34px,4vw,58px);font-weight:400;line-height:1.05;letter-spacing:-.05em;margin:20px 0 26px}.about-copy p:not(.eyebrow){line-height:1.7;margin:0 0 14px}
.closing-photo{width:100%;height:100svh}.closing-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.contact{min-height:52vh;padding:6vw;display:flex;flex-direction:column;justify-content:center}.contact h2{font-size:clamp(44px,6.3vw,90px);font-weight:400;line-height:.98;letter-spacing:-.055em;margin:20px 0 35px}.contact a{width:max-content;font-size:clamp(17px,2vw,27px);border-bottom:1px solid;padding-bottom:6px}
footer{border-top:1px solid var(--line);padding:25px 3vw;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.17em}
@media(max-width:850px){.site-header{height:62px;padding:0 18px}.brand{font-size:15px}.menu-toggle{display:block}.nav{display:none;position:absolute;right:18px;top:62px;background:#111;color:#fff;padding:24px;flex-direction:column;gap:22px}.nav.open{display:flex}.hero-photo{height:auto}.hero-photo img{height:auto;object-fit:contain}.hero-intro{grid-template-columns:1fr;padding:30px 22px 38px;gap:22px}.signature{width:100%}.hero-copy{text-align:center}.collection-intro{padding:45px 22px;display:block}.collection-intro p:last-child{margin-top:18px}.work,.work.reverse .art,.art{min-height:0}.art img{max-height:none;width:100%;height:auto}.meta h2{font-size:40px}.about{grid-template-columns:1fr;padding:55px 22px;gap:34px}.about-photo{width:100%}.closing-photo{height:auto}.closing-photo img{height:auto;object-fit:contain}.contact{padding:75px 22px}footer{padding:24px 22px;flex-direction:column;gap:12px}}

@media(max-width:850px){
  .ai-hero{min-height:auto}
  .ai-hero-image{height:auto;min-height:0;object-fit:contain}
  .hero-click{left:36%;right:36%;bottom:4%;height:13%}
}

/* V15 identity corrections */
.signature-brand{
  display:flex;
  align-items:center;
  width:170px;
  height:54px;
  overflow:hidden;
}
.signature-brand img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left center;
  /* Existing PNG is rendered as a solid black mark without redrawing it. */
  filter:brightness(0) saturate(100%);
}
footer span:last-child{
  color:#000;
}
@media(max-width:850px){
  .signature-brand{width:125px;height:46px}
}

.final-hero{position:relative;width:100%;height:100svh;min-height:620px;margin:0;padding:0;overflow:hidden;background:#d7d3ca}
.final-hero-image{width:100%;height:100%;object-fit:cover;object-position:center}
.enter-hotspot{position:absolute;left:42%;right:42%;bottom:4%;height:11%;z-index:5}
footer .verbier{color:#000!important}
@media(max-width:850px){.final-hero{height:auto;min-height:0}.final-hero-image{width:100%;height:auto;object-fit:contain}.enter-hotspot{left:34%;right:34%;bottom:3%;height:13%}}

/* V17 — approved signature + horizontal About */
.final-hero{position:relative}
.exact-signature{
  position:absolute;
  top:3.3%;
  left:4.3%;
  width:13.8%;
  max-width:220px;
  height:auto;
  z-index:8;
  pointer-events:none;
  filter:none;
  box-shadow:none;
}
.about-horizontal{
  background:#f3efe8;
  padding:38px 5.3% 42px;
}
.about-horizontal .about-inner{
  max-width:1400px;
  margin:0 auto;
}
.about-horizontal h2{
  margin:0 0 22px;
  font-family:"Courier New", Courier, monospace;
  font-size:clamp(22px,2vw,34px);
  letter-spacing:.12em;
  font-weight:500;
}
.about-horizontal .about-copy{
  max-width:1250px;
}
.about-horizontal p{
  margin:0 0 14px;
  max-width:none;
  font-family:"Courier New", Courier, monospace;
  font-size:clamp(14px,1.15vw,18px);
  line-height:1.55;
}
footer span:last-child{color:#000!important}
@media(max-width:850px){
  .exact-signature{top:3%;left:4%;width:18%;max-width:150px}
  .about-horizontal{padding:30px 7% 34px}
}

/* V17 final signature placement */
.exact-signature{
  top:3.0%!important;
  left:4.0%!important;
  width:14.5%!important;
  max-width:225px!important;
  filter:none!important;
  box-shadow:none!important;
  text-shadow:none!important;
}

/* V18 social links */
.social-links{
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
}
.social-links a{
  color:inherit;
  text-decoration:none;
  font-family:"Courier New", Courier, monospace;
  font-size:12px;
  letter-spacing:.12em;
}
.social-links a:hover{
  text-decoration:underline;
}
@media(max-width:850px){
  .social-links{gap:14px}
  .social-links a{font-size:11px}
}

/* V19 — functional hero navigation + safer responsive spacing */
html{scroll-behavior:smooth;scroll-padding-top:18px}

.final-hero{
  position:relative;
  width:100%;
  overflow:hidden;
  background:#d8d3c9;
}

/* Keep the entire approved hero visible on wide screens so edge text
   such as VERBIER, SWITZERLAND never gets clipped. */
.final-hero-image{
  display:block;
  width:100%;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
}

/* Exact signature remains flat against the wall. */
.exact-signature{
  box-shadow:none!important;
  filter:none!important;
}

/* Clickable zones aligned over the text baked into the approved hero image. */
.nav-hotspot{
  position:absolute;
  z-index:20;
  display:block;
}
.nav-works{top:4.2%; right:19.6%; width:5.5%; height:5.5%}
.nav-about{top:4.2%; right:11.9%; width:5.7%; height:5.5%}
.nav-contact{top:4.2%; right:3.2%; width:7.0%; height:5.5%}
.enter-hotspot{
  position:absolute;
  left:45.5%;
  width:9%;
  bottom:2.2%;
  height:8%;
  z-index:20;
}

/* Bring overall content inward slightly on large landscape displays. */
.about-horizontal,
.collection-intro,
.collection,
.works,
.gallery,
main{
  box-sizing:border-box;
}

/* Artwork rows: keep information visually attached to its painting. */
.artwork,
.work,
.collection-item,
.artwork-row{
  column-gap:clamp(24px,3.2vw,52px)!important;
  row-gap:22px!important;
}

.artwork-info,
.work-info,
.collection-item .info,
.artwork-copy{
  max-width:470px!important;
}

/* On wide landscape screens, reduce dead air between image and copy. */
@media (min-width:1100px){
  .artwork,
  .work,
  .collection-item,
  .artwork-row{
    grid-template-columns:minmax(0,1.12fr) minmax(280px,.72fr)!important;
    gap:clamp(26px,3vw,46px)!important;
    align-items:center!important;
  }
  .artwork-info,
  .work-info,
  .collection-item .info,
  .artwork-copy{
    justify-self:start!important;
    padding-left:0!important;
    margin-left:0!important;
  }
}

/* Tablet / portrait: keep text close beneath or beside the image. */
@media (max-width:1099px){
  .artwork,
  .work,
  .collection-item,
  .artwork-row{
    gap:20px!important;
  }
}

/* Phone / narrow portrait */
@media (max-width:850px){
  .nav-works{top:3.8%; right:20%; width:7%; height:6%}
  .nav-about{top:3.8%; right:11.4%; width:7%; height:6%}
  .nav-contact{top:3.8%; right:2.4%; width:8.2%; height:6%}
  .enter-hotspot{left:42%;width:16%;bottom:1%;height:10%}

  .about-horizontal{
    padding-left:6%!important;
    padding-right:6%!important;
  }

  .artwork,
  .work,
  .collection-item,
  .artwork-row{
    gap:14px!important;
  }

  .artwork-info,
  .work-info,
  .collection-item .info,
  .artwork-copy{
    max-width:none!important;
  }
}

/* V20 — approved Outlaw Collection statement */
.collection-intro{
  padding:clamp(48px,6vw,88px) 6%;
}
.collection-statement{
  max-width:980px;
  margin:0 auto;
}
.collection-statement h1{
  margin:0 0 28px;
  font-family:"Courier New", Courier, monospace;
  font-size:clamp(28px,3.1vw,48px);
  line-height:1.05;
  letter-spacing:.06em;
  font-weight:500;
}
.collection-statement p{
  margin:0 0 18px;
  max-width:900px;
  font-family:"Courier New", Courier, monospace;
  font-size:clamp(14px,1.15vw,18px);
  line-height:1.6;
}
.collection-statement p:last-child{margin-bottom:0}
@media(max-width:850px){
  .collection-intro{padding:38px 6% 46px}
  .collection-statement h1{margin-bottom:22px}
  .collection-statement p{line-height:1.55;margin-bottom:16px}
}

/* V22 — coherent centered editorial text sections */
.collection-intro,
.about-horizontal{
  padding-left:5%!important;
  padding-right:5%!important;
}

.collection-statement,
.about-horizontal .about-inner{
  width:100%!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}

.collection-statement h1,
.about-horizontal h2{
  text-align:center!important;
}

.collection-statement p,
.about-horizontal .about-copy,
.about-horizontal .about-copy p{
  max-width:none!important;
  width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}

/* Allow long natural lines across most of the page without justification. */
.collection-statement p,
.about-horizontal .about-copy p{
  padding-left:3%!important;
  padding-right:3%!important;
  box-sizing:border-box!important;
  line-height:1.55!important;
  word-spacing:normal!important;
  letter-spacing:normal!important;
  text-justify:auto!important;
  hyphens:none!important;
}

/* Keep paragraph rhythm coherent between both sections. */
.collection-statement p,
.about-horizontal .about-copy p{
  margin-bottom:18px!important;
}

@media (min-width:1200px){
  .collection-statement p,
  .about-horizontal .about-copy p{
    padding-left:5%!important;
    padding-right:5%!important;
    font-size:clamp(15px,1.05vw,18px)!important;
  }
}

@media (max-width:850px){
  .collection-intro,
  .about-horizontal{
    padding-left:6%!important;
    padding-right:6%!important;
  }
  .collection-statement p,
  .about-horizontal .about-copy p{
    padding-left:0!important;
    padding-right:0!important;
    text-align:left!important;
  }
  .collection-statement h1,
  .about-horizontal h2{
    text-align:left!important;
  }
}

/* V23 — matched section titles + left-aligned wide copy */
.collection-intro,
.about-horizontal{
  padding-left:5%!important;
  padding-right:5%!important;
}

.collection-statement,
.about-horizontal .about-inner,
.about-horizontal .about-copy{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  text-align:left!important;
}

/* EXACT same typography for both section titles */
.collection-statement h1,
.about-horizontal h2{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 28px 0!important;
  padding:0!important;
  text-align:left!important;
  font-family:"Courier New", Courier, monospace!important;
  font-size:clamp(28px,3.1vw,48px)!important;
  line-height:1.05!important;
  letter-spacing:.06em!important;
  font-weight:500!important;
}

/* Wide, clean, left-aligned body copy */
.collection-statement p,
.about-horizontal .about-copy p{
  width:100%!important;
  max-width:1180px!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  text-align:left!important;
  font-family:"Courier New", Courier, monospace!important;
  font-size:clamp(14px,1.15vw,18px)!important;
  line-height:1.6!important;
  font-weight:400!important;
  letter-spacing:normal!important;
  word-spacing:normal!important;
  hyphens:none!important;
}

@media(min-width:1500px){
  .collection-statement p,
  .about-horizontal .about-copy p{
    max-width:1320px!important;
  }
}

@media(max-width:850px){
  .collection-intro,
  .about-horizontal{
    padding-left:6%!important;
    padding-right:6%!important;
  }
  .collection-statement h1,
  .about-horizontal h2{
    font-size:clamp(26px,8vw,38px)!important;
    margin-bottom:22px!important;
  }
  .collection-statement p,
  .about-horizontal .about-copy p{
    max-width:none!important;
    line-height:1.55!important;
  }
}

/* V24 — collection/About matched wide left-aligned composition */
.collection-statement,
.about-horizontal .about-inner,
.about-horizontal .about-copy{
  width:100%!important;
  max-width:none!important;
}

.collection-statement p,
.about-horizontal .about-copy p{
  width:100%!important;
  max-width:none!important;
  text-align:left!important;
  padding-left:0!important;
  padding-right:0!important;
}

/* Keep the two section titles exactly matched */
.collection-statement h1,
.about-horizontal h2{
  width:100%!important;
  max-width:none!important;
  text-align:left!important;
  font-family:"Courier New", Courier, monospace!important;
  font-size:clamp(28px,3.1vw,48px)!important;
  font-weight:500!important;
  line-height:1.05!important;
  letter-spacing:.06em!important;
}

/* V25 — exact shared composition for Collection + About */
.collection-intro,
.about-horizontal{
  box-sizing:border-box!important;
  width:100%!important;
  padding-left:5%!important;
  padding-right:5%!important;
}

.collection-statement,
.about-horizontal .about-inner,
.about-horizontal .about-copy{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
}

/* Identical section title typography and width */
.collection-statement h1,
.about-horizontal h2{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 28px 0!important;
  padding:0!important;
  text-align:left!important;
  font-family:"Courier New", Courier, monospace!important;
  font-size:clamp(28px,3.1vw,48px)!important;
  font-weight:500!important;
  line-height:1.05!important;
  letter-spacing:.06em!important;
}

/* Identical body-copy boundaries: same left edge, same right edge */
.collection-statement p,
.about-horizontal .about-copy p{
  box-sizing:border-box!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 18px 0!important;
  padding:0!important;
  text-align:left!important;
  font-family:"Courier New", Courier, monospace!important;
  font-size:clamp(14px,1.15vw,18px)!important;
  font-weight:400!important;
  line-height:1.6!important;
  letter-spacing:normal!important;
  word-spacing:normal!important;
  hyphens:none!important;
}

/* Keep both sections identical on smaller screens too */
@media(max-width:850px){
  .collection-intro,
  .about-horizontal{
    padding-left:6%!important;
    padding-right:6%!important;
  }
  .collection-statement h1,
  .about-horizontal h2{
    font-size:clamp(26px,8vw,38px)!important;
    margin-bottom:22px!important;
  }
  .collection-statement p,
  .about-horizontal .about-copy p{
    width:100%!important;
    max-width:none!important;
    line-height:1.55!important;
  }
}

/* V26 — hard-match About to Outlaw Collection width */
.about-horizontal{
  padding:clamp(48px,6vw,88px) 5%!important;
  background:#f3efe8!important;
}

.about-horizontal .about-statement{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
}

/* Make ABOUT title visually identical to THE OUTLAW COLLECTION */
.collection-statement h1,
.about-horizontal .about-statement h2{
  margin:0 0 28px 0!important;
  padding:0!important;
  width:100%!important;
  max-width:none!important;
  font-family:"Courier New", Courier, monospace!important;
  font-size:clamp(28px,3.1vw,48px)!important;
  line-height:1.05!important;
  letter-spacing:.06em!important;
  font-weight:500!important;
  text-align:left!important;
}

/* Exact same paragraph width and typography */
.collection-statement p,
.about-horizontal .about-statement p{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 18px 0!important;
  padding:0!important;
  font-family:"Courier New", Courier, monospace!important;
  font-size:clamp(14px,1.15vw,18px)!important;
  line-height:1.6!important;
  font-weight:400!important;
  letter-spacing:normal!important;
  word-spacing:normal!important;
  text-align:left!important;
  hyphens:none!important;
}

@media(max-width:850px){
  .about-horizontal{
    padding:38px 6% 46px!important;
  }
  .collection-statement h1,
  .about-horizontal .about-statement h2{
    font-size:clamp(26px,8vw,38px)!important;
    margin-bottom:22px!important;
  }
}

/* V27 — fix legacy .about grid that was constraining About to the left column */
.about.about-horizontal{
  display:block!important;
  grid-template-columns:none!important;
  gap:0!important;
  align-items:initial!important;
  width:100%!important;
  padding:clamp(48px,6vw,88px) 5%!important;
}

.about.about-horizontal .about-statement{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

.about.about-horizontal .about-statement p{
  display:block!important;
  width:100%!important;
  max-width:none!important;
}

@media(max-width:850px){
  .about.about-horizontal{
    display:block!important;
    padding:38px 6% 46px!important;
  }
}

/* V28 — contact section aligned with Collection + About */
.contact-section{
  display:block!important;
  box-sizing:border-box!important;
  width:100%!important;
  padding:clamp(48px,6vw,88px) 5%!important;
  background:#f3efe8;
  border-top:1px solid rgba(0,0,0,.10);
}

.contact-inner{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
}

.contact-inner h2{
  width:100%!important;
  max-width:none!important;
  margin:0 0 28px 0!important;
  padding:0!important;
  text-align:left!important;
  font-family:"Courier New", Courier, monospace!important;
  font-size:clamp(28px,3.1vw,48px)!important;
  font-weight:500!important;
  line-height:1.05!important;
  letter-spacing:.06em!important;
}

.contact-inner p{
  width:100%!important;
  max-width:none!important;
  margin:0 0 28px 0!important;
  padding:0!important;
  text-align:left!important;
  font-family:"Courier New", Courier, monospace!important;
  font-size:clamp(14px,1.15vw,18px)!important;
  font-weight:400!important;
  line-height:1.6!important;
  letter-spacing:normal!important;
}

.contact-email{
  display:inline-block;
  margin-top:2px;
  color:#111;
  text-decoration:none;
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(30px,4.3vw,72px);
  font-weight:400;
  line-height:1.05;
  letter-spacing:-.025em;
  border-bottom:1px solid rgba(0,0,0,.35);
  padding-bottom:6px;
}

.contact-email:hover{
  border-bottom-color:#111;
}

@media(max-width:850px){
  .contact-section{
    padding:38px 6% 46px!important;
  }

  .contact-inner h2{
    font-size:clamp(26px,8vw,38px)!important;
    margin-bottom:22px!important;
  }

  .contact-email{
    font-size:clamp(26px,8.5vw,44px);
    word-break:break-word;
  }
}

/* V29 — locked Contact composition */
.contact-section{
  width:100%!important;
  box-sizing:border-box!important;
  padding:clamp(54px,6vw,92px) 5%!important;
  background:#f3efe8!important;
  border-top:1px solid rgba(0,0,0,.10)!important;
}

.contact-inner{
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:0!important;
  text-align:center!important;
}

.contact-inner h2{
  width:100%!important;
  max-width:none!important;
  margin:0 0 26px!important;
  padding:0!important;
  text-align:center!important;
  font-family:"Courier New", Courier, monospace!important;
  font-size:clamp(28px,3.1vw,48px)!important;
  font-weight:500!important;
  line-height:1.05!important;
  letter-spacing:.06em!important;
}

.contact-inner p{
  width:100%!important;
  max-width:none!important;
  margin:0 0 24px!important;
  padding:0!important;
  text-align:center!important;
  font-family:"Courier New", Courier, monospace!important;
  font-size:clamp(14px,1.15vw,18px)!important;
  font-weight:400!important;
  line-height:1.6!important;
  letter-spacing:normal!important;
}

.contact-email{
  display:inline-block!important;
  margin:0!important;
  padding:0 0 3px!important;
  color:#111!important;
  text-decoration:none!important;
  font-family:"Courier New", Courier, monospace!important;
  font-size:clamp(17px,1.55vw,24px)!important;
  font-weight:400!important;
  line-height:1.3!important;
  letter-spacing:.01em!important;
  border-bottom:1px solid rgba(0,0,0,.28)!important;
}

.contact-email:hover{
  border-bottom-color:#111!important;
}

@media(max-width:850px){
  .contact-section{
    padding:44px 6% 52px!important;
  }
  .contact-inner h2{
    font-size:clamp(26px,8vw,38px)!important;
    margin-bottom:20px!important;
  }
  .contact-inner p{
    font-size:14px!important;
    margin-bottom:20px!important;
  }
  .contact-email{
    font-size:clamp(16px,5vw,21px)!important;
    word-break:normal!important;
  }
}

/* V30 — Contact matches Outlaw Collection + About composition exactly */
.contact-section{
  display:block!important;
  box-sizing:border-box!important;
  width:100%!important;
  padding:clamp(48px,6vw,88px) 5%!important;
  background:#f3efe8!important;
  border-top:1px solid rgba(0,0,0,.10)!important;
}

.contact-inner{
  display:block!important;
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
}

/* Same title system */
.contact-inner h2{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 28px 0!important;
  padding:0!important;
  text-align:left!important;
  font-family:"Courier New", Courier, monospace!important;
  font-size:clamp(28px,3.1vw,48px)!important;
  font-weight:500!important;
  line-height:1.05!important;
  letter-spacing:.06em!important;
}

/* Same body-copy system */
.contact-inner p{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 18px 0!important;
  padding:0!important;
  text-align:left!important;
  font-family:"Courier New", Courier, monospace!important;
  font-size:clamp(14px,1.15vw,18px)!important;
  font-weight:400!important;
  line-height:1.6!important;
  letter-spacing:normal!important;
  word-spacing:normal!important;
}

/* Email stays restrained, typewriter and left aligned */
.contact-email{
  display:inline-block!important;
  margin:0!important;
  padding:0 0 3px!important;
  color:#111!important;
  text-align:left!important;
  text-decoration:none!important;
  font-family:"Courier New", Courier, monospace!important;
  font-size:clamp(16px,1.35vw,21px)!important;
  font-weight:400!important;
  line-height:1.4!important;
  letter-spacing:.01em!important;
  border-bottom:1px solid rgba(0,0,0,.28)!important;
}

@media(max-width:850px){
  .contact-section{
    padding:38px 6% 46px!important;
  }
  .contact-inner h2{
    font-size:clamp(26px,8vw,38px)!important;
    margin-bottom:22px!important;
  }
  .contact-inner p{
    font-size:14px!important;
    line-height:1.55!important;
  }
  .contact-email{
    font-size:16px!important;
  }
}

/* V31 — mobile artwork-first layout
   Paintings become the dominant element on phones.
   Artwork stays untouched: no crop, stretch, filters or overlays. */

@media(max-width:700px){

  /* Force every artwork row to stack vertically */
  .artwork,
  .artwork-row,
  .work,
  .work-row,
  .piece,
  .piece-row,
  .painting-row,
  .collection-item,
  .art-item{
    display:block!important;
    grid-template-columns:1fr!important;
    grid-template-areas:none!important;
    gap:0!important;
    width:100%!important;
    max-width:none!important;
  }

  /* Make image containers span the usable phone width */
  .artwork-image,
  .work-image,
  .piece-image,
  .painting-image,
  .collection-item-image,
  .art-image{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:0 0 18px!important;
    padding:0!important;
  }

  /* Make the actual paintings large and completely visible */
  .artwork img,
  .artwork-row img,
  .work img,
  .work-row img,
  .piece img,
  .piece-row img,
  .painting-row img,
  .collection-item img,
  .art-item img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center!important;
    margin:0 auto!important;
  }

  /* Put all artwork information underneath, never beside the painting */
  .artwork-info,
  .work-info,
  .piece-info,
  .painting-info,
  .collection-item-info,
  .art-info{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    text-align:left!important;
  }

  /* Keep titles strong but proportionate to the image */
  .artwork-info h2,
  .artwork-info h3,
  .work-info h2,
  .work-info h3,
  .piece-info h2,
  .piece-info h3,
  .painting-info h2,
  .painting-info h3,
  .collection-item-info h2,
  .collection-item-info h3,
  .art-info h2,
  .art-info h3{
    font-size:clamp(21px,6.5vw,28px)!important;
    line-height:1.08!important;
    margin:0 0 8px!important;
  }

  /* Musician / metadata / inquire text reduced for mobile */
  .artwork-info p,
  .artwork-info span,
  .artwork-info a,
  .work-info p,
  .work-info span,
  .work-info a,
  .piece-info p,
  .piece-info span,
  .piece-info a,
  .painting-info p,
  .painting-info span,
  .painting-info a,
  .collection-item-info p,
  .collection-item-info span,
  .collection-item-info a,
  .art-info p,
  .art-info span,
  .art-info a{
    font-size:13px!important;
    line-height:1.45!important;
  }

  /* More breathing room between works without shrinking artwork */
  .artwork,
  .artwork-row,
  .work,
  .work-row,
  .piece,
  .piece-row,
  .painting-row,
  .collection-item,
  .art-item{
    margin-bottom:54px!important;
  }
}

/* Slightly larger phones can still use the full artwork-first treatment */
@media(min-width:701px) and (max-width:850px){
  .artwork,
  .artwork-row,
  .work,
  .work-row,
  .piece,
  .piece-row,
  .painting-row,
  .collection-item,
  .art-item{
    grid-template-columns:1fr!important;
    display:block!important;
  }

  .artwork img,
  .artwork-row img,
  .work img,
  .work-row img,
  .piece img,
  .piece-row img,
  .painting-row img,
  .collection-item img,
  .art-item img{
    width:100%!important;
    height:auto!important;
    max-width:100%!important;
    object-fit:contain!important;
  }
}

/* V32 — artwork numbering follows the musician/name line.
   Preserve V31 mobile artwork-first composition. */
@media(max-width:850px){
  .artwork-info .number,
  .artwork-info .num,
  .artwork-info .index,
  .work-info .number,
  .work-info .num,
  .work-info .index,
  .piece-info .number,
  .piece-info .num,
  .piece-info .index,
  .painting-info .number,
  .painting-info .num,
  .painting-info .index,
  .collection-item-info .number,
  .collection-item-info .num,
  .collection-item-info .index,
  .art-info .number,
  .art-info .num,
  .art-info .index{
    display:block!important;
    width:100%!important;
    margin:3px 0 12px!important;
    padding:0!important;
    font-family:"Courier New", Courier, monospace!important;
    font-size:12px!important;
    line-height:1.3!important;
    text-align:left!important;
  }
}
